kcc-gem-theme-core 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/LICENSE.txt +21 -0
- data/README.md +138 -0
- data/_config.yml +262 -0
- data/_data/cache_bust_css.yml +1 -0
- data/_includes/accordion.html +36 -0
- data/_includes/accordion_path-sorting.html +29 -0
- data/_includes/body.html +13 -0
- data/_includes/breadcrumbs.html +65 -0
- data/_includes/card-section.html +32 -0
- data/_includes/chat-now.html +15 -0
- data/_includes/contacts.html +90 -0
- data/_includes/document-head.html +22 -0
- data/_includes/emergency-alerts.html +27 -0
- data/_includes/foot.html +3 -0
- data/_includes/footer.html +278 -0
- data/_includes/hash/theme_hash.yml +1 -0
- data/_includes/header-global.html +56 -0
- data/_includes/hero-slider.html +42 -0
- data/_includes/main-call-to-action.html +32 -0
- data/_includes/nav-global-bottom.html +47 -0
- data/_includes/nav-global-top.html +34 -0
- data/_includes/nav-local.html +29 -0
- data/_includes/preconnect.html +22 -0
- data/_includes/scripts/custom.html +4 -0
- data/_includes/scripts/google-api.html +2 -0
- data/_includes/scripts/google-noscript.html +9 -0
- data/_includes/scripts/google-tag.html +23 -0
- data/_includes/scripts/kcc-theme.html +2 -0
- data/_includes/scripts/table-cdn.html +6 -0
- data/_includes/scripts/translate.html +11 -0
- data/_includes/scripts/vendor-cdn.html +5 -0
- data/_includes/styles/fonts.html +4 -0
- data/_includes/styles/main.html +12 -0
- data/_includes/styles/vendor.html +6 -0
- data/_includes/svg/check.html +11 -0
- data/_includes/svg/check_circle-24px.html +13 -0
- data/_includes/svg/dot.html +1 -0
- data/_includes/svg/earn-more.html +30 -0
- data/_includes/svg/email-24px.html +13 -0
- data/_includes/svg/goals.html +21 -0
- data/_includes/svg/kcc-copy.html +62 -0
- data/_includes/svg/kcc.html +65 -0
- data/_includes/svg/kcc.svg +59 -0
- data/_includes/svg/love.html +13 -0
- data/_includes/svg/place-24px.html +13 -0
- data/_includes/svg/save-money.html +26 -0
- data/_includes/tabbed-content.html +27 -0
- data/_includes/translate.html +3 -0
- data/_layouts/default-core.html +27 -0
- data/_layouts/default.html +32 -0
- data/_layouts/hero-banner.html +17 -0
- data/_layouts/hero-slider.html +17 -0
- data/_layouts/markdown.html +13 -0
- data/_layouts/page.html +8 -0
- data/assets/css/content.css +37 -0
- data/assets/img/2016-senior-viewbook.jpg +0 -0
- data/assets/img/ATEC-DSC_1033.jpeg +0 -0
- data/assets/img/DSC_5650_helpful.jpg +0 -0
- data/assets/img/admissions-navigation-menu.jpg +0 -0
- data/assets/img/ajax-loader.gif +0 -0
- data/assets/img/alert.svg +1 -0
- data/assets/img/arrow-right.svg +1 -0
- data/assets/img/arrow_right_alt.svg +1 -0
- data/assets/img/blue-next.svg +1 -0
- data/assets/img/blue-prev.svg +1 -0
- data/assets/img/d-daun2.jpg +0 -0
- data/assets/img/dbl-next.svg +1 -0
- data/assets/img/dbl-next_mobile.svg +1 -0
- data/assets/img/dbl-prev.svg +1 -0
- data/assets/img/dbl-prev_mobile.svg +1 -0
- data/assets/img/dot.svg +13 -0
- data/assets/img/e-tech_a-roberts_mar2016_D41_6690.jpg +0 -0
- data/assets/img/facebook-f_white.svg +1 -0
- data/assets/img/fafsa-early-bird-banner-18.jpg +0 -0
- data/assets/img/go_cavs_20171002_193828-web.jpg +0 -0
- data/assets/img/heading-bg-underline-tan.png +0 -0
- data/assets/img/heading-bg-underline-transparent.png +0 -0
- data/assets/img/heading-bg-underline.png +0 -0
- data/assets/img/home.svg +8 -0
- data/assets/img/instagram-white.svg +1 -0
- data/assets/img/itransfer.png +0 -0
- data/assets/img/kankakee-community-college-word-logo.svg +1 -0
- data/assets/img/kcc-logo-inverse.svg +1 -0
- data/assets/img/kcc-logo.svg +1 -0
- data/assets/img/kcc-placeholder-square.png +0 -0
- data/assets/img/kcc-placeholder.png +0 -0
- data/assets/img/kcc-text-logo.svg +1 -0
- data/assets/img/keyboard_arrow_right.svg +1 -0
- data/assets/img/linkedin-white.svg +1 -0
- data/assets/img/loader.gif +0 -0
- data/assets/img/miguel2.jpg +0 -0
- data/assets/img/pause.svg +1 -0
- data/assets/img/pinterest-p_white.svg +1 -0
- data/assets/img/placeholder.png +0 -0
- data/assets/img/placeholder_16to9.jpg +0 -0
- data/assets/img/placeholder_4by3.jpg +0 -0
- data/assets/img/placeholder_square.jpg +0 -0
- data/assets/img/play.svg +1 -0
- data/assets/img/riverfrontcampus.jpg +0 -0
- data/assets/img/search.svg +1 -0
- data/assets/img/settings.svg +1 -0
- data/assets/img/settings_56.svg +1 -0
- data/assets/img/soccer.svg +1 -0
- data/assets/img/social-icon.svg +1 -0
- data/assets/img/toggle-off.svg +1 -0
- data/assets/img/toggle-on.svg +1 -0
- data/assets/img/twitter-white.svg +1 -0
- data/assets/img/video.svg +1 -0
- data/assets/img/x.svg +1 -0
- data/assets/img/youtube-white.svg +1 -0
- data/assets/img/yt-loading.png +0 -0
- data/assets/img/zippia.png +0 -0
- data/assets/js/alerts/addAccordionOrTabHistoryStates.js +50 -0
- data/assets/js/alerts/alerts.js +56 -0
- data/assets/js/alerts/cacheResponse.js +23 -0
- data/assets/js/alerts/checkForPrefersReducedMotion.js +19 -0
- data/assets/js/alerts/contentHashLink.js +94 -0
- data/assets/js/alerts/createAlertsHtml.js +73 -0
- data/assets/js/alerts/fetchNewAlert.js +33 -0
- data/assets/js/alerts/getCachedResponse.js +43 -0
- data/assets/js/alerts/parseMarkdownToHTML.js +85 -0
- data/assets/js/alerts/refreshAlertButton.js +37 -0
- data/assets/js/dist/102.bundle.js +1 -0
- data/assets/js/dist/126.bundle.js +1 -0
- data/assets/js/dist/154.bundle.js +1 -0
- data/assets/js/dist/238.bundle.js +1 -0
- data/assets/js/dist/282.bundle.js +1 -0
- data/assets/js/dist/315.bundle.js +1 -0
- data/assets/js/dist/381.798ee77dce545b7c224a.css +2 -0
- data/assets/js/dist/381.bundle.js +1 -0
- data/assets/js/dist/391.bundle.js +1 -0
- data/assets/js/dist/45.bundle.js +1 -0
- data/assets/js/dist/504.bundle.js +1 -0
- data/assets/js/dist/526.bundle.js +2 -0
- data/assets/js/dist/526.bundle.js.LICENSE.txt +24 -0
- data/assets/js/dist/57.bundle.js +1 -0
- data/assets/js/dist/576.bundle.js +1 -0
- data/assets/js/dist/582.bundle.js +1 -0
- data/assets/js/dist/614.bundle.js +1 -0
- data/assets/js/dist/640.bundle.js +1 -0
- data/assets/js/dist/644.bundle.js +1 -0
- data/assets/js/dist/647.798ee77dce545b7c224a.css +2 -0
- data/assets/js/dist/647.bundle.js +1 -0
- data/assets/js/dist/658.798ee77dce545b7c224a.css +2 -0
- data/assets/js/dist/658.bundle.js +1 -0
- data/assets/js/dist/707.bundle.js +1 -0
- data/assets/js/dist/734.bundle.js +2 -0
- data/assets/js/dist/734.bundle.js.LICENSE.txt +30 -0
- data/assets/js/dist/747.bundle.js +1 -0
- data/assets/js/dist/755.bundle.js +1 -0
- data/assets/js/dist/795.bundle.js +1 -0
- data/assets/js/dist/814.bundle.js +1 -0
- data/assets/js/dist/83.798ee77dce545b7c224a.css +2 -0
- data/assets/js/dist/83.bundle.js +1 -0
- data/assets/js/dist/853.bundle.js +1 -0
- data/assets/js/dist/859.bundle.js +1 -0
- data/assets/js/dist/862.bundle.js +1 -0
- data/assets/js/dist/909.bundle.js +1 -0
- data/assets/js/dist/92.bundle.js +1 -0
- data/assets/js/dist/936.bundle.js +1 -0
- data/assets/js/dist/968.bundle.js +1 -0
- data/assets/js/dist/987.bundle.js +1 -0
- data/assets/js/dist/kcc-theme.798ee77dce545b7c224a.css +2 -0
- data/assets/js/dist/kcc-theme.bundle.js +1 -0
- data/assets/js/nav/megaNav/closeMegaNavOnClick.js +50 -0
- data/assets/js/nav/megaNav/googleCustomSearch.js +112 -0
- data/assets/js/nav/megaNav/megaNav.js +17 -0
- data/assets/js/nav/megaNav/searchToggleMegaNav.js +96 -0
- data/assets/js/nav/megaNav/toggleDropdownOnWindowResize.js +78 -0
- data/assets/js/nav/megaNav/toggleDropdownOnWindowResizeTwo.js +54 -0
- data/assets/js/nav/megaNav/toggleMenuOnWindowResize.js +26 -0
- data/assets/js/nav/megaNav/underlineCurrentSite.js +22 -0
- data/assets/js/nav/nav/closeNavOnClick.js +50 -0
- data/assets/js/nav/nav/highlightCurrentNav.js +56 -0
- data/assets/js/nav/nav/moveSearchIcon.js +94 -0
- data/assets/js/nav/nav/nav.js +13 -0
- data/assets/js/nav/nav/searchToggleNav.js +40 -0
- data/assets/js/nav/nav/toggleNavSearchDropdownOnWindowResize.js +57 -0
- data/assets/js/src/addClassToOpenNavbar.js +20 -0
- data/assets/js/src/all.js +61 -0
- data/assets/js/src/darkMode.js +17 -0
- data/assets/js/src/errorPageSearch.js +16 -0
- data/assets/js/src/footerDate.js +7 -0
- data/assets/js/src/lazyLoad.js +13 -0
- data/assets/js/src/loadModule.js +13 -0
- data/assets/js/src/sliders.js +68 -0
- data/assets/js/src/test.js +7 -0
- data/assets/js/src/translate.js +1 -0
- data/assets/js/src/translateScript.js +54 -0
- data/assets/js/src/userSettings.js +53 -0
- data/assets/js/src/walkText.js +27 -0
- data/assets/js/src/wrapPowerText.js +21 -0
- data/assets/js/src/ytEmbed.js +30 -0
- data/assets/scss/0-tools/_bootstrap-overrides.scss +89 -0
- data/assets/scss/0-tools/_cloudcannon.scss +16 -0
- data/assets/scss/0-tools/_google-translate-overrides.scss +114 -0
- data/assets/scss/0-tools/_gsc-overrides.scss +144 -0
- data/assets/scss/0-tools/_gsc-search-page-overrides.scss +275 -0
- data/assets/scss/0-tools/_slick-vars.scss +15 -0
- data/assets/scss/0-tools/_vars.scss +98 -0
- data/assets/scss/1-base/_background.scss +5 -0
- data/assets/scss/1-base/_buttons.scss +200 -0
- data/assets/scss/1-base/_header-global.scss +483 -0
- data/assets/scss/1-base/_html.scss +4 -0
- data/assets/scss/1-base/_img.scss +17 -0
- data/assets/scss/1-base/_links.scss +126 -0
- data/assets/scss/1-base/_svg.scss +89 -0
- data/assets/scss/1-base/_typography.scss +645 -0
- data/assets/scss/2-modules/_accordion.scss +43 -0
- data/assets/scss/2-modules/_benefits.scss +371 -0
- data/assets/scss/2-modules/_breadcrumbs.scss +32 -0
- data/assets/scss/2-modules/_campus-alerts.scss +3 -0
- data/assets/scss/2-modules/_card-section.scss +9 -0
- data/assets/scss/2-modules/_contacts.scss +46 -0
- data/assets/scss/2-modules/_dark-mode.scss +350 -0
- data/assets/scss/2-modules/_error.scss +10 -0
- data/assets/scss/2-modules/_footer.scss +84 -0
- data/assets/scss/2-modules/_header.scss +21 -0
- data/assets/scss/2-modules/_hero-slider.scss +300 -0
- data/assets/scss/2-modules/_loader.scss +25 -0
- data/assets/scss/2-modules/_nav-content.scss +11 -0
- data/assets/scss/2-modules/_nav-landing.scss +203 -0
- data/assets/scss/2-modules/_nav-local.scss +45 -0
- data/assets/scss/2-modules/_setting.scss +78 -0
- data/assets/scss/2-modules/_sliders.scss +21 -0
- data/assets/scss/2-modules/_social-icons.scss +36 -0
- data/assets/scss/2-modules/_sub-nav.scss +32 -0
- data/assets/scss/2-modules/_yt-embed.scss +14 -0
- data/assets/scss/3-layout/_background.scss +3 -0
- data/assets/scss/3-layout/_margins.scss +2 -0
- data/assets/scss/3-layout/_padding.scss +2 -0
- data/assets/scss/3-layout/_positioning.scss +104 -0
- data/assets/scss/3-layout/_section.scss +23 -0
- data/assets/scss/3-layout/_tables.scss +8 -0
- data/assets/scss/4-pages/index/_home.scss +15 -0
- data/assets/scss/bootstrap.scss +75 -0
- data/assets/scss/darkMode.scss +5 -0
- data/assets/scss/kcc-theme.scss +47 -0
- data/assets/scss/searchPageOverrides.scss +2 -0
- data/assets/scss/slick-carousel.scss +9 -0
- data/assets/scss/translate.scss +4 -0
- metadata +326 -0
@@ -0,0 +1,32 @@
|
|
1
|
+
|
2
|
+
.sub-nav__nav-link {
|
3
|
+
color: $primary-blue;
|
4
|
+
font-family: 'Oswald', sans-serif;
|
5
|
+
font-weight: 500;
|
6
|
+
margin-left: 10px;
|
7
|
+
margin-right: 10px;
|
8
|
+
padding-left: 5px;
|
9
|
+
padding-right: 5px;
|
10
|
+
&:hover {
|
11
|
+
color: $primary-red;
|
12
|
+
}
|
13
|
+
}
|
14
|
+
|
15
|
+
.nav-item.active .sub-nav__nav-link {
|
16
|
+
border-bottom-color: $primary-red;
|
17
|
+
border-bottom-style: solid;
|
18
|
+
border-bottom-width: thick;
|
19
|
+
padding-bottom: 0;
|
20
|
+
}
|
21
|
+
|
22
|
+
.sub-nav__navbar {
|
23
|
+
border-style: solid;
|
24
|
+
border-width: 1px;
|
25
|
+
border-color: $grey-5;
|
26
|
+
border-radius: 3px;
|
27
|
+
}
|
28
|
+
|
29
|
+
.sub-nav__content--wrapper {
|
30
|
+
padding-left: 25px;
|
31
|
+
padding-right: 25px;
|
32
|
+
}
|
@@ -0,0 +1,104 @@
|
|
1
|
+
// Positioning Styles
|
2
|
+
// ==========================================
|
3
|
+
.positioning__margin-bottom {
|
4
|
+
margin-bottom: 30px;
|
5
|
+
}
|
6
|
+
|
7
|
+
@media screen and (min-width: 1200px) {
|
8
|
+
.positioning__margin-bottom {
|
9
|
+
margin-bottom: 40px;
|
10
|
+
}
|
11
|
+
}
|
12
|
+
|
13
|
+
.positioning__margin-top {
|
14
|
+
margin-top: 30px;
|
15
|
+
}
|
16
|
+
|
17
|
+
@media screen and (min-width: 1200px) {
|
18
|
+
.positioning__margin-top {
|
19
|
+
margin-top: 40px;
|
20
|
+
}
|
21
|
+
}
|
22
|
+
|
23
|
+
.positioning__heading-margin-bottom {
|
24
|
+
margin-bottom: 15px;
|
25
|
+
}
|
26
|
+
|
27
|
+
@media screen and (min-width: 1200px) {
|
28
|
+
.positioning__heading-margin-bottom {
|
29
|
+
margin-bottom: 20px;
|
30
|
+
}
|
31
|
+
}
|
32
|
+
|
33
|
+
.positioning__iframe-wrapper {
|
34
|
+
margin-bottom: 20px;
|
35
|
+
position: relative;
|
36
|
+
padding-bottom: 56.25%; /* 16:9 */
|
37
|
+
padding-top: 25px;
|
38
|
+
height: 0;
|
39
|
+
}
|
40
|
+
.positioning__iframe-wrapper iframe {
|
41
|
+
position: absolute;
|
42
|
+
top: 0;
|
43
|
+
left: 0;
|
44
|
+
width: 100%;
|
45
|
+
height: 100%;
|
46
|
+
}
|
47
|
+
|
48
|
+
.positioning__card--spacing {
|
49
|
+
margin-bottom: 40px;
|
50
|
+
}
|
51
|
+
|
52
|
+
.positioning__blue-section {
|
53
|
+
background-color: $color-blue-light;
|
54
|
+
padding-bottom: 25px;
|
55
|
+
padding-top: 25px;
|
56
|
+
}
|
57
|
+
|
58
|
+
// Emergency alerts styles
|
59
|
+
.position__offset-alert {
|
60
|
+
margin-top: 0;
|
61
|
+
padding-top: 125px;
|
62
|
+
height: 1px;
|
63
|
+
&--visible {
|
64
|
+
height: auto;
|
65
|
+
}
|
66
|
+
}
|
67
|
+
|
68
|
+
@media screen and (min-width: 400px) {
|
69
|
+
.position__offset-alert {
|
70
|
+
padding-top: 135px;
|
71
|
+
}
|
72
|
+
}
|
73
|
+
|
74
|
+
@media screen and (min-width: 576px) {
|
75
|
+
.position__offset-alert {
|
76
|
+
padding-top: 140px;
|
77
|
+
}
|
78
|
+
}
|
79
|
+
|
80
|
+
@media screen and (min-width: 768px) {
|
81
|
+
.position__offset-alert {
|
82
|
+
padding-top: 145px;
|
83
|
+
}
|
84
|
+
}
|
85
|
+
|
86
|
+
@media screen and (min-width: 992px) {
|
87
|
+
.position__offset-alert {
|
88
|
+
padding-top: 150px;
|
89
|
+
}
|
90
|
+
}
|
91
|
+
|
92
|
+
.position__offset-alert.position__offset-alert-core {
|
93
|
+
margin-top: 0;
|
94
|
+
padding-top: 115px;
|
95
|
+
}
|
96
|
+
|
97
|
+
@media screen and (min-width: 992px) {
|
98
|
+
.position__offset-alert.position__offset-alert-core {
|
99
|
+
padding-top: 110px;
|
100
|
+
}
|
101
|
+
.header-global--subsite + .position__offset-alert.position__offset-alert-core {
|
102
|
+
padding-top: 160px;
|
103
|
+
}
|
104
|
+
}
|
@@ -0,0 +1,23 @@
|
|
1
|
+
|
2
|
+
// heading-underline used in homepage styling
|
3
|
+
.section__heading-underline {
|
4
|
+
background-image: url(/assets/img/heading-bg-underline-transparent.png);
|
5
|
+
background-repeat: no-repeat;
|
6
|
+
background-position: 0 50px;
|
7
|
+
}
|
8
|
+
|
9
|
+
.section__heading-underline--transparent {
|
10
|
+
background-image: url(/assets/img/heading-bg-underline-transparent.png);
|
11
|
+
background-repeat: no-repeat;
|
12
|
+
background-position: 0 50px;
|
13
|
+
}
|
14
|
+
|
15
|
+
.section__heading-underline-tan {
|
16
|
+
background-image: url(/assets/img/heading-bg-underline-transparent.png);
|
17
|
+
background-repeat: no-repeat;
|
18
|
+
background-position: 0 50px;
|
19
|
+
}
|
20
|
+
|
21
|
+
.section__margin-bottom {
|
22
|
+
margin-bottom: 3rem;
|
23
|
+
}
|
@@ -0,0 +1,15 @@
|
|
1
|
+
// Homepage specific Styles
|
2
|
+
// ==========================================
|
3
|
+
|
4
|
+
.home__col--heading-underline {
|
5
|
+
background-image: url('/assets/img/heading-bg-underline-transparent.png');
|
6
|
+
background-repeat: no-repeat;
|
7
|
+
background-position: 0 50px;
|
8
|
+
}
|
9
|
+
|
10
|
+
.home__col--heading-underline-tan {
|
11
|
+
background-image: url('/assets/img/heading-bg-underline-transparent.png');
|
12
|
+
background-repeat: no-repeat;
|
13
|
+
background-position: 0 50px;
|
14
|
+
bottom: -20px;
|
15
|
+
}
|
@@ -0,0 +1,75 @@
|
|
1
|
+
// bootstrap.scss - import Bootstrap 4's SCSS partials for Bootstrap 4 styling
|
2
|
+
|
3
|
+
// Required
|
4
|
+
@import '../../node_modules/bootstrap/scss/functions';
|
5
|
+
@import '../../node_modules/bootstrap/scss/variables';
|
6
|
+
@import '../../node_modules/bootstrap/scss/mixins';
|
7
|
+
|
8
|
+
// Variable overrides - override any Bootstrap variables here
|
9
|
+
// $body-bg: #000;
|
10
|
+
// $body-color: #111;
|
11
|
+
|
12
|
+
// Bootstrap has a .*-primary color that is too light for sufficient color-contrast
|
13
|
+
$blue: #006fe6; // This is a darker blue that provides a higher contrast ratio
|
14
|
+
$primary: $blue;
|
15
|
+
$link-color: $blue; // Used to set link color in reboot sass partial below
|
16
|
+
|
17
|
+
// Bootstrap and its default variables
|
18
|
+
// These are optional
|
19
|
+
// To add missing styling uncomment the desired omitted styles
|
20
|
+
@import '../../node_modules/bootstrap/scss/root';
|
21
|
+
@import '../../node_modules/bootstrap/scss/reboot';
|
22
|
+
@import '../../node_modules/bootstrap/scss/type';
|
23
|
+
@import '../../node_modules/bootstrap/scss/images';
|
24
|
+
@import '../../node_modules/bootstrap/scss/grid';
|
25
|
+
@import '../../node_modules/bootstrap/scss/tables';
|
26
|
+
@import '../../node_modules/bootstrap/scss/buttons';
|
27
|
+
@import '../../node_modules/bootstrap/scss/transitions'; // needed for collapse
|
28
|
+
@import '../../node_modules/bootstrap/scss/dropdown';
|
29
|
+
@import '../../node_modules/bootstrap/scss/nav';
|
30
|
+
@import '../../node_modules/bootstrap/scss/navbar';
|
31
|
+
@import '../../node_modules/bootstrap/scss/card';
|
32
|
+
@import '../../node_modules/bootstrap/scss/breadcrumb';
|
33
|
+
@import '../../node_modules/bootstrap/scss/alert';
|
34
|
+
@import '../../node_modules/bootstrap/scss/close';
|
35
|
+
@import '../../node_modules/bootstrap/scss/modal';
|
36
|
+
@import '../../node_modules/bootstrap/scss/spinners';
|
37
|
+
// Omitted optional styles
|
38
|
+
// @import '../../node_modules/bootstrap/scss/code';
|
39
|
+
// @import '../../node_modules/bootstrap/scss/forms';
|
40
|
+
// @import '../../node_modules/bootstrap/scss/button-group';
|
41
|
+
// @import '../../node_modules/bootstrap/scss/input-group';
|
42
|
+
// @import '../../node_modules/bootstrap/scss/custom-forms';
|
43
|
+
// @import '../../node_modules/bootstrap/scss/progress';
|
44
|
+
// @import '../../node_modules/bootstrap/scss/media';
|
45
|
+
// @import '../../node_modules/bootstrap/scss/list-group';
|
46
|
+
// @import '../../node_modules/bootstrap/scss/pagination';
|
47
|
+
// @import '../../node_modules/bootstrap/scss/badge';
|
48
|
+
// @import '../../node_modules/bootstrap/scss/jumbotron';
|
49
|
+
// @import '../../node_modules/bootstrap/scss/toasts';
|
50
|
+
// @import '../../node_modules/bootstrap/scss/tooltip';
|
51
|
+
// @import '../../node_modules/bootstrap/scss/popover';
|
52
|
+
// @import '../../node_modules/bootstrap/scss/carousel';
|
53
|
+
// @import '../../node_modules/bootstrap/scss/print';
|
54
|
+
|
55
|
+
// Individual Bootstrap 4 Utilities
|
56
|
+
// Uncomment desired omitted-utilities to add them
|
57
|
+
@import '../../node_modules/bootstrap/scss/utilities/align';
|
58
|
+
@import '../../node_modules/bootstrap/scss/utilities/background';
|
59
|
+
@import '../../node_modules/bootstrap/scss/utilities/borders';
|
60
|
+
@import '../../node_modules/bootstrap/scss/utilities/clearfix';
|
61
|
+
@import '../../node_modules/bootstrap/scss/utilities/display';
|
62
|
+
@import '../../node_modules/bootstrap/scss/utilities/flex';
|
63
|
+
@import '../../node_modules/bootstrap/scss/utilities/float';
|
64
|
+
@import '../../node_modules/bootstrap/scss/utilities/interactions';
|
65
|
+
@import '../../node_modules/bootstrap/scss/utilities/overflow';
|
66
|
+
@import '../../node_modules/bootstrap/scss/utilities/position';
|
67
|
+
@import '../../node_modules/bootstrap/scss/utilities/screenreaders';
|
68
|
+
@import '../../node_modules/bootstrap/scss/utilities/sizing';
|
69
|
+
@import '../../node_modules/bootstrap/scss/utilities/spacing';
|
70
|
+
@import '../../node_modules/bootstrap/scss/utilities/text';
|
71
|
+
@import '../../node_modules/bootstrap/scss/utilities/visibility';
|
72
|
+
// Omitted Bootstrap 4 Utilities
|
73
|
+
// @import '../../node_modules/bootstrap/scss/utilities/embed';
|
74
|
+
// @import '../../node_modules/bootstrap/scss/utilities/shadows';
|
75
|
+
// @import '../../node_modules/bootstrap/scss/utilities/stretched-link';
|
@@ -0,0 +1,47 @@
|
|
1
|
+
@import './bootstrap.scss'; // Imports & compiles the Bootstrap 4 styling
|
2
|
+
|
3
|
+
// Variables
|
4
|
+
@import '0-tools/vars';
|
5
|
+
@import '0-tools/bootstrap-overrides';
|
6
|
+
@import '0-tools/cloudcannon';
|
7
|
+
@import '0-tools/gsc-overrides'; // Google Custom Search overrides
|
8
|
+
|
9
|
+
// Base items
|
10
|
+
@import '1-base/typography';
|
11
|
+
@import '1-base/links';
|
12
|
+
@import '1-base/buttons';
|
13
|
+
@import '1-base/img';
|
14
|
+
@import '1-base/header-global'; // Header-global holds the navigation-bar styling
|
15
|
+
@import '1-base/background';
|
16
|
+
@import '1-base/svg';
|
17
|
+
@import '1-base/html';
|
18
|
+
|
19
|
+
// Modular components
|
20
|
+
@import '2-modules/footer';
|
21
|
+
@import '2-modules/sliders'; // Custom style overrides for `slick-carousel` required before slick is loaded dynamically
|
22
|
+
@import '2-modules/social-icons';
|
23
|
+
@import '2-modules/error';
|
24
|
+
@import '2-modules/benefits';
|
25
|
+
// @import '2-modules/hero-slider';
|
26
|
+
// @import '2-modules/sub-nav';
|
27
|
+
@import '2-modules/card-section';
|
28
|
+
@import '2-modules/contacts';
|
29
|
+
@import '2-modules/accordion';
|
30
|
+
@import '2-modules/loader';
|
31
|
+
@import '2-modules/nav-content';
|
32
|
+
@import '2-modules/yt-embed';
|
33
|
+
@import '2-modules/breadcrumbs';
|
34
|
+
@import '2-modules/setting';
|
35
|
+
|
36
|
+
// Layout items
|
37
|
+
// @import "3-layout/...";
|
38
|
+
@import '3-layout/positioning';
|
39
|
+
@import '3-layout/margins';
|
40
|
+
@import '3-layout/padding';
|
41
|
+
@import '3-layout/tables';
|
42
|
+
@import '3-layout/section';
|
43
|
+
@import '3-layout/background';
|
44
|
+
|
45
|
+
// Page specific styling
|
46
|
+
// @import "4-pages/...";
|
47
|
+
@import '4-pages/index/home';
|
@@ -0,0 +1,9 @@
|
|
1
|
+
// Slick carousel styling SCSS partials
|
2
|
+
@import '0-tools/slick-vars';
|
3
|
+
@import '../../node_modules/slick-carousel/slick/slick.scss';
|
4
|
+
|
5
|
+
@import '../../node_modules/slick-carousel/slick/slick-theme.scss';
|
6
|
+
|
7
|
+
@import '0-tools/vars';
|
8
|
+
@import '2-modules/sliders';
|
9
|
+
@import '2-modules/hero-slider';
|