completed some features in market place

This commit is contained in:
2025-03-28 16:25:53 +05:30
parent a00df5716e
commit dc73c1a50b
12 changed files with 286 additions and 142 deletions

View File

@@ -126,6 +126,8 @@
display: flex;
max-height: 180px;
justify-content: center;
border-radius: #{$border-radius-medium};
overflow: hidden;
img{
height: inherit;
width: 100%;
@@ -211,7 +213,7 @@
background-color: var(--background-color);
display: flex;
gap: 12px;
z-index: 100;
overflow: hidden;
border-radius: 20px;
}