mirror of
https://github.com/Spythere/pojazdownik.git
synced 2026-05-03 11:45:34 +00:00
grouping generated stock (wip)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user