trackerTask #21

Merged
nik.polishuk merged 2 commits from trackerTask into main 2024-02-15 15:37:54 +03:00
Showing only changes of commit 0880d27aea - Show all commits

View File

@ -1,6 +1,6 @@
.profile-header { .profile-header {
width: 100%; width: 100%;
height: 80px; height: 66px;
background: #e1fccf; background: #e1fccf;
padding: 20px; padding: 20px;
display: flex; display: flex;
@ -18,6 +18,10 @@
align-items: center; align-items: center;
height: 100%; height: 100%;
z-index: 9999; z-index: 9999;
max-width: 1160px;
width: 100%;
margin: 0 auto;
padding: 0 15px;
.text { .text {
width: 100%; width: 100%;
@ -56,6 +60,10 @@
} }
} }
&__info {
background: white;
}
.auth-body { .auth-body {
opacity: 0; opacity: 0;
z-index: 99; z-index: 99;
@ -140,7 +148,7 @@
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
align-items: center; align-items: center;
min-height: 50px; min-height: 66px;
@media (max-width: 414px) { @media (max-width: 414px) {
display: none; display: none;