mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 04:09:29 +02:00
Добавленна кнопка входа и задукоментированна
This commit is contained in:
@@ -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;
|
|
||||||
}
|
|
||||||
23
src/img/svg/Кнопочка выхода.svg
Normal file
23
src/img/svg/Кнопочка выхода.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 20 KiB |
23
src/img/svg/дс вход.svg
Normal file
23
src/img/svg/дс вход.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 30 KiB |
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user