mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-02 21:08:12 +00:00
48 lines
649 B
SCSS
48 lines
649 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: #aefff8;
|
|
}
|
|
}
|
|
|
|
.icon-heart {
|
|
-webkit-mask: url(images/icon-heart.svg) no-repeat center;
|
|
mask: url(images/icon-heart.svg) no-repeat center;
|
|
mask-size: 1em;
|
|
}
|