add logout in AuthBlock and fix layout

This commit is contained in:
2024-01-10 16:28:33 +03:00
parent 0764002a60
commit 8d0cb1c831
4 changed files with 102 additions and 17 deletions

View File

@ -89,17 +89,19 @@
color: #000000;
}
button {
background: #52b709;
border-radius: 44px;
max-width: 130px;
width: 100%;
border: none;
font-weight: 500;
font-size: 18px;
line-height: 32px;
color: white;
height: 45px;
&__buttons {
button {
background: #52b709;
border-radius: 44px;
max-width: 130px;
width: 100%;
border: none;
font-weight: 500;
font-size: 18px;
line-height: 32px;
color: white;
height: 45px;
}
}
&__buttons {