New AuthHeader

This commit is contained in:
2024-05-07 15:31:21 +03:00
parent e9497902eb
commit 65b716fa27
4 changed files with 111 additions and 87 deletions

View File

@@ -291,6 +291,10 @@
font-weight: 400;
border-radius: 32px;
margin-top: 45px;
@media (min-width: 432px) {
display: none;
}
}
&__block {

View File

@@ -72,8 +72,10 @@
}
&__ellipse {
height: 763px;
width: 763px;
z-index: 1;
top: 45%;
top: 64%;
left: 50%;
transform: translate(-50%, -50%);
position: absolute;