feat(web/menu): initial list menu design

Highly subject to change
This commit is contained in:
Luke
2022-07-26 15:35:22 +02:00
committed by Luke
parent e1bc9a5015
commit 303d81c196
6 changed files with 136 additions and 15 deletions

View File

@@ -2,13 +2,13 @@
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Fira+Mono&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Mono:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;500;600;700&display=swap");
body {
background: none !important;
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
"Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
sans-serif;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans",
"Droid Sans", "Helvetica Neue", sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
height: 100vh;
@@ -21,8 +21,7 @@ body {
}
code {
font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
monospace;
font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace;
}
@keyframes progress {
@@ -52,13 +51,13 @@ code {
}
.toast-inform {
background-color: #2980b9;
background-color: #2980b9;
}
.toast-success {
background-color: #27ae60;
background-color: #27ae60;
}
.toast-error {
background-color: #c0392b;
background-color: #c0392b;
}