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 */
|
||||||
.loading_cover {
|
.loading_cover {
|
||||||
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
z-index: 3;
|
z-index: 3;
|
||||||
@ -167,27 +166,17 @@ input, textarea {
|
|||||||
right: 0;
|
right: 0;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
transition: bottom 350ms cubic-bezier(0.37, 0, 0.63, 1) 70ms;
|
transition: bottom 350ms cubic-bezier(0.37, 0, 0.63, 1) 70ms;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.loading_cover.loaded {
|
.loading_cover.loaded {
|
||||||
|
|
||||||
bottom: -100%;
|
bottom: -100%;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.loading_cover_inner {
|
.loading_cover_inner {
|
||||||
|
|
||||||
width: auto;
|
width: auto;
|
||||||
height: auto;
|
height: auto;
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
animation: fadeInOut 700ms cubic-bezier(0.37, 0, 0.63, 1) 100ms infinite;
|
animation: fadeInOut 700ms cubic-bezier(0.37, 0, 0.63, 1) 100ms infinite;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user