12 lines
257 B
Plaintext
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;
|
|
}
|