message.css
342 Bytes
.m-message {
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
background: none;
text-align: center;
z-index: 9999;
}
.m-message .text {
margin-top: 20%;
display: inline-block;
vertical-align: middle;
color: #FFF;
background: rgba(0, 0, 0, 0.7);
border-radius: 4px;
font-size: 14px;
padding: 15px 45px;
}