CSS 소스맵 업데이트: 최신 Sass 구성 반영 및 맵핑 갱신
This commit is contained in:
@@ -27325,9 +27325,6 @@ input[type=checkbox]:checked + .custom-checkbox {
|
|||||||
padding: 22px 24px;
|
padding: 22px 24px;
|
||||||
box-shadow: 0 1px 2px rgba(15, 23, 42, 0.05);
|
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 {
|
.api-status .as-maint-card .as-maint-head {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: baseline;
|
align-items: baseline;
|
||||||
@@ -27339,7 +27336,7 @@ input[type=checkbox]:checked + .custom-checkbox {
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
color: var(--as-text);
|
color: var(--as-info);
|
||||||
}
|
}
|
||||||
.api-status .as-maint-card .as-schedule {
|
.api-status .as-maint-card .as-schedule {
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
@@ -27353,10 +27350,6 @@ input[type=checkbox]:checked + .custom-checkbox {
|
|||||||
border-radius: var(--as-pill);
|
border-radius: var(--as-pill);
|
||||||
font-variant-numeric: tabular-nums;
|
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 {
|
.api-status .as-maint-card .as-maint-body {
|
||||||
margin: 14px 0 12px;
|
margin: 14px 0 12px;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@@ -529,8 +529,6 @@
|
|||||||
padding: 22px 24px;
|
padding: 22px 24px;
|
||||||
box-shadow: 0 1px 2px rgba(15, 23, 42, 0.05);
|
box-shadow: 0 1px 2px rgba(15, 23, 42, 0.05);
|
||||||
|
|
||||||
&.is-ongoing { border-left-color: var(--as-warn); }
|
|
||||||
|
|
||||||
.as-maint-head {
|
.as-maint-head {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: baseline;
|
align-items: baseline;
|
||||||
@@ -539,7 +537,7 @@
|
|||||||
flex-wrap: wrap;
|
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 {
|
.as-schedule {
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
@@ -554,8 +552,6 @@
|
|||||||
font-variant-numeric: tabular-nums;
|
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-body { margin: 14px 0 12px; font-size: 14px; line-height: 1.6; color: var(--as-text-3); }
|
||||||
|
|
||||||
.as-maint-meta {
|
.as-maint-meta {
|
||||||
|
|||||||
Reference in New Issue
Block a user