added test width, height for diamond-icon

This commit is contained in:
Kostya
2023-12-06 11:59:46 +03:00
parent 7d59e6caf0
commit 097e41fb7f
2 changed files with 6 additions and 1 deletions

View File

@@ -45,6 +45,11 @@
flex-direction: column;
}
.icon-diamond h2 img {
width: 20px;
height: 20px;
}
.deposit-icon {
margin: 3px 0 0 10px;
}

View File

@@ -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>