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

@ -144,7 +144,7 @@
&__img {
position: absolute;
right: 48px;
top: -90px;
top: -20px;
@media (max-width: 900px) {
order: 1;

View File

@ -29,8 +29,13 @@
display: flex;
padding: 0 0 14px 16px;
p {
font-size: 13px;
}
img {
margin-right: 9px;
width: 15px;
margin-right: 5px;
}
}
}

View File

@ -3,14 +3,15 @@
.frequently-asked-questions-item {
&__head {
display: flex;
align-items: center;
gap: 19px;
margin: 0 0 -5px 29px;
margin: 0 0 0px 29px;
}
&__title {
font-weight: 700;
@include adaptiv-value("font-size", 28, 22, 1);
line-height: 79%;
line-height: 100%;
color: #1458dd;
}

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;