solved ui bugs marketplace

This commit is contained in:
2025-03-28 13:55:30 +05:30
parent 813f620b4d
commit e4ef26331f
4 changed files with 92 additions and 18 deletions

View File

@@ -8,6 +8,7 @@
background-color: var(--background-color-secondary);
position: absolute;
left: 0;
top: 0;
padding: 100px 50px;
padding-bottom: 32px;
backdrop-filter: blur(6px);
@@ -89,6 +90,7 @@
color: var(--text-color);
font-weight: $medium-weight;
font-size: $xlarge;
margin-bottom: 12px;
}
.cards-wrapper-container {
@@ -122,7 +124,13 @@
.image-container {
width: 100%;
display: flex;
max-height: 180px;
justify-content: center;
img{
height: inherit;
width: 100%;
object-fit: cover;
}
}
.assets-container {
@@ -133,6 +141,9 @@
display: flex;
flex-direction: column;
gap: 3px;
.assets-name{
text-transform: capitalize;
}
.asstes-container {
font-weight: #{$bold-weight};