style fix

This commit is contained in:
Victor Batischev
2024-01-31 16:25:06 +03:00
parent 8462d38862
commit 73c9101be2
13 changed files with 42 additions and 40 deletions

View File

@ -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;