Get updated framework #1

Merged
D3vision merged 13 commits from Navy.gif/webserver-framework-frontend:master into master 2022-11-23 14:14:02 +01:00
2 changed files with 6 additions and 1 deletions
Showing only changes of commit dbd5a7a077 - Show all commits

View File

@ -1,3 +1,3 @@
.user-controls { .user-controls {
display: flex;
} }

View File

@ -16,6 +16,11 @@
--font-family-sans: sans-serif; --font-family-sans: sans-serif;
--font-family-mono: monaco, "Consolas", "Lucida Console", monospace; --font-family-mono: monaco, "Consolas", "Lucida Console", monospace;
} }
* {
/* outline: red dashed 1px; */
}
.card { .card {
background: var(--bg-secondary-color); background: var(--bg-secondary-color);
box-shadow: 0 1px 3px #00000085; box-shadow: 0 1px 3px #00000085;