이용자 정보 화면 스타일 적용
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user