employee flex container

This commit is contained in:
Victor Batischev
2024-02-14 15:40:58 +03:00
parent 2e0f6d24a0
commit 97813c875c
4 changed files with 20 additions and 8 deletions

View File

@ -1,7 +1,8 @@
.settings {
background: #f1f1f1;
height: 100%;
display: flex;
flex-direction: column;
min-height: 100vh;
background: #f1f1f1;
font-family: "LabGrotesque", sans-serif;
.info-personal__title {
@ -12,7 +13,9 @@
}
&__page {
min-height: 750px;
display: flex;
flex-direction: column;
flex: 1;
max-width: 1160px !important;
margin-top: 23px;
}
@ -129,7 +132,10 @@
}
.partner-settings {
margin-bottom: 110px;
display: flex;
flex-direction: column;
flex: 1;
margin-bottom: 10px;
&__body {
display: flex;