You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
416 B
23 lines
416 B
|
|
.loadlogo-container.data-v-1f7e0adb {
|
|
width: 100%;
|
|
height: 100%;
|
|
background-color: #FFFFFF;
|
|
position: fixed;
|
|
z-index: 999;
|
|
}
|
|
.loadlogo.data-v-1f7e0adb {
|
|
width: 80px;
|
|
height: 80px;
|
|
/* margin: -60px 0 0 -60px; */
|
|
position: fixed;
|
|
top: 50%;
|
|
left: 50%;
|
|
-webkit-transform: translate(-50%, -50%);
|
|
transform: translate(-50%, -50%);
|
|
}
|
|
.loadlogo .image.data-v-1f7e0adb {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
|