mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-04 04:59:40 +00:00
9 lines
152 B
SCSS
9 lines
152 B
SCSS
|
|
.svg-icon {
|
||
|
|
display: inline-block;
|
||
|
|
width: 1em;
|
||
|
|
height: 1em;
|
||
|
|
stroke-width: 0;
|
||
|
|
stroke: currentColor;
|
||
|
|
fill: currentColor;
|
||
|
|
transition: none;
|
||
|
|
}
|