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