mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 12:19:31 +02:00
added test width, height for diamond-icon
This commit is contained in:
@@ -45,6 +45,11 @@
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.icon-diamond h2 img {
|
||||||
|
width: 20px;
|
||||||
|
height: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
.deposit-icon {
|
.deposit-icon {
|
||||||
margin: 3px 0 0 10px;
|
margin: 3px 0 0 10px;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
<section class="profile">
|
<section class="profile">
|
||||||
<div class="profile__content">
|
<div class="profile__content">
|
||||||
<img class="profile__user--img" src="@/assets/icons-test/person-icon-profile.png">
|
<img class="profile__user--img" src="@/assets/icons-test/person-icon-profile.png">
|
||||||
<div class="profile__card">
|
<div class="profile__card icon-diamond">
|
||||||
<h1>{{ username }}</h1>
|
<h1>{{ username }}</h1>
|
||||||
<h2><img src="@/assets/icons-profile/icon-diamond-ore.png">{{ balance }}</h2>
|
<h2><img src="@/assets/icons-profile/icon-diamond-ore.png">{{ balance }}</h2>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user