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,6 +1,7 @@
.tracker {
background: #f1f1f1;
height: 100%;
display: flex;
flex-direction: column;
min-height: 100vh;
font-family: "LabGrotesque", sans-serif;
position: relative;
@ -34,9 +35,9 @@
}
&__tabs {
min-height: 600px;
display: flex;
flex-direction: column;
flex: 1;
&__head {
display: flex;