mirror of
https://github.com/tornadocash/tornado-initiation-ui.git
synced 2024-12-02 06:07:18 +01:00
22 lines
331 B
SCSS
22 lines
331 B
SCSS
|
.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');
|
||
|
}
|
||
|
}
|