refactor(customer-vue): customer-vue 삭제
template 미사용으로 해당 service 삭제
@@ -1,67 +0,0 @@
|
||||
{
|
||||
"version": "4.0",
|
||||
"comment": "---Above version must be the same as data-pwa-version",
|
||||
"comment": "---data-pwa-version can be found in index.html in the manifest tag",
|
||||
"comment": "---if versions are not the same it will cause an update loop",
|
||||
"lang" : "en",
|
||||
"name" : "Sticky",
|
||||
"scope" : "/",
|
||||
"display" : "fullscreen",
|
||||
"start_url" : "/index.html",
|
||||
"short_name" : "Sticky",
|
||||
"description" : "",
|
||||
"orientation" : "portrait",
|
||||
"background_color": "#000000",
|
||||
"theme_color": "#000000",
|
||||
"generated" : "true",
|
||||
"icons": [
|
||||
{
|
||||
"src": "app/icons/icon-72x72.png",
|
||||
"sizes": "72x72",
|
||||
"type": "image/png",
|
||||
"purpose": "any maskable"
|
||||
},
|
||||
{
|
||||
"src": "app/icons/icon-96x96.png",
|
||||
"sizes": "96x96",
|
||||
"type": "image/png",
|
||||
"purpose": "any maskable"
|
||||
},
|
||||
{
|
||||
"src": "app/icons/icon-128x128.png",
|
||||
"sizes": "128x128",
|
||||
"type": "image/png",
|
||||
"purpose": "any maskable"
|
||||
},
|
||||
{
|
||||
"src": "app/icons/icon-144x144.png",
|
||||
"sizes": "144x144",
|
||||
"type": "image/png",
|
||||
"purpose": "any maskable"
|
||||
},
|
||||
{
|
||||
"src": "app/icons/icon-152x152.png",
|
||||
"sizes": "152x152",
|
||||
"type": "image/png",
|
||||
"purpose": "any maskable"
|
||||
},
|
||||
{
|
||||
"src": "app/icons/icon-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png",
|
||||
"purpose": "any maskable"
|
||||
},
|
||||
{
|
||||
"src": "app/icons/icon-384x384.png",
|
||||
"sizes": "384x384",
|
||||
"type": "image/png",
|
||||
"purpose": "any maskable"
|
||||
},
|
||||
{
|
||||
"src": "app/icons/icon-512x512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png",
|
||||
"purpose": "any maskable"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Before Width: | Height: | Size: 524 B |
|
Before Width: | Height: | Size: 5.1 KiB |
|
Before Width: | Height: | Size: 6.0 KiB |
|
Before Width: | Height: | Size: 6.3 KiB |
|
Before Width: | Height: | Size: 8.4 KiB |
|
Before Width: | Height: | Size: 25 KiB |
|
Before Width: | Height: | Size: 33 KiB |
|
Before Width: | Height: | Size: 2.5 KiB |
|
Before Width: | Height: | Size: 3.6 KiB |
|
Before Width: | Height: | Size: 134 KiB |
|
Before Width: | Height: | Size: 69 KiB |
|
Before Width: | Height: | Size: 86 KiB |
|
Before Width: | Height: | Size: 128 KiB |
|
Before Width: | Height: | Size: 136 KiB |
|
Before Width: | Height: | Size: 4.2 KiB |
@@ -1,29 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
||||
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
|
||||
<title><%= htmlWebpackPlugin.options.title %></title>
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="https://hoonytemplatebucket.s3.ap-northeast-2.amazonaws.com/styles/bootstrap.css">
|
||||
<link rel="stylesheet" type="text/css" href="https://hoonytemplatebucket.s3.ap-northeast-2.amazonaws.com/styles/style.css">
|
||||
<link href="https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i|Source+Sans+Pro:300,300i,400,400i,600,600i,700,700i,900,900i&display=swap" rel="stylesheet">
|
||||
<link rel="stylesheet" type="text/css" href="https://hoonytemplatebucket.s3.ap-northeast-2.amazonaws.com/fonts/css/fontawesome-all.min.css">
|
||||
<link rel="manifest" href="_manifest.json" data-pwa-version="set_in_manifest_and_pwa_js">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="app/icons/icon-192x192.png">
|
||||
</head>
|
||||
<body class="theme-light" data-highlight="highlight-red" data-gradient="body-default">
|
||||
<noscript>
|
||||
<strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
|
||||
</noscript>
|
||||
|
||||
<div id="preloader"><div class="spinner-border color-highlight" role="status"></div></div>
|
||||
|
||||
<div id="app"></div>
|
||||
<!-- built files will be auto injected -->
|
||||
<script type="text/javascript" src="https://hoonytemplatebucket.s3.ap-northeast-2.amazonaws.com/scripts/bootstrap.min.js"></script>
|
||||
<script type="text/javascript" src="https://hoonytemplatebucket.s3.ap-northeast-2.amazonaws.com/scripts/custom.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,56 +0,0 @@
|
||||
/* Generating Color Pack*/
|
||||
.color-highlight {
|
||||
color: #3BAFDA !important;
|
||||
}
|
||||
|
||||
.bg-highlight {
|
||||
background-color: #3BAFDA !important;
|
||||
color: #FFF !important;
|
||||
}
|
||||
|
||||
.border-highlight {
|
||||
border-color: #3BAFDA !important;
|
||||
}
|
||||
|
||||
.gradient-highlight {
|
||||
background-image: linear-gradient(to bottom, #4FC1E9, #3BAFDA) !important;
|
||||
}
|
||||
|
||||
.footer-bar-2 .active-nav,
|
||||
.footer-bar-5 strong,
|
||||
.footer-bar-4 strong,
|
||||
.splide__pagination__page.is-active {
|
||||
background-color: #3BAFDA !important;
|
||||
}
|
||||
|
||||
.footer-bar-1 .active-nav i,
|
||||
.footer-bar-1 .active-nav span,
|
||||
.footer-bar-3 .active-nav i {
|
||||
color: #3BAFDA !important;
|
||||
}
|
||||
|
||||
.form-floating-over > .form-control:focus ~ label {
|
||||
color: #3BAFDA;
|
||||
}
|
||||
|
||||
.form-floating-over > .form-control:not(:placeholder-shown) ~ label {
|
||||
color: #3BAFDA;
|
||||
}
|
||||
|
||||
.form-floating-over > .form-select ~ label {
|
||||
color: #3BAFDA;
|
||||
}
|
||||
|
||||
.color-highlight {
|
||||
color: #3BAFDA;
|
||||
}
|
||||
|
||||
.bg-highlight {
|
||||
background-color: #3BAFDA;
|
||||
color: #FFF !important;
|
||||
}
|
||||
|
||||
.interest-check input:checked ~ label {
|
||||
color: #FFF !important;
|
||||
background-color: #3BAFDA !important;
|
||||
}
|
||||
@@ -1,56 +0,0 @@
|
||||
/* Generating Color Pack*/
|
||||
.color-highlight {
|
||||
color: #4A89DC !important;
|
||||
}
|
||||
|
||||
.bg-highlight {
|
||||
background-color: #4A89DC !important;
|
||||
color: #FFF !important;
|
||||
}
|
||||
|
||||
.border-highlight {
|
||||
border-color: #4A89DC !important;
|
||||
}
|
||||
|
||||
.gradient-highlight {
|
||||
background-image: linear-gradient(to bottom, #5D9CEC, #4A89DC) !important;
|
||||
}
|
||||
|
||||
.footer-bar-2 .active-nav,
|
||||
.footer-bar-5 strong,
|
||||
.footer-bar-4 strong,
|
||||
.splide__pagination__page.is-active {
|
||||
background-color: #4A89DC !important;
|
||||
}
|
||||
|
||||
.footer-bar-1 .active-nav i,
|
||||
.footer-bar-1 .active-nav span,
|
||||
.footer-bar-3 .active-nav i {
|
||||
color: #4A89DC !important;
|
||||
}
|
||||
|
||||
.form-floating-over > .form-control:focus ~ label {
|
||||
color: #4A89DC;
|
||||
}
|
||||
|
||||
.form-floating-over > .form-control:not(:placeholder-shown) ~ label {
|
||||
color: #4A89DC;
|
||||
}
|
||||
|
||||
.form-floating-over > .form-select ~ label {
|
||||
color: #4A89DC;
|
||||
}
|
||||
|
||||
.color-highlight {
|
||||
color: #4A89DC;
|
||||
}
|
||||
|
||||
.bg-highlight {
|
||||
background-color: #4A89DC;
|
||||
color: #FFF !important;
|
||||
}
|
||||
|
||||
.interest-check input:checked ~ label {
|
||||
color: #FFF !important;
|
||||
background-color: #4A89DC !important;
|
||||
}
|
||||
@@ -1,56 +0,0 @@
|
||||
/* Generating Color Pack*/
|
||||
.color-highlight {
|
||||
color: #AA8E69 !important;
|
||||
}
|
||||
|
||||
.bg-highlight {
|
||||
background-color: #AA8E69 !important;
|
||||
color: #FFF !important;
|
||||
}
|
||||
|
||||
.border-highlight {
|
||||
border-color: #AA8E69 !important;
|
||||
}
|
||||
|
||||
.gradient-highlight {
|
||||
background-image: linear-gradient(to bottom, #BAA286, #AA8E69) !important;
|
||||
}
|
||||
|
||||
.footer-bar-2 .active-nav,
|
||||
.footer-bar-5 strong,
|
||||
.footer-bar-4 strong,
|
||||
.splide__pagination__page.is-active {
|
||||
background-color: #AA8E69 !important;
|
||||
}
|
||||
|
||||
.footer-bar-1 .active-nav i,
|
||||
.footer-bar-1 .active-nav span,
|
||||
.footer-bar-3 .active-nav i {
|
||||
color: #AA8E69 !important;
|
||||
}
|
||||
|
||||
.form-floating-over > .form-control:focus ~ label {
|
||||
color: #AA8E69;
|
||||
}
|
||||
|
||||
.form-floating-over > .form-control:not(:placeholder-shown) ~ label {
|
||||
color: #AA8E69;
|
||||
}
|
||||
|
||||
.form-floating-over > .form-select ~ label {
|
||||
color: #AA8E69;
|
||||
}
|
||||
|
||||
.color-highlight {
|
||||
color: #AA8E69;
|
||||
}
|
||||
|
||||
.bg-highlight {
|
||||
background-color: #AA8E69;
|
||||
color: #FFF !important;
|
||||
}
|
||||
|
||||
.interest-check input:checked ~ label {
|
||||
color: #FFF !important;
|
||||
background-color: #AA8E69 !important;
|
||||
}
|
||||
@@ -1,56 +0,0 @@
|
||||
/* Generating Color Pack*/
|
||||
.color-highlight {
|
||||
color: #434A54 !important;
|
||||
}
|
||||
|
||||
.bg-highlight {
|
||||
background-color: #434A54 !important;
|
||||
color: #FFF !important;
|
||||
}
|
||||
|
||||
.border-highlight {
|
||||
border-color: #434A54 !important;
|
||||
}
|
||||
|
||||
.gradient-highlight {
|
||||
background-image: linear-gradient(to bottom, #656D78, #434A54) !important;
|
||||
}
|
||||
|
||||
.footer-bar-2 .active-nav,
|
||||
.footer-bar-5 strong,
|
||||
.footer-bar-4 strong,
|
||||
.splide__pagination__page.is-active {
|
||||
background-color: #434A54 !important;
|
||||
}
|
||||
|
||||
.footer-bar-1 .active-nav i,
|
||||
.footer-bar-1 .active-nav span,
|
||||
.footer-bar-3 .active-nav i {
|
||||
color: #434A54 !important;
|
||||
}
|
||||
|
||||
.form-floating-over > .form-control:focus ~ label {
|
||||
color: #434A54;
|
||||
}
|
||||
|
||||
.form-floating-over > .form-control:not(:placeholder-shown) ~ label {
|
||||
color: #434A54;
|
||||
}
|
||||
|
||||
.form-floating-over > .form-select ~ label {
|
||||
color: #434A54;
|
||||
}
|
||||
|
||||
.color-highlight {
|
||||
color: #434A54;
|
||||
}
|
||||
|
||||
.bg-highlight {
|
||||
background-color: #434A54;
|
||||
color: #FFF !important;
|
||||
}
|
||||
|
||||
.interest-check input:checked ~ label {
|
||||
color: #FFF !important;
|
||||
background-color: #434A54 !important;
|
||||
}
|
||||
@@ -1,56 +0,0 @@
|
||||
/* Generating Color Pack*/
|
||||
.color-highlight {
|
||||
color: #2ABA66 !important;
|
||||
}
|
||||
|
||||
.bg-highlight {
|
||||
background-color: #2ABA66 !important;
|
||||
color: #FFF !important;
|
||||
}
|
||||
|
||||
.border-highlight {
|
||||
border-color: #2ABA66 !important;
|
||||
}
|
||||
|
||||
.gradient-highlight {
|
||||
background-image: linear-gradient(to bottom, #34cc73, #2ABA66) !important;
|
||||
}
|
||||
|
||||
.footer-bar-2 .active-nav,
|
||||
.footer-bar-5 strong,
|
||||
.footer-bar-4 strong,
|
||||
.splide__pagination__page.is-active {
|
||||
background-color: #2ABA66 !important;
|
||||
}
|
||||
|
||||
.footer-bar-1 .active-nav i,
|
||||
.footer-bar-1 .active-nav span,
|
||||
.footer-bar-3 .active-nav i {
|
||||
color: #2ABA66 !important;
|
||||
}
|
||||
|
||||
.form-floating-over > .form-control:focus ~ label {
|
||||
color: #2ABA66;
|
||||
}
|
||||
|
||||
.form-floating-over > .form-control:not(:placeholder-shown) ~ label {
|
||||
color: #2ABA66;
|
||||
}
|
||||
|
||||
.form-floating-over > .form-select ~ label {
|
||||
color: #2ABA66;
|
||||
}
|
||||
|
||||
.color-highlight {
|
||||
color: #2ABA66;
|
||||
}
|
||||
|
||||
.bg-highlight {
|
||||
background-color: #2ABA66;
|
||||
color: #FFF !important;
|
||||
}
|
||||
|
||||
.interest-check input:checked ~ label {
|
||||
color: #FFF !important;
|
||||
background-color: #2ABA66 !important;
|
||||
}
|
||||
@@ -1,56 +0,0 @@
|
||||
/* Generating Color Pack*/
|
||||
.color-highlight {
|
||||
color: #8CC152 !important;
|
||||
}
|
||||
|
||||
.bg-highlight {
|
||||
background-color: #8CC152 !important;
|
||||
color: #FFF !important;
|
||||
}
|
||||
|
||||
.border-highlight {
|
||||
border-color: #8CC152 !important;
|
||||
}
|
||||
|
||||
.gradient-highlight {
|
||||
background-image: linear-gradient(to bottom, #A0D468, #8CC152) !important;
|
||||
}
|
||||
|
||||
.footer-bar-2 .active-nav,
|
||||
.footer-bar-5 strong,
|
||||
.footer-bar-4 strong,
|
||||
.splide__pagination__page.is-active {
|
||||
background-color: #8CC152 !important;
|
||||
}
|
||||
|
||||
.footer-bar-1 .active-nav i,
|
||||
.footer-bar-1 .active-nav span,
|
||||
.footer-bar-3 .active-nav i {
|
||||
color: #8CC152 !important;
|
||||
}
|
||||
|
||||
.form-floating-over > .form-control:focus ~ label {
|
||||
color: #8CC152;
|
||||
}
|
||||
|
||||
.form-floating-over > .form-control:not(:placeholder-shown) ~ label {
|
||||
color: #8CC152;
|
||||
}
|
||||
|
||||
.form-floating-over > .form-select ~ label {
|
||||
color: #8CC152;
|
||||
}
|
||||
|
||||
.color-highlight {
|
||||
color: #8CC152;
|
||||
}
|
||||
|
||||
.bg-highlight {
|
||||
background-color: #8CC152;
|
||||
color: #FFF !important;
|
||||
}
|
||||
|
||||
.interest-check input:checked ~ label {
|
||||
color: #FFF !important;
|
||||
background-color: #8CC152 !important;
|
||||
}
|
||||
@@ -1,56 +0,0 @@
|
||||
/* Generating Color Pack*/
|
||||
.color-highlight {
|
||||
color: #967ADC !important;
|
||||
}
|
||||
|
||||
.bg-highlight {
|
||||
background-color: #967ADC !important;
|
||||
color: #FFF !important;
|
||||
}
|
||||
|
||||
.border-highlight {
|
||||
border-color: #967ADC !important;
|
||||
}
|
||||
|
||||
.gradient-highlight {
|
||||
background-image: linear-gradient(to bottom, #AC92EC, #967ADC) !important;
|
||||
}
|
||||
|
||||
.footer-bar-2 .active-nav,
|
||||
.footer-bar-5 strong,
|
||||
.footer-bar-4 strong,
|
||||
.splide__pagination__page.is-active {
|
||||
background-color: #967ADC !important;
|
||||
}
|
||||
|
||||
.footer-bar-1 .active-nav i,
|
||||
.footer-bar-1 .active-nav span,
|
||||
.footer-bar-3 .active-nav i {
|
||||
color: #967ADC !important;
|
||||
}
|
||||
|
||||
.form-floating-over > .form-control:focus ~ label {
|
||||
color: #967ADC;
|
||||
}
|
||||
|
||||
.form-floating-over > .form-control:not(:placeholder-shown) ~ label {
|
||||
color: #967ADC;
|
||||
}
|
||||
|
||||
.form-floating-over > .form-select ~ label {
|
||||
color: #967ADC;
|
||||
}
|
||||
|
||||
.color-highlight {
|
||||
color: #967ADC;
|
||||
}
|
||||
|
||||
.bg-highlight {
|
||||
background-color: #967ADC;
|
||||
color: #FFF !important;
|
||||
}
|
||||
|
||||
.interest-check input:checked ~ label {
|
||||
color: #FFF !important;
|
||||
background-color: #967ADC !important;
|
||||
}
|
||||
@@ -1,56 +0,0 @@
|
||||
/* Generating Color Pack*/
|
||||
.color-highlight {
|
||||
color: #37BC9B !important;
|
||||
}
|
||||
|
||||
.bg-highlight {
|
||||
background-color: #37BC9B !important;
|
||||
color: #FFF !important;
|
||||
}
|
||||
|
||||
.border-highlight {
|
||||
border-color: #37BC9B !important;
|
||||
}
|
||||
|
||||
.gradient-highlight {
|
||||
background-image: linear-gradient(to bottom, #48CFAD, #37BC9B) !important;
|
||||
}
|
||||
|
||||
.footer-bar-2 .active-nav,
|
||||
.footer-bar-5 strong,
|
||||
.footer-bar-4 strong,
|
||||
.splide__pagination__page.is-active {
|
||||
background-color: #37BC9B !important;
|
||||
}
|
||||
|
||||
.footer-bar-1 .active-nav i,
|
||||
.footer-bar-1 .active-nav span,
|
||||
.footer-bar-3 .active-nav i {
|
||||
color: #37BC9B !important;
|
||||
}
|
||||
|
||||
.form-floating-over > .form-control:focus ~ label {
|
||||
color: #37BC9B;
|
||||
}
|
||||
|
||||
.form-floating-over > .form-control:not(:placeholder-shown) ~ label {
|
||||
color: #37BC9B;
|
||||
}
|
||||
|
||||
.form-floating-over > .form-select ~ label {
|
||||
color: #37BC9B;
|
||||
}
|
||||
|
||||
.color-highlight {
|
||||
color: #37BC9B;
|
||||
}
|
||||
|
||||
.bg-highlight {
|
||||
background-color: #37BC9B;
|
||||
color: #FFF !important;
|
||||
}
|
||||
|
||||
.interest-check input:checked ~ label {
|
||||
color: #FFF !important;
|
||||
background-color: #37BC9B !important;
|
||||
}
|
||||
@@ -1,56 +0,0 @@
|
||||
/* 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;
|
||||
}
|
||||
@@ -1,56 +0,0 @@
|
||||
/* Generating Color Pack*/
|
||||
.color-highlight {
|
||||
color: #E9573F !important;
|
||||
}
|
||||
|
||||
.bg-highlight {
|
||||
background-color: #E9573F !important;
|
||||
color: #FFF !important;
|
||||
}
|
||||
|
||||
.border-highlight {
|
||||
border-color: #E9573F !important;
|
||||
}
|
||||
|
||||
.gradient-highlight {
|
||||
background-image: linear-gradient(to bottom, #FC6E51, #E9573F) !important;
|
||||
}
|
||||
|
||||
.footer-bar-2 .active-nav,
|
||||
.footer-bar-5 strong,
|
||||
.footer-bar-4 strong,
|
||||
.splide__pagination__page.is-active {
|
||||
background-color: #E9573F !important;
|
||||
}
|
||||
|
||||
.footer-bar-1 .active-nav i,
|
||||
.footer-bar-1 .active-nav span,
|
||||
.footer-bar-3 .active-nav i {
|
||||
color: #E9573F !important;
|
||||
}
|
||||
|
||||
.form-floating-over > .form-control:focus ~ label {
|
||||
color: #E9573F;
|
||||
}
|
||||
|
||||
.form-floating-over > .form-control:not(:placeholder-shown) ~ label {
|
||||
color: #E9573F;
|
||||
}
|
||||
|
||||
.form-floating-over > .form-select ~ label {
|
||||
color: #E9573F;
|
||||
}
|
||||
|
||||
.color-highlight {
|
||||
color: #E9573F;
|
||||
}
|
||||
|
||||
.bg-highlight {
|
||||
background-color: #E9573F;
|
||||
color: #FFF !important;
|
||||
}
|
||||
|
||||
.interest-check input:checked ~ label {
|
||||
color: #FFF !important;
|
||||
background-color: #E9573F !important;
|
||||
}
|
||||
@@ -1,56 +0,0 @@
|
||||
/* Generating Color Pack*/
|
||||
.color-highlight {
|
||||
color: #fb3365 !important;
|
||||
}
|
||||
|
||||
.bg-highlight {
|
||||
background-color: #fb3365 !important;
|
||||
color: #FFF !important;
|
||||
}
|
||||
|
||||
.border-highlight {
|
||||
border-color: #fb3365 !important;
|
||||
}
|
||||
|
||||
.gradient-highlight {
|
||||
background-image: linear-gradient(to bottom, #ff5982, #fb3365) !important;
|
||||
}
|
||||
|
||||
.footer-bar-2 .active-nav,
|
||||
.footer-bar-5 strong,
|
||||
.footer-bar-4 strong,
|
||||
.splide__pagination__page.is-active {
|
||||
background-color: #fb3365 !important;
|
||||
}
|
||||
|
||||
.footer-bar-1 .active-nav i,
|
||||
.footer-bar-1 .active-nav span,
|
||||
.footer-bar-3 .active-nav i {
|
||||
color: #fb3365 !important;
|
||||
}
|
||||
|
||||
.form-floating-over > .form-control:focus ~ label {
|
||||
color: #fb3365;
|
||||
}
|
||||
|
||||
.form-floating-over > .form-control:not(:placeholder-shown) ~ label {
|
||||
color: #fb3365;
|
||||
}
|
||||
|
||||
.form-floating-over > .form-select ~ label {
|
||||
color: #fb3365;
|
||||
}
|
||||
|
||||
.color-highlight {
|
||||
color: #fb3365;
|
||||
}
|
||||
|
||||
.bg-highlight {
|
||||
background-color: #fb3365;
|
||||
color: #FFF !important;
|
||||
}
|
||||
|
||||
.interest-check input:checked ~ label {
|
||||
color: #FFF !important;
|
||||
background-color: #fb3365 !important;
|
||||
}
|
||||
@@ -1,56 +0,0 @@
|
||||
/* Generating Color Pack*/
|
||||
.color-highlight {
|
||||
color: #DA4453 !important;
|
||||
}
|
||||
|
||||
.bg-highlight {
|
||||
background-color: #DA4453 !important;
|
||||
color: #FFF !important;
|
||||
}
|
||||
|
||||
.border-highlight {
|
||||
border-color: #DA4453 !important;
|
||||
}
|
||||
|
||||
.gradient-highlight {
|
||||
background-image: linear-gradient(to bottom, #ED5565, #DA4453) !important;
|
||||
}
|
||||
|
||||
.footer-bar-2 .active-nav,
|
||||
.footer-bar-5 strong,
|
||||
.footer-bar-4 strong,
|
||||
.splide__pagination__page.is-active {
|
||||
background-color: #DA4453 !important;
|
||||
}
|
||||
|
||||
.footer-bar-1 .active-nav i,
|
||||
.footer-bar-1 .active-nav span,
|
||||
.footer-bar-3 .active-nav i {
|
||||
color: #DA4453 !important;
|
||||
}
|
||||
|
||||
.form-floating-over > .form-control:focus ~ label {
|
||||
color: #DA4453;
|
||||
}
|
||||
|
||||
.form-floating-over > .form-control:not(:placeholder-shown) ~ label {
|
||||
color: #DA4453;
|
||||
}
|
||||
|
||||
.form-floating-over > .form-select ~ label {
|
||||
color: #DA4453;
|
||||
}
|
||||
|
||||
.color-highlight {
|
||||
color: #DA4453;
|
||||
}
|
||||
|
||||
.bg-highlight {
|
||||
background-color: #DA4453;
|
||||
color: #FFF !important;
|
||||
}
|
||||
|
||||
.interest-check input:checked ~ label {
|
||||
color: #FFF !important;
|
||||
background-color: #DA4453 !important;
|
||||
}
|
||||
@@ -1,56 +0,0 @@
|
||||
/* Generating Color Pack*/
|
||||
.color-highlight {
|
||||
color: #d99914 !important;
|
||||
}
|
||||
|
||||
.bg-highlight {
|
||||
background-color: #d99914 !important;
|
||||
color: #FFF !important;
|
||||
}
|
||||
|
||||
.border-highlight {
|
||||
border-color: #d99914 !important;
|
||||
}
|
||||
|
||||
.gradient-highlight {
|
||||
background-image: linear-gradient(to bottom, #f0b31b, #d99914) !important;
|
||||
}
|
||||
|
||||
.footer-bar-2 .active-nav,
|
||||
.footer-bar-5 strong,
|
||||
.footer-bar-4 strong,
|
||||
.splide__pagination__page.is-active {
|
||||
background-color: #d99914 !important;
|
||||
}
|
||||
|
||||
.footer-bar-1 .active-nav i,
|
||||
.footer-bar-1 .active-nav span,
|
||||
.footer-bar-3 .active-nav i {
|
||||
color: #d99914 !important;
|
||||
}
|
||||
|
||||
.form-floating-over > .form-control:focus ~ label {
|
||||
color: #d99914;
|
||||
}
|
||||
|
||||
.form-floating-over > .form-control:not(:placeholder-shown) ~ label {
|
||||
color: #d99914;
|
||||
}
|
||||
|
||||
.form-floating-over > .form-select ~ label {
|
||||
color: #d99914;
|
||||
}
|
||||
|
||||
.color-highlight {
|
||||
color: #d99914;
|
||||
}
|
||||
|
||||
.bg-highlight {
|
||||
background-color: #d99914;
|
||||
color: #FFF !important;
|
||||
}
|
||||
|
||||
.interest-check input:checked ~ label {
|
||||
color: #FFF !important;
|
||||
background-color: #d99914 !important;
|
||||
}
|
||||
@@ -1,56 +0,0 @@
|
||||
/* Generating Color Pack*/
|
||||
.color-highlight {
|
||||
color: #7DB1B1 !important;
|
||||
}
|
||||
|
||||
.bg-highlight {
|
||||
background-color: #7DB1B1 !important;
|
||||
color: #FFF !important;
|
||||
}
|
||||
|
||||
.border-highlight {
|
||||
border-color: #7DB1B1 !important;
|
||||
}
|
||||
|
||||
.gradient-highlight {
|
||||
background-image: linear-gradient(to bottom, #A0CECB, #7DB1B1) !important;
|
||||
}
|
||||
|
||||
.footer-bar-2 .active-nav,
|
||||
.footer-bar-5 strong,
|
||||
.footer-bar-4 strong,
|
||||
.splide__pagination__page.is-active {
|
||||
background-color: #7DB1B1 !important;
|
||||
}
|
||||
|
||||
.footer-bar-1 .active-nav i,
|
||||
.footer-bar-1 .active-nav span,
|
||||
.footer-bar-3 .active-nav i {
|
||||
color: #7DB1B1 !important;
|
||||
}
|
||||
|
||||
.form-floating-over > .form-control:focus ~ label {
|
||||
color: #7DB1B1;
|
||||
}
|
||||
|
||||
.form-floating-over > .form-control:not(:placeholder-shown) ~ label {
|
||||
color: #7DB1B1;
|
||||
}
|
||||
|
||||
.form-floating-over > .form-select ~ label {
|
||||
color: #7DB1B1;
|
||||
}
|
||||
|
||||
.color-highlight {
|
||||
color: #7DB1B1;
|
||||
}
|
||||
|
||||
.bg-highlight {
|
||||
background-color: #7DB1B1;
|
||||
color: #FFF !important;
|
||||
}
|
||||
|
||||
.interest-check input:checked ~ label {
|
||||
color: #FFF !important;
|
||||
background-color: #7DB1B1 !important;
|
||||
}
|
||||
@@ -1,56 +0,0 @@
|
||||
/* Generating Color Pack*/
|
||||
.color-highlight {
|
||||
color: #F6BB42 !important;
|
||||
}
|
||||
|
||||
.bg-highlight {
|
||||
background-color: #F6BB42 !important;
|
||||
color: #FFF !important;
|
||||
}
|
||||
|
||||
.border-highlight {
|
||||
border-color: #F6BB42 !important;
|
||||
}
|
||||
|
||||
.gradient-highlight {
|
||||
background-image: linear-gradient(to bottom, #FFCE54, #F6BB42) !important;
|
||||
}
|
||||
|
||||
.footer-bar-2 .active-nav,
|
||||
.footer-bar-5 strong,
|
||||
.footer-bar-4 strong,
|
||||
.splide__pagination__page.is-active {
|
||||
background-color: #F6BB42 !important;
|
||||
}
|
||||
|
||||
.footer-bar-1 .active-nav i,
|
||||
.footer-bar-1 .active-nav span,
|
||||
.footer-bar-3 .active-nav i {
|
||||
color: #F6BB42 !important;
|
||||
}
|
||||
|
||||
.form-floating-over > .form-control:focus ~ label {
|
||||
color: #F6BB42;
|
||||
}
|
||||
|
||||
.form-floating-over > .form-control:not(:placeholder-shown) ~ label {
|
||||
color: #F6BB42;
|
||||
}
|
||||
|
||||
.form-floating-over > .form-select ~ label {
|
||||
color: #F6BB42;
|
||||
}
|
||||
|
||||
.color-highlight {
|
||||
color: #F6BB42;
|
||||
}
|
||||
|
||||
.bg-highlight {
|
||||
background-color: #F6BB42;
|
||||
color: #FFF !important;
|
||||
}
|
||||
|
||||
.interest-check input:checked ~ label {
|
||||
color: #FFF !important;
|
||||
background-color: #F6BB42 !important;
|
||||
}
|
||||