mirror of
https://github.com/bellingcat/ukraine-timemap.git
synced 2026-06-12 05:18:34 +03:00
17 lines
252 B
SCSS
17 lines
252 B
SCSS
.icon {
|
|
display: inline-block;
|
|
width: 32px;
|
|
height: 1em;
|
|
stroke-width: 0;
|
|
stroke: $offwhite;
|
|
fill: $offwhite;
|
|
transform: scale(1.4);
|
|
cursor: pointer;
|
|
|
|
&:hover {
|
|
transition: 0.2s ease;
|
|
stroke: $yellow;
|
|
fill: $yellow;
|
|
}
|
|
}
|