mirror of
https://github.com/ktds-dg0501/kt-event-marketing.git
synced 2026-01-21 14:46:23 +00:00
09번 파일 색상 대비 개선 (secondary → primary)
This commit is contained in:
parent
eb4d5045b0
commit
ee0630c14e
@ -122,14 +122,14 @@
|
|||||||
.prediction-stat {
|
.prediction-stat {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding: var(--spacing-s);
|
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);
|
border-radius: var(--radius-m);
|
||||||
}
|
}
|
||||||
|
|
||||||
.prediction-stat__value {
|
.prediction-stat__value {
|
||||||
font-size: var(--font-size-xl);
|
font-size: var(--font-size-xl);
|
||||||
font-weight: var(--font-weight-bold);
|
font-weight: var(--font-weight-bold);
|
||||||
color: var(--color-secondary);
|
color: var(--color-primary);
|
||||||
margin-bottom: var(--spacing-xs);
|
margin-bottom: var(--spacing-xs);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user