7 lines
88 B
SCSS
7 lines
88 B
SCSS
.block-disabled {
|
|
&:not(:hover) {
|
|
opacity: .6;
|
|
background: transparent;
|
|
}
|
|
}
|