added marketplace cards

This commit is contained in:
Nalvazhuthi
2025-03-26 13:52:10 +05:30
parent 9a358bc1c0
commit 6aa1ee8bdd
7 changed files with 268 additions and 140 deletions

View File

@@ -15,6 +15,7 @@
transition: width 0.2s;
background-color: var(--background-color);
z-index: #{$z-index-default};
.split {
height: 20px;
width: 2px;
@@ -165,16 +166,16 @@
cursor: pointer;
@include flex-center;
position: fixed;
bottom: 50px;
bottom: 60px;
left: 50%;
transform: translate(-50%, 0);
transition: background-color 0.3s, transform 0.3s;
color: var(--background-color);
transform: none;
// transform: none;
z-index: 100;
&:hover {
background-color: var(--accent-color);
transform: scale(1.1);
}
}