mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 04:09:29 +02:00
added balance card in header elem
This commit is contained in:
@@ -37,4 +37,24 @@
|
||||
bottom: -7px;
|
||||
left: 0;
|
||||
z-index: 1;
|
||||
}
|
||||
}
|
||||
|
||||
.header__balance {
|
||||
border-radius: 9px;
|
||||
background: #22252F;
|
||||
box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
|
||||
padding: 10px 15px 8px 8px;
|
||||
}
|
||||
|
||||
.header__content--balance .header__card--balance h2 {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
color: #fff;
|
||||
font-size: 18px;
|
||||
font-weight: 700;
|
||||
font-family: Montserrat Alternates;;
|
||||
}
|
||||
|
||||
.header__content--balance .header__card--balance h2 img {
|
||||
margin-right: 7px;
|
||||
}
|
||||
|
||||
@@ -26,7 +26,6 @@ body, html {
|
||||
grid-template-columns: .35fr repeat(5, 1fr) 1.2fr;
|
||||
grid-template-rows: repeat(6, 1fr);
|
||||
grid-auto-columns: 1fr;
|
||||
gap: 0px 0px;
|
||||
grid-auto-flow: row;
|
||||
grid-template-areas:
|
||||
"menu header header header header header header"
|
||||
|
||||
@@ -12,8 +12,14 @@
|
||||
</nav>
|
||||
</div>
|
||||
<div class="header__balance">
|
||||
<h2><img src="@/assets/icons-header/diamond-ore-icon.png">{{ balance }}</h2>
|
||||
<a href=""></a>
|
||||
<div class="header__content--balance">
|
||||
<div class="header__card--balance">
|
||||
<h2><img src="@/assets/icons-header/diamond-ore-icon.png">{{ balance }}</h2>
|
||||
</div>
|
||||
<div class="header__btn--wallet">
|
||||
<a href=""></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="header__auth--discord">
|
||||
<div class="header__card--discord">
|
||||
|
||||
Reference in New Issue
Block a user