forked from Navy.gif/webserver-framework-frontend
wip
This commit is contained in:
parent
8cb9bee1d0
commit
dbd5a7a077
@ -1,3 +1,3 @@
|
||||
.user-controls {
|
||||
|
||||
display: flex;
|
||||
}
|
@ -16,6 +16,11 @@
|
||||
--font-family-sans: sans-serif;
|
||||
--font-family-mono: monaco, "Consolas", "Lucida Console", monospace;
|
||||
}
|
||||
|
||||
* {
|
||||
/* outline: red dashed 1px; */
|
||||
}
|
||||
|
||||
.card {
|
||||
background: var(--bg-secondary-color);
|
||||
box-shadow: 0 1px 3px #00000085;
|
||||
|
Reference in New Issue
Block a user