feature: miniaturki składu

This commit is contained in:
2023-02-06 15:21:43 +01:00
parent 067173a684
commit 190f026b91
12 changed files with 85 additions and 42 deletions
+3 -10
View File
@@ -3,7 +3,7 @@
$breakpointMd: 960px;
$breakpointSm: 550px;
$bgColor: #2c3149;
$bgColor: #2b3552;
$textColor: #fff;
$secondaryColor: #222;
$accentColor: #e4c428;
@@ -86,6 +86,8 @@ button.btn {
outline: none;
background-color: #222;
border-radius: 8px;
font-weight: bold;
transition: all 250ms;
@@ -120,15 +122,6 @@ button.btn {
outline: 1px solid white;
}
}
&--choice {
padding: 0.25em 0.3em;
background-color: #222;
&:focus-visible {
outline: 1px solid white;
}
}
}
select,