UNPKG
@vnmfify/core
Version:
latest (0.1.0-a37)
0.1.0-a37
0.1.0-a36
0.1.0-a35
0.1.0-a34
0.1.0-a33
0.1.0-a32
0.1.0-a31
0.1.0-a3
0.1.0-a2
0.1.0-a1
```shell npm i @vnmfify/core -S ```
@vnmfify/core
/
backdrop
/
index.css
3 lines
(2 loc)
•
206 B
CSS
View Raw
1
2
3
.vnmfify-backdrop
{
background
:
var
(--backdrop-background-color,
rgba
(
0
,
0
,
0
,.
7
));
height
:
100%
;
left
:
0
;
position
:fixed;
top
:
0
;
width
:
100%
;
z-index
:
var
(--backdrop-z-index,
1000
)}
/*# sourceMappingURL=index.css.map */