Files
spring-jwt/customer-vue/public/styles/highlights/highlight_night.css
bum12ark 8342264a8a feat(customer-vue): 고객 페이지 vue 프로젝트 생성 및 설정
- vue router 추가
- axios 추가
- 테스트 레이아웃 추가
2022-03-01 12:08:23 +09:00

57 lines
1.0 KiB
CSS

/* Generating Color Pack*/
.color-highlight {
color: #16181c !important;
}
.bg-highlight {
background-color: #16181c !important;
color: #FFF !important;
}
.border-highlight {
border-color: #16181c !important;
}
.gradient-highlight {
background-image: linear-gradient(to bottom, #222529, #16181c) !important;
}
.footer-bar-2 .active-nav,
.footer-bar-5 strong,
.footer-bar-4 strong,
.splide__pagination__page.is-active {
background-color: #16181c !important;
}
.footer-bar-1 .active-nav i,
.footer-bar-1 .active-nav span,
.footer-bar-3 .active-nav i {
color: #16181c !important;
}
.form-floating-over > .form-control:focus ~ label {
color: #16181c;
}
.form-floating-over > .form-control:not(:placeholder-shown) ~ label {
color: #16181c;
}
.form-floating-over > .form-select ~ label {
color: #16181c;
}
.color-highlight {
color: #16181c;
}
.bg-highlight {
background-color: #16181c;
color: #FFF !important;
}
.interest-check input:checked ~ label {
color: #FFF !important;
background-color: #16181c !important;
}