style fix
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 141px;
|
||||
width: 100px;
|
||||
height: 100%;
|
||||
background: #e1fccf;
|
||||
|
||||
@ -108,7 +108,7 @@
|
||||
}
|
||||
|
||||
.auth-body {
|
||||
padding: 40px;
|
||||
padding: 40px 10px;
|
||||
visibility: hidden;
|
||||
transition: 0.2s ease-in-out;
|
||||
opacity: 0;
|
||||
@ -125,7 +125,7 @@
|
||||
&__title {
|
||||
display: flex;
|
||||
margin-top: 24px;
|
||||
|
||||
|
||||
img {
|
||||
width: 160px;
|
||||
}
|
||||
@ -184,8 +184,8 @@
|
||||
transition: 0.1s ease-in-out;
|
||||
opacity: 1;
|
||||
display: flex;
|
||||
width: 424px;
|
||||
left: 140px;
|
||||
width: 280px;
|
||||
left: 100px;
|
||||
|
||||
@media (max-width: 1440px) {
|
||||
left: 79px;
|
||||
|
Reference in New Issue
Block a user