routes: fixed appearance

This commit is contained in:
muerwre 2018-12-14 12:01:42 +07:00
parent 5075fcb841
commit c5b6fcf011
5 changed files with 51 additions and 26 deletions

View file

@ -125,7 +125,6 @@
}
.dialog-maplist-loader {
height: 60px;
display: flex;
margin-bottom: 10px;
text-transform: uppercase;
@ -133,20 +132,31 @@
align-items: center;
justify-content: center;
user-select: none;
position: relative;
opacity: 0.5;
padding-left: 60px;
opacity: 0.1;
position: absolute;
width: 100%;
height: 100%;
pointer-events: none;
padding-top: 200px;
box-sizing: border-box;
font-weight: 600;
font-size: 20px;
text-align: center;
.spin {
animation: spin infinite reverse 2s linear;
}
.dialog-maplist-icon {
position: absolute;
left: 0;
left: 50%;
top: 50%;
margin-left: -100px;
margin-top: -100px;
svg {
width: 60px;
height: 60px;
width: 200px;
height: 200px;
fill: white;
}
}