mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 13:28:11 +00:00
Optymalizacja kodu i assetów; poprawki w działaniu
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user