Zmiany wyglądu i działania filtra stacji, poprawki

This commit is contained in:
2021-02-27 14:25:08 +01:00
parent f55e13201d
commit 6cbe9fc557
13 changed files with 349 additions and 271 deletions
+4 -4
View File
@@ -1,17 +1,17 @@
$free: #8a8a8a;
$ending: #e6c300;
$no-limit: #0077ae;
$no-limit: #117fc9;
$unav: #ff3d5d;
$brb: #e6a100;
$no-space: #222;
$taken: #09a116;
.status {
.status-badge {
border-radius: 1rem;
font-weight: 500;
font-size: 0.9em;
padding: 0.2em 0.45em;
padding: 0.2em 0.6em;
background-color: $taken;
@@ -34,7 +34,7 @@ $taken: #09a116;
&.not-signed,
&.unavailable {
background-color: $unav;
font-size: 0.8em;
font-size: 0.85em;
}
&.brb {