이용자 정보 화면 스타일 적용

This commit is contained in:
현성필
2025-12-04 14:50:32 +09:00
parent 1991f7843f
commit 46f0388832
3 changed files with 115 additions and 104 deletions
@@ -66,6 +66,25 @@ $apikey-border-color: #dadada;
}
}
&--simple {
background: none;
padding: 0 0 $spacing-md 0;
border-radius: 0;
border-bottom: 2px solid #212529;
margin-bottom: $spacing-xl;
h3 {
font-size: 22px;
font-weight: $font-weight-bold;
color: #212529;
margin: 0;
}
.required-badge {
display: none;
}
}
.common-subtitle {
font-size: 16px;
font-weight: $font-weight-regular;
@@ -1128,6 +1128,10 @@ input[type="checkbox"]:checked + .custom-checkbox {
&::placeholder {
color: $text-light;
}
&:disabled {
background-color: #E2E8F0;
}
}
.form-textarea {