api 마켓 스타일 적용
This commit is contained in:
@@ -31,7 +31,6 @@
|
||||
font-weight: $font-weight-bold;
|
||||
color: $text-dark;
|
||||
margin-bottom: $spacing-md;
|
||||
background: $gradient-primary;
|
||||
-webkit-background-clip: text;
|
||||
-webkit-text-fill-color: transparent;
|
||||
background-clip: text;
|
||||
@@ -320,7 +319,6 @@
|
||||
.detail-header {
|
||||
padding: $spacing-3xl $spacing-2xl $spacing-xl;
|
||||
border-bottom: 2px solid $border-gray;
|
||||
background: linear-gradient(180deg, $light-bg 0%, $white 100%);
|
||||
|
||||
@media (max-width: $breakpoint-sm) {
|
||||
padding: $spacing-2xl $spacing-lg $spacing-md;
|
||||
@@ -542,7 +540,6 @@
|
||||
}
|
||||
|
||||
&.btn-edit {
|
||||
background: $gradient-primary;
|
||||
color: $white;
|
||||
|
||||
&:hover {
|
||||
|
||||
Reference in New Issue
Block a user