mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 11:06:40 +07:00
routes: fixed appearance
This commit is contained in:
parent
5075fcb841
commit
c5b6fcf011
5 changed files with 51 additions and 26 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue