Merge remote-tracking branch 'origin/main' into ui

This commit is contained in:
2025-03-29 19:09:52 +05:30
34 changed files with 946 additions and 781 deletions

View File

@@ -543,7 +543,7 @@
path {
stroke: var(--accent-color);
strokeWidth: 1.5px;
strokewidth: 1.5px;
}
&:hover {
@@ -932,8 +932,6 @@
}
}
.assets-container {
padding: 0 6px;
@@ -944,7 +942,7 @@
h2 {
color: var(--text-color);
font-family: $large;
font-weight: $bold-weight ;
font-weight: $bold-weight;
}
.categories-container {
@@ -976,7 +974,7 @@
}
&::after {
content: '';
content: "";
width: 50px;
height: 50px;
border-radius: 50%;
@@ -985,11 +983,14 @@
top: 50%;
right: -10px;
transform: translate(0, -50%);
background: linear-gradient(144.19deg, #F1E7CD 16.62%, #FFFAEF 85.81%);
background: linear-gradient(
144.19deg,
#f1e7cd 16.62%,
#fffaef 85.81%
);
}
.category-image {
position: absolute;
// top: 50%;
bottom: 0;
@@ -1011,19 +1012,16 @@
padding: 10px 0;
.assets {
width: 117px;
height: 95px;
border-radius: 3.59px;
background-color: var(--background-color-gray);
padding: 8px;
padding-top: 12px;
font-weight: $medium-weight ;
font-weight: $medium-weight;
position: relative;
overflow: hidden;
.asset-name {
position: relative;
z-index: 3;
@@ -1047,6 +1045,5 @@
@include flex-center;
cursor: pointer;
}
}
}
}