Make login modal look better

This commit is contained in:
Jeremy Zhang
2017-05-24 05:32:19 +00:00
parent 014e06d780
commit dc98421ded
2 changed files with 29 additions and 3 deletions

View File

@ -196,4 +196,30 @@ a {
.align-top {
vertical-align: top;
}
#modal_guildinfobox {
background-color: #455a64;
padding-top: 10px;
padding-bottom: 10px;
}
#modal_guildiconcircle {
width: 100%;
max-width: 200px;
}
.btn {
max-width: 100%;
}
@media only screen and (min-width: 800px) {
.valign-wrap {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
}