mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 21:38:13 +00:00
Zamiana menu na listę posterunków w karcie scenerii
This commit is contained in:
@@ -198,4 +198,21 @@ ul {
|
||||
&--grayed {
|
||||
color: #ccc;
|
||||
}
|
||||
}
|
||||
|
||||
.btn {
|
||||
&--text {
|
||||
background: none;
|
||||
color: white;
|
||||
font-size: 1em;
|
||||
|
||||
cursor: pointer;
|
||||
|
||||
transition: color 0.3s;
|
||||
|
||||
|
||||
&:hover, &:focus {
|
||||
color: $accentCol;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user