CSS source map 경로 수정 및 매핑 데이터 규칙 정비
This commit is contained in:
@@ -16871,6 +16871,9 @@ input[type=checkbox]:checked + .custom-checkbox {
|
|||||||
.inquiry-status-badge--pending {
|
.inquiry-status-badge--pending {
|
||||||
background-color: #8c959f;
|
background-color: #8c959f;
|
||||||
}
|
}
|
||||||
|
.inquiry-status-badge--closed {
|
||||||
|
background-color: #4a5560;
|
||||||
|
}
|
||||||
|
|
||||||
.inquiry-actions {
|
.inquiry-actions {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@@ -384,6 +384,11 @@
|
|||||||
&--pending {
|
&--pending {
|
||||||
background-color: #8c959f;
|
background-color: #8c959f;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// 종료 - 짙은 회색 배경
|
||||||
|
&--closed {
|
||||||
|
background-color: #4a5560;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Inquiry Actions
|
// Inquiry Actions
|
||||||
|
|||||||
Reference in New Issue
Block a user