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

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; margin-inline: 10px;
} }
.login_elements { .login_start {
display: flex; display: flex;
justify-content: space-evenly; justify-content: flex-end;
align-items: center;
} }
.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;
}

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 20 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 30 KiB

View File

@@ -44,12 +44,8 @@
<a href="#" style="text-decoration: none;"><p class="header_other_text wallet_text">Кошелёк</p></a> <a href="#" style="text-decoration: none;"><p class="header_other_text wallet_text">Кошелёк</p></a>
</div> </div>
</div> </div>
<div class="login_elements"> <!-- <a href="#"><img class="login_start" src="img/svg/дс вход.svg"></a> -->
<div class="login_elements_box">
<a href="#" style="text-decoration: none;"><p class="login_elements_text">ВОЙТИ</p></a>
<img class="login_elements_img" src="img/basic/DiscordLogo.png">
</div>
</div>
</div> </div>
</div> </div>
<div class="left_panel"></div> <div class="left_panel"></div>