choose project

This commit is contained in:
Mikola 2024-02-15 15:36:13 +03:00
parent adc80d4cb0
commit 0880d27aea

View File

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