Doc update and use --mask-bg for mask

This commit is contained in:
Cagatay Civici
2021-12-29 16:51:48 +03:00
parent 83fa194fb6
commit c81ea58d3a
3 changed files with 15 additions and 212 deletions

View File

@@ -64,7 +64,7 @@
.layout-mask {
z-index: 998;
background-color: $maskBg;
background-color: var(--mask-bg);
&.layout-mask-enter-from,
&.layout-mask-leave-to {

View File

@@ -2,4 +2,3 @@
$fontSize:10px;
$borderRadius:12px;
$transitionDuration:.2s;
$maskBg:rgba(0, 0, 0, 0.4);