@aplus-frontend/ui
Version:
29 lines (27 loc) • 451 B
text/less
@import '../mixins/animations.less';
@import '../mixins/mixins.less';
.b(mask, {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
&__mask {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
color: #000;
transform: translateZ(0);
}
&__mask--disabled {
color: transparent;
}
&__mask-inner {
width: 100%;
height: 100%;
background-color: currentColor;
opacity: 0.45;
}
});