solved ui bugs marketplace
This commit is contained in:
@@ -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};
|
||||
|
||||
Reference in New Issue
Block a user