mirror of
https://github.com/ktds-dg0501/kt-event-marketing.git
synced 2026-01-21 12:06:24 +00:00
09번 파일 색상 대비 개선 (secondary → primary)
This commit is contained in:
parent
eb4d5045b0
commit
ee0630c14e
@ -122,14 +122,14 @@
|
||||
.prediction-stat {
|
||||
text-align: center;
|
||||
padding: var(--spacing-s);
|
||||
background: linear-gradient(135deg, #F0F7FF 0%, #FFFFFF 100%);
|
||||
background: linear-gradient(135deg, #FFF5F5 0%, #FFFFFF 100%);
|
||||
border-radius: var(--radius-m);
|
||||
}
|
||||
|
||||
.prediction-stat__value {
|
||||
font-size: var(--font-size-xl);
|
||||
font-weight: var(--font-weight-bold);
|
||||
color: var(--color-secondary);
|
||||
color: var(--color-primary);
|
||||
margin-bottom: var(--spacing-xs);
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user