Optymalizacja kodu i assetów; poprawki w działaniu

This commit is contained in:
2022-05-27 17:30:55 +02:00
parent a5a62435d5
commit 0bb1091747
18 changed files with 176 additions and 184 deletions
+2 -2
View File
@@ -8,11 +8,11 @@
}
&-enter-active {
transition: all 100ms ease-out;
transition: all 120ms ease-out;
}
&-leave-active {
transition: all 100ms ease-out;
transition: all 120ms ease-out;
}
}
+41
View File
@@ -0,0 +1,41 @@
.scenery-icon {
display: inline-block;
user-select: none;
-moz-user-select: none;
-webkit-user-select: none;
text-align: center;
font-weight: bold;
background-color: #888;
&.SPK,
&.mechaniczne-SPK,
&.ręczne-SPK {
color: gold;
}
&.SCS,
&.mechaniczne-SCS,
&.ręczne-SCS {
color: #00fff2;
}
&.SPE {
color: lawngreen;
}
&.mechaniczne {
color: rgb(255, 170, 42);
}
&.ręczne {
color: #111;
}
&.SCS-SPK {
color: white;
}
}