mirror of
https://github.com/Spythere/pojazdownik.git
synced 2026-05-04 03:58:11 +00:00
Funkcjonalności listy; ogólny wygląd aplikacji i responsywność
This commit is contained in:
@@ -48,6 +48,7 @@ button.btn {
|
||||
background: none;
|
||||
color: white;
|
||||
|
||||
font-size: 1em;
|
||||
|
||||
transition: all 250ms;
|
||||
|
||||
@@ -101,4 +102,14 @@ ul {
|
||||
list-style: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.text {
|
||||
&--accent {
|
||||
color: $accentColor;
|
||||
}
|
||||
|
||||
&--grayed {
|
||||
color: gray;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user