Процесс добовления выхода

This commit is contained in:
Bloody
2023-10-04 11:03:38 +07:00
parent 7e25619191
commit 3154afa182
2 changed files with 33 additions and 2 deletions

View File

@@ -124,6 +124,7 @@
height: 45px;
z-index: 5;
margin-left: -8px;
margin-top: 2px;
}
.wallet_elements {
@@ -140,3 +141,24 @@
display: flex;
justify-content: flex-end;
}
.login {
display: flex;
}
.login_text {
width: 80.6px;
height: 15.008px;
color: #FFF;
text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
font-family: Montserrat;
font-size: 15px;
font-weight: 700;
margin-right: -50px;
}
.login_img {
display: flex;
margin-top: 20px;
justify-content: flex-end;
}