mirror of
https://github.com/moparisthebest/mailiverse
synced 2024-11-16 22:25:01 -05:00
20 lines
278 B
CSS
20 lines
278 B
CSS
|
|
#_disable_during_beta {
|
|
position: fixed;
|
|
z-index: 10000;
|
|
background: rgba(235, 13, 13, 0.81);
|
|
width: 100%;
|
|
height: 100%;
|
|
margin: 0;
|
|
padding: 0;
|
|
top: 0;
|
|
left: 0;
|
|
text-align:center;
|
|
|
|
}
|
|
|
|
#_disable_during_beta .inner {
|
|
background: black;
|
|
color:white;
|
|
font-size:24px;
|
|
} |