kcc-gem-theme-original 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (195) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE.txt +21 -0
  3. data/README.md +142 -0
  4. data/_data/navigation.yml +154 -0
  5. data/_includes/accordion.html +36 -0
  6. data/_includes/accordion_path-sorting.html +29 -0
  7. data/_includes/body.html +5 -0
  8. data/_includes/breadcrumbs.html +44 -0
  9. data/_includes/card-section.html +26 -0
  10. data/_includes/chat-now.html +8 -0
  11. data/_includes/contacts-tan.html +94 -0
  12. data/_includes/contacts.html +96 -0
  13. data/_includes/document-head.html +25 -0
  14. data/_includes/emergency-alerts.html +29 -0
  15. data/_includes/foot.html +3 -0
  16. data/_includes/footer.html +193 -0
  17. data/_includes/hash/theme_hash.yml +1 -0
  18. data/_includes/hero-slider.html +36 -0
  19. data/_includes/nav-global.html +40 -0
  20. data/_includes/nav-local.html +34 -0
  21. data/_includes/nav-sub.html +19 -0
  22. data/_includes/preconnect.html +16 -0
  23. data/_includes/scripts/custom.html +4 -0
  24. data/_includes/scripts/google-api.html +2 -0
  25. data/_includes/scripts/google-noscript.html +9 -0
  26. data/_includes/scripts/google-tag.html +23 -0
  27. data/_includes/scripts/kcc-alerts.html +2 -0
  28. data/_includes/scripts/kcc-mega-nav.html +2 -0
  29. data/_includes/scripts/kcc-nav.html +2 -0
  30. data/_includes/scripts/kcc-theme-landing.html +2 -0
  31. data/_includes/scripts/kcc-theme.html +2 -0
  32. data/_includes/scripts/table-cdn.html +6 -0
  33. data/_includes/scripts/translate.html +11 -0
  34. data/_includes/scripts/vendor.html +8 -0
  35. data/_includes/styles/fonts.html +4 -0
  36. data/_includes/styles/main.html +6 -0
  37. data/_includes/styles/vendor.html +8 -0
  38. data/_includes/svg/check.html +11 -0
  39. data/_includes/svg/check_circle-24px.html +13 -0
  40. data/_includes/svg/email-24px.html +13 -0
  41. data/_includes/svg/goals.html +21 -0
  42. data/_includes/svg/kcc-copy.html +62 -0
  43. data/_includes/svg/kcc.html +65 -0
  44. data/_includes/svg/kcc.svg +59 -0
  45. data/_includes/svg/love.html +13 -0
  46. data/_includes/svg/place-24px.html +13 -0
  47. data/_includes/svg/save-money.html +26 -0
  48. data/_includes/tabbed-content.html +27 -0
  49. data/_includes/translate.html +3 -0
  50. data/_layouts/default.html +31 -0
  51. data/_layouts/markdown.html +13 -0
  52. data/_layouts/page.html +8 -0
  53. data/_layouts/sub-nav.html +6 -0
  54. data/assets/css/content.css +1 -0
  55. data/assets/css/main.css +1 -0
  56. data/assets/img/alert.svg +1 -0
  57. data/assets/img/arrow-right.svg +1 -0
  58. data/assets/img/arrow_right_alt.svg +1 -0
  59. data/assets/img/blank-contact.svg +1 -0
  60. data/assets/img/blue-next.svg +1 -0
  61. data/assets/img/blue-prev.svg +1 -0
  62. data/assets/img/dbl-next.svg +1 -0
  63. data/assets/img/dbl-next_mobile.svg +1 -0
  64. data/assets/img/dbl-prev.svg +1 -0
  65. data/assets/img/dbl-prev_mobile.svg +1 -0
  66. data/assets/img/facebook-f_white.svg +1 -0
  67. data/assets/img/facebook.svg +1 -0
  68. data/assets/img/heading-bg-underline-tan.png +0 -0
  69. data/assets/img/heading-bg-underline-transparent.png +0 -0
  70. data/assets/img/heading-bg-underline.png +0 -0
  71. data/assets/img/home.svg +8 -0
  72. data/assets/img/iccmc-logo_blue-transparent.png +0 -0
  73. data/assets/img/instagram-white.svg +1 -0
  74. data/assets/img/instagram.svg +1 -0
  75. data/assets/img/itransfer.png +0 -0
  76. data/assets/img/kankakee-community-college-blue.svg +1 -0
  77. data/assets/img/kankakee-community-college-word-logo.svg +1 -0
  78. data/assets/img/kcc-logo-inverse.svg +1 -0
  79. data/assets/img/kcc-logo-white.svg +1 -0
  80. data/assets/img/kcc-logo.svg +1 -0
  81. data/assets/img/kcc-placeholder-square.png +0 -0
  82. data/assets/img/kcc-placeholder.png +0 -0
  83. data/assets/img/kcc-text-logo-white.svg +1 -0
  84. data/assets/img/kcc-text-logo.svg +1 -0
  85. data/assets/img/keyboard_arrow_right.svg +1 -0
  86. data/assets/img/linkedin-white.svg +1 -0
  87. data/assets/img/linkedin.svg +1 -0
  88. data/assets/img/pause.svg +1 -0
  89. data/assets/img/pause_mobile.svg +1 -0
  90. data/assets/img/pinterest-p_white.svg +1 -0
  91. data/assets/img/pinterest.svg +1 -0
  92. data/assets/img/placeholder_16to9.jpg +0 -0
  93. data/assets/img/placeholder_4by3.jpg +0 -0
  94. data/assets/img/placeholder_square-1by1.jpg +0 -0
  95. data/assets/img/placeholder_square.jpg +0 -0
  96. data/assets/img/play.svg +1 -0
  97. data/assets/img/play_mobile.svg +1 -0
  98. data/assets/img/search.svg +1 -0
  99. data/assets/img/social-icon.svg +1 -0
  100. data/assets/img/twitter.svg +1 -0
  101. data/assets/img/video.svg +1 -0
  102. data/assets/img/volleyball.svg +1 -0
  103. data/assets/img/x-logo.svg +11 -0
  104. data/assets/img/x.svg +1 -0
  105. data/assets/img/xitter.svg +1 -0
  106. data/assets/img/youtube-white.svg +1 -0
  107. data/assets/img/youtube.svg +1 -0
  108. data/assets/img/yt-loading.png +0 -0
  109. data/assets/js/dist/102.197fcdd9ea9a90f7ba8e.bundle.js +1 -0
  110. data/assets/js/dist/13.197fcdd9ea9a90f7ba8e.bundle.js +2 -0
  111. data/assets/js/dist/13.197fcdd9ea9a90f7ba8e.bundle.js.LICENSE.txt +5 -0
  112. data/assets/js/dist/143.197fcdd9ea9a90f7ba8e.bundle.js +1 -0
  113. data/assets/js/dist/183.197fcdd9ea9a90f7ba8e.bundle.js +1 -0
  114. data/assets/js/dist/3.197fcdd9ea9a90f7ba8e.bundle.js +1 -0
  115. data/assets/js/dist/3.197fcdd9ea9a90f7ba8e.css +1 -0
  116. data/assets/js/dist/303.197fcdd9ea9a90f7ba8e.bundle.js +1 -0
  117. data/assets/js/dist/384.197fcdd9ea9a90f7ba8e.bundle.js +1 -0
  118. data/assets/js/dist/453.197fcdd9ea9a90f7ba8e.bundle.js +2 -0
  119. data/assets/js/dist/453.197fcdd9ea9a90f7ba8e.bundle.js.LICENSE.txt +5 -0
  120. data/assets/js/dist/635.197fcdd9ea9a90f7ba8e.bundle.js +2 -0
  121. data/assets/js/dist/635.197fcdd9ea9a90f7ba8e.bundle.js.LICENSE.txt +29 -0
  122. data/assets/js/dist/723.197fcdd9ea9a90f7ba8e.bundle.js +1 -0
  123. data/assets/js/dist/873.197fcdd9ea9a90f7ba8e.bundle.js +1 -0
  124. data/assets/js/dist/965.197fcdd9ea9a90f7ba8e.bundle.js +1 -0
  125. data/assets/js/dist/bootstrap.197fcdd9ea9a90f7ba8e.bundle.js +0 -0
  126. data/assets/js/dist/bootstrap.197fcdd9ea9a90f7ba8e.css +1 -0
  127. data/assets/js/dist/theme.197fcdd9ea9a90f7ba8e.bundle.js +2 -0
  128. data/assets/js/dist/theme.197fcdd9ea9a90f7ba8e.bundle.js.LICENSE.txt +47 -0
  129. data/assets/js/dist/theme.197fcdd9ea9a90f7ba8e.css +1 -0
  130. data/assets/js/nav/closeNavOnClick.js +22 -0
  131. data/assets/js/nav/highlightCurrentNav.js +44 -0
  132. data/assets/js/nav/moveSearchIcon.js +94 -0
  133. data/assets/js/nav/nav.js +13 -0
  134. data/assets/js/nav/searchToggleNav.js +46 -0
  135. data/assets/js/nav/toggleNavSearchDropdownOnWindowResize.js +52 -0
  136. data/assets/js/src/alerts.js +24 -0
  137. data/assets/js/src/all.js +83 -0
  138. data/assets/js/src/bootstrap.js +4 -0
  139. data/assets/js/src/cacheResponse.js +22 -0
  140. data/assets/js/src/campusAlertsSheetsAPI.js +53 -0
  141. data/assets/js/src/checkForPrefersReducedMotion.js +17 -0
  142. data/assets/js/src/contentHashLink.js +102 -0
  143. data/assets/js/src/createAlertsHtml.js +46 -0
  144. data/assets/js/src/footerDate.js +13 -0
  145. data/assets/js/src/getCachedResponse.js +37 -0
  146. data/assets/js/src/lazyLoad.js +13 -0
  147. data/assets/js/src/parseMarkdownToHTML.js +85 -0
  148. data/assets/js/src/sliders.js +81 -0
  149. data/assets/js/src/translate.js +62 -0
  150. data/assets/js/src/walkText.js +31 -0
  151. data/assets/js/src/wrapPowerText.js +11 -0
  152. data/assets/js/src/ytEmbed.js +30 -0
  153. data/assets/scss/0-tools/_bootstrap-overrides.scss +72 -0
  154. data/assets/scss/0-tools/_cloudcannon.scss +16 -0
  155. data/assets/scss/0-tools/_google-translate-overrides.scss +127 -0
  156. data/assets/scss/0-tools/_gsc-overrides.scss +144 -0
  157. data/assets/scss/0-tools/_vars.scss +72 -0
  158. data/assets/scss/1-base/_background.scss +5 -0
  159. data/assets/scss/1-base/_buttons.scss +121 -0
  160. data/assets/scss/1-base/_html.scss +4 -0
  161. data/assets/scss/1-base/_img.scss +12 -0
  162. data/assets/scss/1-base/_links.scss +126 -0
  163. data/assets/scss/1-base/_svg.scss +82 -0
  164. data/assets/scss/1-base/_typography.scss +640 -0
  165. data/assets/scss/2-modules/_accordion.scss +43 -0
  166. data/assets/scss/2-modules/_benefits.scss +371 -0
  167. data/assets/scss/2-modules/_breadcrumbs.scss +32 -0
  168. data/assets/scss/2-modules/_campus-alerts.scss +3 -0
  169. data/assets/scss/2-modules/_card-section.scss +9 -0
  170. data/assets/scss/2-modules/_contacts.scss +46 -0
  171. data/assets/scss/2-modules/_error.scss +10 -0
  172. data/assets/scss/2-modules/_footer.scss +122 -0
  173. data/assets/scss/2-modules/_header.scss +21 -0
  174. data/assets/scss/2-modules/_hero-slider.scss +331 -0
  175. data/assets/scss/2-modules/_img-hover.scss +70 -0
  176. data/assets/scss/2-modules/_loader.scss +9 -0
  177. data/assets/scss/2-modules/_nav-global.scss +315 -0
  178. data/assets/scss/2-modules/_nav-landing.scss +203 -0
  179. data/assets/scss/2-modules/_nav-local.scss +45 -0
  180. data/assets/scss/2-modules/_social-icons.scss +36 -0
  181. data/assets/scss/2-modules/_sub-nav.scss +32 -0
  182. data/assets/scss/2-modules/_yt-embed.scss +14 -0
  183. data/assets/scss/3-layout/_background.scss +3 -0
  184. data/assets/scss/3-layout/_content.scss +37 -0
  185. data/assets/scss/3-layout/_margins.scss +22 -0
  186. data/assets/scss/3-layout/_padding.scss +19 -0
  187. data/assets/scss/3-layout/_positioning.scss +343 -0
  188. data/assets/scss/3-layout/_section.scss +22 -0
  189. data/assets/scss/3-layout/_tables.scss +8 -0
  190. data/assets/scss/3-layout/_thank-you.scss +5 -0
  191. data/assets/scss/4-pages/index/_home.scss +15 -0
  192. data/assets/scss/bootstrap.scss +98 -0
  193. data/assets/scss/kcc-theme.scss +50 -0
  194. data/assets/scss/translate.scss +5 -0
  195. metadata +278 -0
