마이페이지 스타일 적용
This commit is contained in:
@@ -10763,7 +10763,8 @@ select.form-control {
|
||||
min-width: 180px;
|
||||
padding-top: 16px;
|
||||
}
|
||||
.org-form-label .required {
|
||||
.org-form-label .required::before {
|
||||
content: "* ";
|
||||
color: #FF6B6B;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -297,16 +297,6 @@ const createCustomSelect = (targetElement, options = {}) => {
|
||||
};
|
||||
};
|
||||
|
||||
function activateSelect() {
|
||||
const customSelects = document.querySelectorAll('.custom_select');
|
||||
customSelects.forEach(select => {
|
||||
let selector = createCustomSelect(select);
|
||||
console.log(selector);
|
||||
});
|
||||
}
|
||||
|
||||
/* 디자인 select box */
|
||||
// document.addEventListener('DOMContentLoaded',activateSelect);
|
||||
|
||||
/* footer */
|
||||
function adjustLayout() {
|
||||
|
||||
@@ -230,8 +230,11 @@
|
||||
padding-top: $spacing-md;
|
||||
|
||||
.required {
|
||||
color: $accent-orange;
|
||||
font-weight: $font-weight-bold;
|
||||
&::before {
|
||||
content: '* ';
|
||||
color: $accent-orange;
|
||||
font-weight: $font-weight-bold;
|
||||
}
|
||||
}
|
||||
|
||||
@include respond-to('sm') {
|
||||
|
||||
Reference in New Issue
Block a user