mirror of https://github.com/status-im/consul.git
6 lines
111 B
SCSS
6 lines
111 B
SCSS
|
%without-mask {
|
||
|
-webkit-mask-image: none;
|
||
|
mask-image: none;
|
||
|
background-color: $transparent !important;
|
||
|
}
|