lib.itmens/common/static/css/boofilsic_box.css
2020-05-05 23:50:48 +08:00

29 lines
No EOL
441 B
CSS

.box {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
padding: 80px 100px;
padding-bottom: 60px;
background-color: var(--bright);
text-align: center;
min-width: 400px;
}
.box .sec-msg {
color: var(--light);
font-size: smaller;
}
.box .main-msg {
margin-bottom: 5px;
}
.box .logo {
width: 140px;
margin-bottom: 60px;
}
.box p {
text-align: justify;
}