Files
2024-10-23 13:44:50 +02:00

12 lines
257 B
Plaintext

/*===============================================
Expose.js
================================================= */
/* overlay */
.expose-overlay {
display: none;
background: rgba(0, 0, 0, 0.6);
z-index: 9999;
//transition: all 4s ease;
}