api 마켓 스타일 적용

This commit is contained in:
현성필
2025-11-26 15:36:49 +09:00
parent b6141512b6
commit 3e059a9642
51 changed files with 2233 additions and 1256 deletions
@@ -63,16 +63,7 @@
background: $light-bg;
}
&-gradient {
background: linear-gradient(180deg, $white 0%, $light-bg 100%);
}
&-gradient-reverse {
background: linear-gradient(180deg, $light-bg 0%, $white 100%);
}
&-primary {
background: $gradient-primary;
color: $white;
}
@@ -115,7 +106,6 @@
}
.title-highlight {
@include gradient-text($gradient-accent);
}
}
@@ -155,4 +145,4 @@
.inner-content {
position: relative;
z-index: 1;
}
}