forked from rDrama/rDrama
1
0
Fork 0

remove padding

master
Aevann 2023-07-07 07:12:11 +03:00
parent 72c61b15c8
commit b1bbac8016
1 changed files with 12 additions and 12 deletions

View File

@ -1,13 +1,13 @@
:root {
--opacity-frost: 0.25;
}
.frost {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 200px 10px rgba(255, 255, 255, var(--opacity-frost)) inset;
pointer-events: none;
z-index: 1050;
}
--opacity-frost: 0.25;
}
.frost {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 200px 10px rgba(255, 255, 255, var(--opacity-frost)) inset;
pointer-events: none;
z-index: 1050;
}