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 {
|
:root {
|
||||||
--color-border: #ccc;
|
--color-border: #ccc;
|
||||||
--color-bg-sidebar: #eee;
|
--color-bg-sidebar: #eee;
|
||||||
|
|
@ -6,13 +5,11 @@
|
||||||
--gap-nav: 1rem;
|
--gap-nav: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ─── Base ───────────────────────────────────────────── */
|
|
||||||
html,
|
html,
|
||||||
body {
|
body {
|
||||||
font-family: system-ui, Arial, sans-serif;
|
font-family: system-ui, Arial, sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ─── Layout ─────────────────────────────────────────── */
|
|
||||||
#root {
|
#root {
|
||||||
display: flex;
|
display: flex;
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
|
|
@ -48,7 +45,6 @@ footer {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ─── Navigation ─────────────────────────────────────── */
|
|
||||||
nav {
|
nav {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|
@ -63,7 +59,6 @@ ul {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ─── Form & Interactive Elements ────────────────────── */
|
|
||||||
a,
|
a,
|
||||||
input,
|
input,
|
||||||
button,
|
button,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue