birza moshno wsvyoooooo

This commit is contained in:
Meylis Gazakow 2021-08-05 16:35:06 +03:00
parent f8ac3feab5
commit f35cb781d4
4 changed files with 36 additions and 11 deletions

View File

@ -459,7 +459,7 @@ li {
position: absolute;
/* top: calc(100% + 52px); */
bottom: -439px;
bottom: -515px;
left: 0;
width: 400px;
@ -3438,7 +3438,7 @@ li {
}
.profile_drop {
bottom: -439px;
bottom: -515px;
}
}
@ -3527,7 +3527,7 @@ li {
}
.profile_drop {
bottom: -429px;
bottom: -505px;
}
/* Basket =============== */
@ -3820,7 +3820,7 @@ li {
.profile_drop {
right: 0;
left: unset;
bottom: -429px;
bottom: -517px;
width: 320px;
}
@ -4269,10 +4269,10 @@ li {
}
.profile_drop {
width: 300px;
bottom: -400px;
width: 270px;
bottom: -445px;
font-size: 14px;
right: -75px;
right: -58px;
margin-bottom: 50px;
}
@ -4444,7 +4444,7 @@ li {
}
.profile_drop {
bottom: -360px;
bottom: -420px;
}
.category_search {
@ -4631,7 +4631,7 @@ li {
.profile_drop {
width: 300px;
bottom: -315px;
bottom: -360px;
font-size: 14px;
right: -72px;
margin-bottom: 0;
@ -4759,7 +4759,7 @@ li {
.profile_drop {
width: 240px;
bottom: -345px;
bottom: -385px;
font-size: 14px;
right: -42px;
padding-bottom: 30px;

View File

@ -0,0 +1,7 @@
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18">
<g id="coins" transform="translate(0 0)">
<g id="Group_433" data-name="Group 433" transform="translate(0 0)">
<path id="Path_987" data-name="Path 987" d="M10.636,3.419v-1.4C10.636-.673,0-.673,0,2.017v8.2c0,1.058,1.655,1.717,3.647,1.951-.728.327-1.192.768-1.192,1.327v2.459C2.455,17.3,5.13,18,7.773,18s5.318-.7,5.318-2.049V14.715c2.5-.069,4.909-.767,4.909-2.042V5.3C18,3.6,13.762,2.973,10.636,3.419ZM5.318.818c2.912,0,4.5.811,4.5,1.227S8.23,3.272,5.318,3.272s-4.5-.811-4.5-1.227S2.407.818,5.318.818ZM.818,3.184a9.6,9.6,0,0,0,4.5.907,9.6,9.6,0,0,0,4.5-.907V3.59c-1.422.315-2.455.891-2.455,1.728V5.56a12.976,12.976,0,0,1-2.045.167c-2.912,0-4.5-.811-4.5-1.227V3.184Zm7.364,8.182c.078.047.159.092.246.136l-.246-.009ZM.818,5.638a9.6,9.6,0,0,0,4.5.907,13.868,13.868,0,0,0,2.045-.161V8.424a12.976,12.976,0,0,1-2.045.167c-2.912,0-4.5-.811-4.5-1.227V5.638Zm0,4.589V8.5a9.6,9.6,0,0,0,4.5.907,13.868,13.868,0,0,0,2.045-.161v2.039a12.976,12.976,0,0,1-2.045.167C2.407,11.454.818,10.644.818,10.227Zm11.455,5.727c0,.417-1.588,1.227-4.5,1.227s-4.5-.811-4.5-1.227V14.638a9.6,9.6,0,0,0,4.5.907,10.007,10.007,0,0,0,4.371-.831l.129,0v1.237Zm-4.5-1.227c-2.912,0-4.5-.811-4.5-1.227s1.588-1.227,4.5-1.227,4.5.811,4.5,1.227S10.684,14.727,7.773,14.727Zm9.409-2.045c0,.4-1.45,1.139-4.091,1.213V13.5c0-.511-.387-.924-1.011-1.241.2.008.4.014.6.014a9.6,9.6,0,0,0,4.5-.907v1.316Zm0-2.455c0,.417-1.588,1.227-4.5,1.227s-4.5-.811-4.5-1.227V8.911a9.6,9.6,0,0,0,4.5.907,9.6,9.6,0,0,0,4.5-.907Zm0-2.455c0,.417-1.588,1.227-4.5,1.227s-4.5-.811-4.5-1.227V6.456a9.6,9.6,0,0,0,4.5.907,9.6,9.6,0,0,0,4.5-.907Zm-4.5-1.227c-2.912,0-4.5-.811-4.5-1.227s1.588-1.227,4.5-1.227,4.5.811,4.5,1.227S15.593,6.545,12.682,6.545Z" transform="translate(0 0)" fill="#003197"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 705 B

View File

@ -116,6 +116,15 @@ code = "main-top"
</div>
</div>
<div class="profile_drop">
<div class="profile_item">
<div class="profile_icon">
<img src="{{'assets/images/svg/coins.svg'|theme}}" alt="">
</div>
<div class="profile_text">
Баланс: 4334.30
</div>
</div>
<a href="{{'kabinet/profile'|page}}" class="profile_item">
<div class="profile_icon">
<img src="{{'assets/images/svg/user-plus.svg'|theme}}" alt="">
@ -145,7 +154,7 @@ code = "main-top"
<a href="#" data-request="onLogout" data-request-data="redirect: '/'" class="profile_item">
<div class="profile_icon">
<img src="{{'assets/images/svg/log-out.svg'|theme}}" alt="">
<img src="{{'assets/images/wallet.png'|theme}}" alt="">
</div>
<div class="profile_text">
Пополнить баланс
@ -227,6 +236,15 @@ code = "main-top"
</div>
</div>
<div class="profile_drop">
<div class="profile_item">
<div class="profile_icon">
<img src="{{'assets/images/svg/coins.svg'|theme}}" alt="">
</div>
<div class="profile_text">
Баланс: 4334.30
</div>
</div>
<a href="personal_data.html" class="profile_item">
<div class="profile_icon">
<img src="{{'assets/images/svg/user-plus.svg'|theme}}" alt="">