@@ -0,0 +1,343 @@
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
+ .position__offset-fixed-nav {
34
+ margin-top: 105px;
35
+ }
36
+
37
+
38
+ @media screen and (min-width: 360px) {
39
+ .position__offset-fixed-nav {
40
+ margin-top: 110px;
41
+ }
42
+ }
43
+
44
+ @media screen and (min-width:410px) {
45
+ .position__offset-fixed-nav {
46
+ margin-top: 120px;
47
+ }
48
+ }
49
+
50
+ @media screen and (min-width: 576px) {
51
+ .position__offset-fixed-nav {
52
+ margin-top: 125px;
53
+ }
54
+ }
55
+
56
+ @media screen and (min-width: 768px) {
57
+ .position__offset-fixed-nav {
58
+ margin-top: 130px;
59
+ }
60
+ }
61
+
62
+ @media screen and (min-width: 992px) {
63
+ .position__offset-fixed-nav {
64
+ margin-top: 170px;
65
+ }
66
+ }
67
+
68
+ .position__sub-nav--offset-fixed-nav {
69
+ margin-bottom: 15px;
70
+ margin-top: 130px;
71
+ }
72
+
73
+ @media screen and (min-width:360px) {
74
+ .position__sub-nav--offset-fixed-nav {
75
+ margin-bottom: 20px;
76
+ margin-top: 135px;
77
+ }
78
+ }
79
+
80
+ @media screen and (min-width:410px) {
81
+ .position__sub-nav--offset-fixed-nav {
82
+ margin-top: 140px;
83
+ }
84
+ }
85
+
86
+ @media screen and (min-width:576px) {
87
+ .position__sub-nav--offset-fixed-nav {
88
+ margin-top: 145px;
89
+ }
90
+ }
91
+
92
+ @media screen and (min-width:768px) {
93
+ .position__sub-nav--offset-fixed-nav {
94
+ margin-top: 150px;
95
+ }
96
+ }
97
+
98
+ @media screen and (min-width:992px) {
99
+ .position__sub-nav--offset-fixed-nav {
100
+ margin-top: 155px;
101
+ }
102
+ }
103
+
104
+ @media screen and (min-width:1200px) {
105
+ .position__sub-nav--offset-fixed-nav {
106
+ margin-top: 160px;
107
+ }
108
+ }
109
+
110
+ .positioning__iframe-wrapper {
111
+ margin-bottom: 20px;
112
+ position: relative;
113
+ padding-bottom: 56.25%; /* 16:9 */
114
+ padding-top: 25px;
115
+ height: 0;
116
+ }
117
+ .positioning__iframe-wrapper iframe {
118
+ position: absolute;
119
+ top: 0;
120
+ left: 0;
121
+ width: 100%;
122
+ height: 100%;
123
+ }
124
+
125
+ .positioning__offset-global-nav {
126
+ margin-top: 60px;
127
+ }
128
+
129
+ .positioning__accordian--padding {
130
+ margin-top: 15px;
131
+ padding-left: 5px;
132
+ padding-right: 5px;
133
+ }
134
+
135
+ @media screen and (min-width: 992px) {
136
+ .positioning__accordian--padding {
137
+ margin-top: 60px;
138
+ }
139
+ }
140
+
141
+ .positioning__accordian-marg {
142
+ margin-top: 75px;
143
+ }
144
+
145
+ .positioning__card--spacing {
146
+ margin-bottom: 40px;
147
+ }
148
+
149
+ .positioning__first-section--marg {
150
+ margin-top: 15px;
151
+ background-color: $color-blue-light;
152
+ padding-bottom: 25px;
153
+ padding-top: 25px;
154
+ }
155
+
156
+ @media screen and (min-width: 1200px) {
157
+ .positioning__first-section--marg {
158
+ margin-top: 15px;
159
+ }
160
+ }
161
+
162
+ .positioning__section--marg {
163
+ margin-top: 35px;
164
+ }
165
+
166
+ @media screen and (min-width: 1200px) {
167
+ .positioning__section--marg {
168
+ margin-top: 65px;
169
+ }
170
+ }
171
+
172
+ .positioning__row--pad {
173
+ margin-top: 25px;
174
+ }
175
+
176
+ .positioning__register--itransfer-img {
177
+ width: 120px;
178
+ margin-top: 40px;
179
+ }
180
+
181
+ @media screen and (min-width: 400px) {
182
+ .positioning__register--itransfer-img {
183
+ width: 140px;
184
+ }
185
+ }
186
+
187
+ @media screen and (min-width: 768px) {
188
+ .positioning__register--itransfer-img {
189
+ width: 150px;
190
+ }
191
+ }
192
+
193
+ @media screen and (min-width: 992px) {
194
+ .positioning__register--itransfer-img {
195
+ padding-left: 25px;
196
+ }
197
+ }
198
+
199
+ .positioning__register--mobile-row--pad {
200
+ padding-left: 0;
201
+ }
202
+
203
+ @media screen and (min-width: 576px) {
204
+ .positioning__register--mobile-row--pad {
205
+ padding-left: 20%;
206
+ }
207
+ }
208
+
209
+ @media screen and (min-width: 992px) {
210
+ .positioning__register--mobile-row--pad {
211
+ padding-left: 0;
212
+ }
213
+ }
214
+
215
+ .positioning__register--idfpr-img {
216
+ width: 330px;
217
+ margin-top: 60px;
218
+ }
219
+
220
+ @media screen and (max-width: 992px) {
221
+ .positioning__register--idfpr-img {
222
+ margin-bottom: 15px;
223
+ }
224
+ }
225
+
226
+ .positioning__register--iccb-img {
227
+ width: 250px;
228
+ }
229
+
230
+ @media screen and (max-width: 992px) {
231
+ .positioning__register--iccb-img {
232
+ margin-top: 15px;
233
+ }
234
+ }
235
+
236
+ .positioning__heading--row {
237
+ margin-top: 16%;
238
+ }
239
+
240
+ .positioning__check-svg {
241
+ margin-top: -60px;
242
+ width: 80px;
243
+ }
244
+
245
+ .positioning__blue-section {
246
+ background-color: $color-blue-light;
247
+ padding-bottom: 25px;
248
+ padding-top: 25px;
249
+ }
250
+
251
+ .positioning__col--offset {
252
+ margin-right: -25px;
253
+ }
254
+
255
+ @media screen and (min-width: 768px) {
256
+ .positioning__col--offset {
257
+ margin-right: -45px;
258
+ }
259
+ }
260
+
261
+ .positioning__offset-global-nav {
262
+ margin-top: 60px;
263
+ }
264
+
265
+
266
+ @media screen and (min-width: 768px) {
267
+ .position__col--min-height {
268
+ min-height: 15rem;
269
+ }
270
+ }
271
+
272
+ @media screen and (min-width: 992px) {
273
+ .position__col--min-height {
274
+ min-height: 12rem;
275
+ }
276
+ }
277
+
278
+ @media screen and (min-width: 1200px) {
279
+ .position__col--min-height {
280
+ min-height: 9rem;
281
+ }
282
+ }
283
+
284
+ .position__offset-core-nav {
285
+ margin-top: 99px;
286
+ }
287
+
288
+ .position__offset-core-nav.position__campus-alerts--open {
289
+ margin-top: 109px;
290
+ }
291
+
292
+ @media screen and (min-width: 992px) {
293
+ .position__offset-core-nav {
294
+ margin-top: 80px;
295
+ }
296
+ .position__offset-core-nav.position__campus-alerts--open {
297
+ margin-top: 93px;
298
+ }
299
+ }
300
+
301
+ .position__offset-alert {
302
+ margin-top: 0;
303
+ padding-top: 125px;
304
+ height: 1px;
305
+ &--visible {
306
+ height: auto;
307
+ }
308
+ }
309
+
310
+ @media screen and (min-width: 400px) {
311
+ .position__offset-alert {
312
+ padding-top: 135px;
313
+ }
314
+ }
315
+
316
+ @media screen and (min-width: 576px) {
317
+ .position__offset-alert {
318
+ padding-top: 140px;
319
+ }
320
+ }
321
+
322
+ @media screen and (min-width: 768px) {
323
+ .position__offset-alert {
324
+ padding-top: 145px;
325
+ }
326
+ }
327
+
328
+ @media screen and (min-width: 992px) {
329
+ .position__offset-alert {
330
+ padding-top: 150px;
331
+ }
332
+ }
333
+
334
+ .position__offset-alert.position__offset-alert-core {
335
+ margin-top: 0;
336
+ padding-top: 115px;
337
+ }
338
+
339
+ @media screen and (min-width: 992px) {
340
+ .position__offset-alert.position__offset-alert-core {
341
+ padding-top: 110px;
342
+ }
343
+ }
@@ -0,0 +1,22 @@
1
+
2
+ .section__heading-underline {
3
+ background-image: url(/assets/img/heading-bg-underline.png);
4
+ background-repeat: no-repeat;
5
+ background-position: 0 50px;
6
+ }
7
+
8
+ .section__heading-underline--transparent {
9
+ background-image: url(/assets/img/heading-bg-underline-transparent.png);
10
+ background-repeat: no-repeat;
11
+ background-position: 0 50px;
12
+ }
13
+
14
+ .section__heading-underline-tan {
15
+ background-image: url(/assets/img/heading-bg-underline-tan.png);
16
+ background-repeat: no-repeat;
17
+ background-position: 0 50px;
18
+ }
19
+
20
+ .section__margin-bottom {
21
+ margin-bottom: 3rem;
22
+ }
@@ -0,0 +1,8 @@
1
+ .tables td,
2
+ .tables th {
3
+ border-style: solid;
4
+ border-width: thin;
5
+ border-color: #808080;
6
+ padding-left: 5px;
7
+ padding-right: 5px;
8
+ }
@@ -0,0 +1,5 @@
1
+
2
+ .thank-you__check-mark {
3
+ height: 75px;
4
+ width: 75px;
5
+ }
@@ -0,0 +1,15 @@
1
+ // Homepage specific Styles
2
+ // ==========================================
3
+
4
+ .home__col--heading-underline {
5
+ background-image: url(/assets/img/heading-bg-underline.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-tan.png);
12
+ background-repeat: no-repeat;
13
+ background-position: 0 50px;
14
+ bottom: -20px;
15
+ }
@@ -0,0 +1,98 @@
1
+ // 1. Include functions first (so you can manipulate colors, SVGs, calc, etc)
2
+ @import '../../node_modules/bootstrap/scss/functions';
3
+
4
+ // 2. Include any default variable overrides here
5
+
6
+ $container-max-widths: (
7
+ sm: 540px,
8
+ md: 720px,
9
+ lg: 960px,
10
+ xl: 1140px,
11
+ xxl: 1140px
12
+ );
13
+
14
+ $link-decoration: none;
15
+ $link-hover-decoration: underline;
16
+
17
+ $navbar-padding-x: 1rem;
18
+
19
+ $breadcrumb-padding-y: .75rem;
20
+ $breadcrumb-padding-x: 1rem;
21
+
22
+ // 3. Include remainder of required Bootstrap stylesheets
23
+ @import '../../node_modules/bootstrap/scss/variables';
24
+ // @import '../../node_modules/bootstrap/scss/variables-dark';
25
+ @import '../../node_modules/bootstrap/scss/maps';
26
+ @import '../../node_modules/bootstrap/scss/mixins';
27
+ @import '../../node_modules/bootstrap/scss/root';
28
+
29
+ // 4. Include any optional Bootstrap CSS as needed
30
+ @import '../../node_modules/bootstrap/scss/utilities';
31
+ @import '../../node_modules/bootstrap/scss/reboot';
32
+ @import '../../node_modules/bootstrap/scss/type';
33
+ @import '../../node_modules/bootstrap/scss/images';
34
+ @import '../../node_modules/bootstrap/scss/containers';
35
+ @import '../../node_modules/bootstrap/scss/grid';
36
+ @import '../../node_modules/bootstrap/scss/transitions';
37
+ @import '../../node_modules/bootstrap/scss/nav';
38
+ @import '../../node_modules/bootstrap/scss/navbar';
39
+ // @import '../../node_modules/bootstrap/scss/accordion';
40
+ @import '../../node_modules/bootstrap/scss/alert';
41
+ @import '../../node_modules/bootstrap/scss/breadcrumb';
42
+ @import '../../node_modules/bootstrap/scss/button-group';
43
+ @import '../../node_modules/bootstrap/scss/buttons';
44
+ @import '../../node_modules/bootstrap/scss/card';
45
+ @import '../../node_modules/bootstrap/scss/close';
46
+ @import '../../node_modules/bootstrap/scss/dropdown';
47
+ @import '../../node_modules/bootstrap/scss/modal';
48
+ @import '../../node_modules/bootstrap/scss/tables';
49
+
50
+ // All Bootstrap 5 scss partial files:
51
+ // * items in use start with single line comment (//)
52
+ // * items not yet used are /* multi-line comments */
53
+ /* _accordion.scss */
54
+ // _alert.scss
55
+ /* _badge.scss */
56
+ // _breadcrumb.scss
57
+ /* _button-group.scss */
58
+ // _buttons.scss
59
+ // _card.scss
60
+ /* _carousel.scss */
61
+ // _close.scss
62
+ // _containers.scss
63
+ // _dropdown.scss
64
+ /* _forms.scss */
65
+ // _functions.scss
66
+ // _grid.scss
67
+ // _helpers.scss
68
+ // _images.scss
69
+ /* _list-group.scss */
70
+ /* _maps.scss */
71
+ // _mixins.scss
72
+ // _modal.scss
73
+ // _nav.scss
74
+ // _navbar.scss
75
+ /* _offcanvas.scss */
76
+ /* _pagination.scss */
77
+ /* _placeholders.scss */
78
+ /* _popover.scss */
79
+ /* _progress.scss */
80
+ // _reboot.scss
81
+ // _root.scss
82
+ /* _spinners.scss */
83
+ // _tables.scss
84
+ /* _toasts.scss */
85
+ /* _tooltip.scss */
86
+ // _transitions.scss
87
+ // _type.scss
88
+ // _utilities.scss
89
+ /* _variables-dark.scss */
90
+ // _variables.scss
91
+
92
+ //5. Include helpers
93
+ @import '../../node_modules/bootstrap/scss/helpers';
94
+
95
+ // 6. Optionally include utilities API last to generate classes based on the Sass map in `_utilities.scss`
96
+ @import '../../node_modules/bootstrap/scss/utilities/api';
97
+
98
+ // 7. Add additional custom code here
@@ -0,0 +1,50 @@
1
+ // Variables
2
+ @import '0-tools/vars';
3
+ @import '0-tools/bootstrap-overrides';
4
+ @import '0-tools/cloudcannon';
5
+ @import '0-tools/gsc-overrides';
6
+ @import '0-tools/google-translate-overrides';
7
+
8
+ // Base items
9
+ @import '1-base/typography';
10
+ @import '1-base/links';
11
+ @import '1-base/buttons';
12
+ @import '1-base/img';
13
+ @import '1-base/background';
14
+ @import '1-base/svg';
15
+ @import '1-base/html';
16
+
17
+ // Modular components
18
+ @import '2-modules/header';
19
+ @import '2-modules/footer';
20
+ // @import '2-modules/sliders';
21
+ @import '2-modules/social-icons';
22
+ @import '2-modules/nav-landing'; // Styles for the navbar in landing pages.
23
+ @import '2-modules/nav-global'; // Remove after implimenting the new header-global with mega-nav.
24
+ @import '2-modules/error';
25
+ @import '2-modules/benefits';
26
+ @import '2-modules/hero-slider';
27
+ @import '2-modules/img-hover';
28
+ @import '2-modules/sub-nav';
29
+ @import '2-modules/card-section';
30
+ @import '2-modules/contacts';
31
+ @import '2-modules/accordion';
32
+ @import '2-modules/loader';
33
+ @import '2-modules/nav-global';
34
+ @import '2-modules/nav-local';
35
+ @import '2-modules/yt-embed';
36
+ @import '2-modules/breadcrumbs';
37
+
38
+ // Layout items
39
+ // @import "3-layout/...";
40
+ @import '3-layout/positioning';
41
+ @import '3-layout/margins';
42
+ @import '3-layout/padding';
43
+ @import '3-layout/tables';
44
+ @import '3-layout/section';
45
+ @import '3-layout/background';
46
+ @import '3-layout/thank-you';
47
+
48
+ // Page specific styling
49
+ // @import "4-pages/...";
50
+ @import '4-pages/index/home';
@@ -0,0 +1,5 @@
1
+ // Vars
2
+ @import '0-tools/vars';
3
+
4
+ //Translate styles
5
+ @import '0-tools/google-translate-overrides';