앱 관리 디자인 수정

This commit is contained in:
현성필
2025-11-17 14:17:34 +09:00
parent a074bd578a
commit ab2fca5419
18 changed files with 108 additions and 173 deletions
@@ -23,9 +23,9 @@
.faq-question {
color: $primary-blue;
&::before {
background: $gradient-primary;
}
//&::before {
// background: $gradient-primary;
//}
.faq-icon {
transform: rotate(180deg);
@@ -128,7 +128,7 @@
display: flex;
align-items: center;
justify-content: center;
background: $gradient-primary;
background: $primary-blue;
color: $white;
border-radius: $border-radius-circle;
font-size: $font-size-sm;