fix layout min height
This commit is contained in:
parent
7a3a70ccd3
commit
e9235884dd
@ -33,7 +33,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.calendar__wrapper {
|
.calendar__wrapper {
|
||||||
min-height: 719px;
|
|
||||||
|
|
||||||
@media (max-width: 1000px) {
|
@media (max-width: 1000px) {
|
||||||
min-height: auto;
|
min-height: auto;
|
||||||
|
@ -505,12 +505,10 @@ $maxWidthContainer: 1123;
|
|||||||
}
|
}
|
||||||
&__finished {
|
&__finished {
|
||||||
background: white;
|
background: white;
|
||||||
mix-blend-mode: normal;
|
|
||||||
border: 3px solid #52b709;
|
|
||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
padding: 13px 16px;
|
padding: 13px 16px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 4px;
|
bottom: 20px;
|
||||||
left: 0;
|
left: 0;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
@ -92,7 +92,7 @@ export const PartnerSettings = () => {
|
|||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
<div className="partner-settings">
|
<div className="partner-settings">
|
||||||
<h2 className="infoPersonal__title">Настройки профиля</h2>
|
<h2 className="info-personal__title">Настройки профиля</h2>
|
||||||
<div className="partner-settings__body">
|
<div className="partner-settings__body">
|
||||||
<div className="partner-settings__login">
|
<div className="partner-settings__login">
|
||||||
<h3 className="settings__title">Вход в систему</h3>
|
<h3 className="settings__title">Вход в систему</h3>
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
font-family: "LabGrotesque", sans-serif;
|
font-family: "LabGrotesque", sans-serif;
|
||||||
|
|
||||||
.infoPersonal__title {
|
.info-personal__title {
|
||||||
color: #000000;
|
color: #000000;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
font-size: 22px;
|
font-size: 22px;
|
||||||
@ -12,6 +12,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
&__page {
|
&__page {
|
||||||
|
min-height: 750px;
|
||||||
max-width: 1160px !important;
|
max-width: 1160px !important;
|
||||||
margin-top: 23px;
|
margin-top: 23px;
|
||||||
}
|
}
|
||||||
@ -134,7 +135,7 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
justify-content: space-around;
|
justify-content: space-around;
|
||||||
margin-top: 27px;
|
margin-top: 50px;
|
||||||
}
|
}
|
||||||
|
|
||||||
&__report,
|
&__report,
|
||||||
|
@ -34,6 +34,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
&__tabs {
|
&__tabs {
|
||||||
|
min-height: 600px;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|
||||||
@ -130,8 +131,8 @@
|
|||||||
&__content {
|
&__content {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
padding: 15px 0;
|
padding: 30px 0;
|
||||||
margin-bottom: 50px;
|
margin-bottom: 10px;
|
||||||
|
|
||||||
&__wrapper {
|
&__wrapper {
|
||||||
max-width: 1160px;
|
max-width: 1160px;
|
||||||
|
Loading…
Reference in New Issue
Block a user