mirror of https://github.com/status-im/consul.git
15 lines
273 B
SCSS
15 lines
273 B
SCSS
|
%with-icon {
|
||
|
background-repeat: no-repeat;
|
||
|
background-position: center;
|
||
|
}
|
||
|
%as-pseudo {
|
||
|
display: inline-block;
|
||
|
content: '';
|
||
|
visibility: visible;
|
||
|
background-size: contain;
|
||
|
}
|
||
|
%with-cancel-plain-icon {
|
||
|
@extend %with-icon;
|
||
|
background-image: $cancel-plain-svg;
|
||
|
}
|