tornado-initiation-ui/assets/styles/components/_icons.scss

22 lines
331 B
SCSS
Raw Normal View History

2020-10-12 19:41:52 +02:00
.trnd {
height: 1rem;
width: 1rem;
background-color: $primary;
mask-position: center;
mask-size: contain;
mask-repeat: no-repeat;
.trnd-48px {
height: 2rem;
width: 2rem;
}
&-tool {
mask-image: url('../images/icons/tool.svg');
}
&-check {
mask-image: url('../images/icons/check.svg');
}
}