2018-12-28 14:26:32 +00:00
|
|
|
.shade {
|
2018-12-26 07:45:53 +00:00
|
|
|
background-color: rgba(var(--accent), 0.5);
|
|
|
|
position: fixed;
|
|
|
|
top: -1em;
|
|
|
|
left: -1em;
|
|
|
|
width: calc(100% + 2em);
|
|
|
|
height: calc(100% + 2em);
|
2019-01-03 22:30:27 +00:00
|
|
|
opacity: 0;
|
2018-12-26 07:45:53 +00:00
|
|
|
z-index: 1000;
|
2019-01-03 22:30:27 +00:00
|
|
|
transition: opacity var(--animation-speed-fast) ease-in-out;
|
2018-12-26 07:45:53 +00:00
|
|
|
}
|