CSS 소스맵 업데이트: 최신 Sass 구성 반영 및 맵핑 갱신
eapim-portal CI / build (push) Has been cancelled
eapim-portal Test / test (push) Has been cancelled

This commit is contained in:
Rinjae
2026-09-03 17:05:47 +09:00
parent 97489d0361
commit 8118dba74d
3 changed files with 3 additions and 14 deletions
+1 -8
View File
@@ -27325,9 +27325,6 @@ input[type=checkbox]:checked + .custom-checkbox {
padding: 22px 24px;
box-shadow: 0 1px 2px rgba(15, 23, 42, 0.05);
}
.api-status .as-maint-card.is-ongoing {
border-left-color: var(--as-warn);
}
.api-status .as-maint-card .as-maint-head {
display: flex;
align-items: baseline;
@@ -27339,7 +27336,7 @@ input[type=checkbox]:checked + .custom-checkbox {
margin: 0;
font-size: 18px;
font-weight: 700;
color: var(--as-text);
color: var(--as-info);
}
.api-status .as-maint-card .as-schedule {
display: inline-flex;
@@ -27353,10 +27350,6 @@ input[type=checkbox]:checked + .custom-checkbox {
border-radius: var(--as-pill);
font-variant-numeric: tabular-nums;
}
.api-status .as-maint-card.is-ongoing .as-schedule {
color: var(--as-warn);
background: var(--as-warn-bg);
}
.api-status .as-maint-card .as-maint-body {
margin: 14px 0 12px;
font-size: 14px;
File diff suppressed because one or more lines are too long
@@ -529,8 +529,6 @@
padding: 22px 24px;
box-shadow: 0 1px 2px rgba(15, 23, 42, 0.05);
&.is-ongoing { border-left-color: var(--as-warn); }
.as-maint-head {
display: flex;
align-items: baseline;
@@ -539,7 +537,7 @@
flex-wrap: wrap;
}
.as-maint-title { margin: 0; font-size: 18px; font-weight: 700; color: var(--as-text); }
.as-maint-title { margin: 0; font-size: 18px; font-weight: 700; color: var(--as-info); }
.as-schedule {
display: inline-flex;
@@ -554,8 +552,6 @@
font-variant-numeric: tabular-nums;
}
&.is-ongoing .as-schedule { color: var(--as-warn); background: var(--as-warn-bg); }
.as-maint-body { margin: 14px 0 12px; font-size: 14px; line-height: 1.6; color: var(--as-text-3); }
.as-maint-meta {