refactor: remove comments in App.css
This commit is contained in:
parent
e133c03409
commit
fc63290806
1 changed files with 0 additions and 5 deletions
|
|
@ -1,4 +1,3 @@
|
|||
/* ─── Design Tokens ─────────────────────────────────── */
|
||||
:root {
|
||||
--color-border: #ccc;
|
||||
--color-bg-sidebar: #eee;
|
||||
|
|
@ -6,13 +5,11 @@
|
|||
--gap-nav: 1rem;
|
||||
}
|
||||
|
||||
/* ─── Base ───────────────────────────────────────────── */
|
||||
html,
|
||||
body {
|
||||
font-family: system-ui, Arial, sans-serif;
|
||||
}
|
||||
|
||||
/* ─── Layout ─────────────────────────────────────────── */
|
||||
#root {
|
||||
display: flex;
|
||||
min-height: 100vh;
|
||||
|
|
@ -48,7 +45,6 @@ footer {
|
|||
text-align: center;
|
||||
}
|
||||
|
||||
/* ─── Navigation ─────────────────────────────────────── */
|
||||
nav {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
|
@ -63,7 +59,6 @@ ul {
|
|||
list-style: none;
|
||||
}
|
||||
|
||||
/* ─── Form & Interactive Elements ────────────────────── */
|
||||
a,
|
||||
input,
|
||||
button,
|
||||
|
|
|
|||
Loading…
Reference in a new issue