Iceshrimp.NET/Iceshrimp.Frontend/Components/ClosingBackdrop.razor.css
2025-03-21 13:30:56 +10:00

13 lines
No EOL
193 B
CSS

.backdrop {
position: fixed;
width: 100vw;
height: 100vh;
top: 0;
left: 0;
z-index: -1;
cursor: auto;
}
.darken {
background-color: black;
opacity: 50%;
}