grouping generated stock (wip)

This commit is contained in:
2024-01-30 16:39:16 +01:00
parent bd9af9a630
commit 6101c9bfb2
8 changed files with 133 additions and 95 deletions
+9 -2
View File
@@ -3,7 +3,7 @@ $breakpointSm: 550px;
$bgColor: #2b3552;
$textColor: #fff;
$secondaryColor: #222;
$secondaryColor: #1b1b1b;
$accentColor: #e4c428;
@font-face {
@@ -118,7 +118,7 @@ button {
padding: 0.4em 0.75em;
outline: none;
background-color: #222;
background-color: $secondaryColor;
border-radius: 8px;
font-weight: bold;
@@ -227,6 +227,13 @@ ul {
}
}
hr {
height: 3px;
background-color: white;
outline: none;
margin: 0;
}
.g-card {
position: fixed;
top: 1em;