Zamiana menu na listę posterunków w karcie scenerii

This commit is contained in:
2021-10-08 12:09:01 +02:00
parent 23e07a2987
commit 21e15ef316
3 changed files with 47 additions and 16 deletions
+17
View File
@@ -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;
}
}
}