mailiverse/web/common/base-disable-during-beta.css
2013-07-21 13:40:17 -04:00

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;
}