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.
27 lines
582 B
27 lines
582 B
.lottie-bg.data-v-b8d6d214 { |
|
position: fixed; |
|
left: 0; |
|
top: 0; |
|
background-color: #fff; |
|
width: 100%; |
|
height: 100%; |
|
z-index: 999; |
|
display: -webkit-flex; |
|
display: -webkit-box; |
|
display: flex; |
|
-webkit-align-items: center; |
|
-webkit-box-align: center; |
|
align-items: center; |
|
-webkit-justify-content: center; |
|
-webkit-box-pack: center; |
|
justify-content: center; |
|
} |
|
#lottie.data-v-b8d6d214 { |
|
width: 35%; |
|
display: block; |
|
overflow: hidden; |
|
-webkit-transform: translate3d(0, 0, 0); |
|
transform: translate3d(0, 0, 0); |
|
margin: auto; |
|
} |
|
|
|
|