Добавленна кнопка входа и задукоментированна

This commit is contained in:
Bloody
2023-10-02 22:53:29 +07:00
parent 720398b510
commit 7e25619191
4 changed files with 50 additions and 34 deletions

View File

@@ -136,33 +136,7 @@
margin-inline: 10px;
}
.login_elements {
.login_start {
display: flex;
justify-content: space-evenly;
align-items: center;
justify-content: flex-end;
}
.login_elements_box {
width: 134px;
height: 54px;
border-radius: 13px;
background: #5865F2;
box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.login_elements_text {
color: #000;
display: flex;
width: 88px;
height: 13px;
flex-direction: column;
justify-content: center;
text-align: center;
font-family: Montserrat;
font-size: 16px;
font-weight: 600;
}
.login_elements_img {
display: flex;
}