updated the left and right section width
This commit is contained in:
parent
386239a562
commit
88dcbeee45
@ -157,7 +157,6 @@ input, textarea {
|
||||
|
||||
/* Loading cover */
|
||||
.loading_cover {
|
||||
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
z-index: 3;
|
||||
@ -167,27 +166,17 @@ input, textarea {
|
||||
right: 0;
|
||||
position: absolute;
|
||||
transition: bottom 350ms cubic-bezier(0.37, 0, 0.63, 1) 70ms;
|
||||
|
||||
}
|
||||
|
||||
.loading_cover.loaded {
|
||||
|
||||
bottom: -100%;
|
||||
|
||||
}
|
||||
|
||||
.loading_cover_inner {
|
||||
|
||||
width: auto;
|
||||
height: auto;
|
||||
display: inline-flex;
|
||||
margin: auto;
|
||||
animation: fadeInOut 700ms cubic-bezier(0.37, 0, 0.63, 1) 100ms infinite;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user