Add animation to layout mask
This commit is contained in:
parent
b589c57291
commit
c8913a71eb
@ -75,12 +75,6 @@
|
|||||||
border-bottom-left-radius: 0;
|
border-bottom-left-radius: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.layout-mask {
|
|
||||||
z-index: 998;
|
|
||||||
background-color: var(--mask-bg);
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
.layout-mask {
|
.layout-mask {
|
||||||
display: none;
|
display: none;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
@ -99,6 +93,7 @@
|
|||||||
|
|
||||||
.layout-mask {
|
.layout-mask {
|
||||||
display: block;
|
display: block;
|
||||||
|
animation: fadein $transitionDuration;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user