mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 12:19:31 +02:00
added wallet card in header elem
This commit is contained in:
@@ -39,7 +39,12 @@
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.header__balance {
|
||||
.header__content--balance {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.header__card--balance {
|
||||
border-radius: 9px;
|
||||
background: #22252F;
|
||||
box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
|
||||
@@ -58,3 +63,16 @@
|
||||
.header__content--balance .header__card--balance h2 img {
|
||||
margin-right: 7px;
|
||||
}
|
||||
|
||||
.header__btn--wallet a {
|
||||
border-radius: 13px;
|
||||
background: #EF4444;
|
||||
box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
|
||||
font-size: 16px;
|
||||
text-transform: uppercase;
|
||||
font-weight: 900;
|
||||
font-family: Montserrat;
|
||||
padding: 20px 23px 20px 23px;
|
||||
text-decoration: none;
|
||||
margin-left: -10px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user