fix layout min height

This commit is contained in:
Victor Batischev 2024-02-05 17:32:18 +03:00
parent 7a3a70ccd3
commit e9235884dd
5 changed files with 8 additions and 9 deletions

View File

@ -33,7 +33,6 @@
}
.calendar__wrapper {
min-height: 719px;
@media (max-width: 1000px) {
min-height: auto;

View File

@ -505,12 +505,10 @@ $maxWidthContainer: 1123;
}
&__finished {
background: white;
mix-blend-mode: normal;
border: 3px solid #52b709;
border-radius: 12px;
padding: 13px 16px;
position: absolute;
bottom: 4px;
bottom: 20px;
left: 0;
display: flex;
align-items: center;

View File

@ -92,7 +92,7 @@ export const PartnerSettings = () => {
]}
/>
<div className="partner-settings">
<h2 className="infoPersonal__title">Настройки профиля</h2>
<h2 className="info-personal__title">Настройки профиля</h2>
<div className="partner-settings__body">
<div className="partner-settings__login">
<h3 className="settings__title">Вход в систему</h3>

View File

@ -4,7 +4,7 @@
min-height: 100vh;
font-family: "LabGrotesque", sans-serif;
.infoPersonal__title {
.info-personal__title {
color: #000000;
font-weight: 700;
font-size: 22px;
@ -12,6 +12,7 @@
}
&__page {
min-height: 750px;
max-width: 1160px !important;
margin-top: 23px;
}
@ -134,7 +135,7 @@
display: flex;
flex-direction: row;
justify-content: space-around;
margin-top: 27px;
margin-top: 50px;
}
&__report,

View File

@ -34,6 +34,7 @@
}
&__tabs {
min-height: 600px;
display: flex;
flex-direction: column;
@ -130,8 +131,8 @@
&__content {
width: 100%;
background: #ffffff;
padding: 15px 0;
margin-bottom: 50px;
padding: 30px 0;
margin-bottom: 10px;
&__wrapper {
max-width: 1160px;