add logout in AuthBlock and fix layout
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user