habitica-self-host/website/client/assets/scss/icon.scss

34 lines
354 B
SCSS
Raw Normal View History

.svg-icon {
display: block;
transition: none !important;
fill: currentColor;
svg {
display: block;
}
* {
transition: none !important;
}
&.color {
svg path {
fill: currentColor;
}
}
}
.icon-16 {
width: 16px;
height: 16px;
}
.icon-10 {
width: 10px;
height: 10px;
}
.inline {
display: inline-block;
}