mirror of
https://github.com/bellingcat/ukraine-timemap.git
synced 2026-06-12 21:38:35 +03:00
Clean master commit
This commit is contained in:
16
src/scss/_icons.scss
Normal file
16
src/scss/_icons.scss
Normal file
@@ -0,0 +1,16 @@
|
||||
.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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user