Doc update and use --mask-bg for mask
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -2,4 +2,3 @@
|
||||
$fontSize:10px;
|
||||
$borderRadius:12px;
|
||||
$transitionDuration:.2s;
|
||||
$maskBg:rgba(0, 0, 0, 0.4);
|
||||
|
||||
Reference in New Issue
Block a user