mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 13:28:11 +00:00
Poprawki dostępności
This commit is contained in:
+11
-6
@@ -201,18 +201,23 @@ ul {
|
||||
}
|
||||
|
||||
.btn {
|
||||
background: none;
|
||||
cursor: pointer;
|
||||
font-size: 1em;
|
||||
|
||||
&--text {
|
||||
background: none;
|
||||
color: white;
|
||||
font-size: 1em;
|
||||
|
||||
cursor: pointer;
|
||||
|
||||
transition: color 0.3s;
|
||||
|
||||
|
||||
&:hover, &:focus {
|
||||
color: $accentCol;
|
||||
}
|
||||
}
|
||||
|
||||
&--image {
|
||||
color: white;
|
||||
transition: color 0.3s;
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user