Files
ukraine-timemap/src/scss/_icons.scss
2018-10-31 14:11:03 -04:00

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;
}
}