mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 05:18:11 +00:00
42 lines
498 B
SCSS
42 lines
498 B
SCSS
.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;
|
|
}
|
|
}
|