Poprawki wyglądu i funkcjonalności

This commit is contained in:
2021-03-03 01:03:21 +01:00
parent 4aa64803b1
commit 639888a499
12 changed files with 2224 additions and 201 deletions
+7 -4
View File
@@ -276,6 +276,13 @@ export default class StationsView extends Vue {
.bar_actions {
display: flex;
@include smallScreen() {
justify-content: center;
}
width: 100%;
font-size: 1.25em;
button {
@@ -355,10 +362,6 @@ export default class StationsView extends Vue {
&.open {
color: $accentCol;
}
@include smallScreen() {
font-size: 1.2em;
}
}
@keyframes blinkAnim {