bootstrap-italia 2.12.0 → 2.13.0
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.
- package/README.EN.md +1 -1
- package/README.md +1 -1
- package/dist/bootstrap-italia.esm.js +1 -1
- package/dist/css/bootstrap-italia.min.css +9 -1
- package/dist/css/bootstrap-italia.min.css.map +1 -1
- package/dist/js/bootstrap-italia.bundle.min.js +19 -23
- package/dist/js/bootstrap-italia.min.js +18 -2
- package/dist/plugins/accept-overlay.js +19 -9
- package/dist/plugins/accept-overlay.js.map +1 -1
- package/dist/plugins/accordion.js +19 -24
- package/dist/plugins/accordion.js.map +1 -1
- package/dist/plugins/alert.js +67 -2
- package/dist/plugins/alert.js.map +1 -1
- package/dist/plugins/{backToTop.js → back-to-top.js} +14 -5
- package/dist/plugins/back-to-top.js.map +1 -0
- package/dist/plugins/base-component.js +91 -0
- package/dist/plugins/base-component.js.map +1 -0
- package/dist/plugins/button.js +58 -2
- package/dist/plugins/button.js.map +1 -1
- package/dist/plugins/carousel-bi.js +19 -9
- package/dist/plugins/carousel-bi.js.map +1 -1
- package/dist/plugins/carousel.js +445 -2
- package/dist/plugins/carousel.js.map +1 -1
- package/dist/plugins/collapse.js +273 -2
- package/dist/plugins/collapse.js.map +1 -1
- package/dist/plugins/cookiebar.js +39 -52
- package/dist/plugins/cookiebar.js.map +1 -1
- package/dist/plugins/dimmer.js +19 -8
- package/dist/plugins/dimmer.js.map +1 -1
- package/dist/plugins/dom/data.js +61 -0
- package/dist/plugins/dom/data.js.map +1 -0
- package/dist/plugins/dom/event-handler.js +296 -0
- package/dist/plugins/dom/event-handler.js.map +1 -0
- package/dist/plugins/dom/manipulator.js +76 -0
- package/dist/plugins/dom/manipulator.js.map +1 -0
- package/dist/plugins/dom/selector-engine.js +82 -0
- package/dist/plugins/dom/selector-engine.js.map +1 -0
- package/dist/plugins/dropdown.js +433 -2
- package/dist/plugins/dropdown.js.map +1 -1
- package/dist/plugins/fonts-loader.js +9 -1
- package/dist/plugins/fonts-loader.js.map +1 -1
- package/dist/plugins/form-validate.js +22 -8
- package/dist/plugins/form-validate.js.map +1 -1
- package/dist/plugins/forward.js +21 -18
- package/dist/plugins/forward.js.map +1 -1
- package/dist/plugins/header-sticky.js +11 -2
- package/dist/plugins/header-sticky.js.map +1 -1
- package/dist/plugins/history-back.js +17 -17
- package/dist/plugins/history-back.js.map +1 -1
- package/dist/plugins/init.js +9 -0
- package/dist/plugins/init.js.map +1 -1
- package/dist/plugins/input-label.js +14 -3
- package/dist/plugins/input-label.js.map +1 -1
- package/dist/plugins/input-number.js +13 -4
- package/dist/plugins/input-number.js.map +1 -1
- package/dist/plugins/input-password.js +48 -37
- package/dist/plugins/input-password.js.map +1 -1
- package/dist/plugins/input-search-autocomplete.js +9 -11
- package/dist/plugins/input-search-autocomplete.js.map +1 -1
- package/dist/plugins/input.js +12 -3
- package/dist/plugins/input.js.map +1 -1
- package/dist/plugins/list.js +23 -12
- package/dist/plugins/list.js.map +1 -1
- package/dist/plugins/masonry.js +29 -29
- package/dist/plugins/masonry.js.map +1 -1
- package/dist/plugins/modal.js +358 -2
- package/dist/plugins/modal.js.map +1 -1
- package/dist/plugins/navbar-collapsible.js +55 -45
- package/dist/plugins/navbar-collapsible.js.map +1 -1
- package/dist/plugins/navscroll.js +16 -23
- package/dist/plugins/navscroll.js.map +1 -1
- package/dist/plugins/notification.js +34 -23
- package/dist/plugins/notification.js.map +1 -1
- package/dist/plugins/offcanvas.js +259 -2
- package/dist/plugins/offcanvas.js.map +1 -1
- package/dist/plugins/popover.js +76 -2
- package/dist/plugins/popover.js.map +1 -1
- package/dist/plugins/progress-donut.js +19 -12
- package/dist/plugins/progress-donut.js.map +1 -1
- package/dist/plugins/scrollspy.js +273 -2
- package/dist/plugins/scrollspy.js.map +1 -1
- package/dist/plugins/select-autocomplete.js +10 -1
- package/dist/plugins/select-autocomplete.js.map +1 -1
- package/dist/plugins/sticky.js +21 -18
- package/dist/plugins/sticky.js.map +1 -1
- package/dist/plugins/tab.js +244 -27
- package/dist/plugins/tab.js.map +1 -1
- package/dist/plugins/toast.js +203 -2
- package/dist/plugins/toast.js.map +1 -1
- package/dist/plugins/tooltip.js +602 -2
- package/dist/plugins/tooltip.js.map +1 -1
- package/dist/plugins/track-focus.js +8 -0
- package/dist/plugins/track-focus.js.map +1 -1
- package/dist/plugins/transfer.js +11 -16
- package/dist/plugins/transfer.js.map +1 -1
- package/dist/plugins/upload-dragdrop.js +13 -4
- package/dist/plugins/upload-dragdrop.js.map +1 -1
- package/dist/plugins/util/backdrop.js +155 -0
- package/dist/plugins/util/backdrop.js.map +1 -0
- package/dist/plugins/util/component-functions.js +38 -0
- package/dist/plugins/util/component-functions.js.map +1 -0
- package/dist/plugins/util/config.js +70 -0
- package/dist/plugins/util/config.js.map +1 -0
- package/dist/plugins/util/cookies.js +8 -0
- package/dist/plugins/util/cookies.js.map +1 -1
- package/dist/plugins/util/device.js +0 -3
- package/dist/plugins/util/device.js.map +1 -1
- package/dist/plugins/util/dom.js +8 -0
- package/dist/plugins/util/dom.js.map +1 -1
- package/dist/plugins/util/focustrap.js +121 -0
- package/dist/plugins/util/focustrap.js.map +1 -0
- package/dist/plugins/util/index.js +280 -0
- package/dist/plugins/util/index.js.map +1 -0
- package/dist/plugins/util/observer.js +8 -0
- package/dist/plugins/util/observer.js.map +1 -1
- package/dist/plugins/util/on-document-scroll.js +20 -9
- package/dist/plugins/util/on-document-scroll.js.map +1 -1
- package/dist/plugins/util/pageScroll.js +8 -0
- package/dist/plugins/util/pageScroll.js.map +1 -1
- package/dist/plugins/util/sanitizer.js +115 -0
- package/dist/plugins/util/sanitizer.js.map +1 -0
- package/dist/plugins/util/scrollbar.js +120 -0
- package/dist/plugins/util/scrollbar.js.map +1 -0
- package/dist/plugins/util/swipe.js +150 -0
- package/dist/plugins/util/swipe.js.map +1 -0
- package/dist/plugins/util/template-factory.js +166 -0
- package/dist/plugins/util/template-factory.js.map +1 -0
- package/dist/plugins/util/tween.js +10 -1
- package/dist/plugins/util/tween.js.map +1 -1
- package/dist/plugins/util/youtube-video.js +12 -21
- package/dist/plugins/util/youtube-video.js.map +1 -1
- package/dist/plugins/videoplayer.js +19 -8
- package/dist/plugins/videoplayer.js.map +1 -1
- package/dist/version.js +10 -3
- package/dist/version.js.map +1 -1
- package/package.json +6 -7
- package/src/js/bootstrap-italia.entry.js +8 -0
- package/src/js/bootstrap-italia.esm.js +9 -1
- package/src/js/icons.js +8 -0
- package/src/js/load-plugin.js +8 -0
- package/src/js/plugins/accept-overlay.js +18 -10
- package/src/js/plugins/accordion.js +16 -22
- package/src/js/plugins/alert.js +66 -2
- package/src/js/plugins/{backToTop.js → back-to-top.js} +12 -4
- package/src/js/plugins/base-component.js +89 -0
- package/src/js/plugins/button.js +57 -2
- package/src/js/plugins/carousel-bi.js +18 -9
- package/src/js/plugins/carousel.js +444 -2
- package/src/js/plugins/collapse.js +272 -2
- package/src/js/plugins/cookiebar.js +37 -60
- package/src/js/plugins/dimmer.js +18 -8
- package/src/js/plugins/dom/data.js +58 -0
- package/src/js/plugins/dom/event-handler.js +301 -0
- package/src/js/plugins/dom/manipulator.js +75 -0
- package/src/js/plugins/dom/selector-engine.js +80 -0
- package/src/js/plugins/dropdown.js +432 -2
- package/src/js/plugins/fonts-loader.js +9 -1
- package/src/js/plugins/form-validate.js +21 -8
- package/src/js/plugins/form.js +11 -3
- package/src/js/plugins/forward.js +18 -16
- package/src/js/plugins/header-sticky.js +10 -2
- package/src/js/plugins/history-back.js +14 -14
- package/src/js/plugins/init.js +8 -0
- package/src/js/plugins/input-label.js +13 -3
- package/src/js/plugins/input-number.js +12 -4
- package/src/js/plugins/input-password.js +46 -36
- package/src/js/plugins/input-search-autocomplete.js +9 -13
- package/src/js/plugins/input.js +11 -3
- package/src/js/plugins/list.js +22 -12
- package/src/js/plugins/masonry.js +26 -27
- package/src/js/plugins/modal.js +357 -2
- package/src/js/plugins/navbar-collapsible.js +55 -53
- package/src/js/plugins/navscroll.js +16 -23
- package/src/js/plugins/notification.js +33 -23
- package/src/js/plugins/offcanvas.js +258 -2
- package/src/js/plugins/popover.js +75 -2
- package/src/js/plugins/progress-donut.js +17 -13
- package/src/js/plugins/scrollspy.js +272 -2
- package/src/js/plugins/select-autocomplete.js +9 -1
- package/src/js/plugins/sticky.js +21 -23
- package/src/js/plugins/tab.js +243 -27
- package/src/js/plugins/toast.js +206 -2
- package/src/js/plugins/tooltip.js +601 -2
- package/src/js/plugins/track-focus.js +8 -0
- package/src/js/plugins/transfer.js +12 -24
- package/src/js/plugins/upload-dragdrop.js +12 -4
- package/src/js/plugins/util/backdrop.js +153 -0
- package/src/js/plugins/util/component-functions.js +36 -0
- package/src/js/plugins/util/config.js +68 -0
- package/src/js/plugins/util/cookies.js +8 -0
- package/src/js/plugins/util/device.js +0 -3
- package/src/js/plugins/util/dom.js +8 -0
- package/src/js/plugins/util/focustrap.js +119 -0
- package/src/js/plugins/util/index.js +317 -0
- package/src/js/plugins/util/observer.js +8 -0
- package/src/js/plugins/util/on-document-scroll.js +19 -9
- package/src/js/plugins/util/pageScroll.js +8 -0
- package/src/js/plugins/util/sanitizer.js +112 -0
- package/src/js/plugins/util/scrollbar.js +118 -0
- package/src/js/plugins/util/swipe.js +148 -0
- package/src/js/plugins/util/template-factory.js +164 -0
- package/src/js/plugins/util/tween.js +9 -1
- package/src/js/plugins/util/youtube-video.js +12 -21
- package/src/js/plugins/videoplayer.js +18 -8
- package/src/js/version.js +10 -3
- package/src/scss/base/_containers.scss +41 -0
- package/src/scss/base/_functions.scss +373 -0
- package/src/scss/base/_helpers.scss +10 -0
- package/src/scss/base/_maps.scss +54 -0
- package/src/scss/base/_mixins.scss +44 -0
- package/src/scss/base/_reboot.scss +590 -0
- package/src/scss/base/_root.scss +73 -0
- package/src/scss/base/_transitions.scss +27 -0
- package/src/scss/base/_utilities.scss +742 -0
- package/src/scss/base/_variables.scss +2123 -0
- package/src/scss/base/_version.scss +3 -0
- package/src/scss/base/helpers/_clearfix.scss +3 -0
- package/src/scss/base/helpers/_color-bg.scss +10 -0
- package/src/scss/base/helpers/_colored-links.scss +16 -0
- package/src/scss/base/helpers/_position.scss +36 -0
- package/src/scss/base/helpers/_ratio.scss +26 -0
- package/src/scss/base/helpers/_stacks.scss +15 -0
- package/src/scss/base/helpers/_stretched-link.scss +15 -0
- package/src/scss/base/helpers/_text-truncation.scss +7 -0
- package/src/scss/base/helpers/_visually-hidden.scss +8 -0
- package/src/scss/base/helpers/_vr.scss +8 -0
- package/src/scss/base/mixins/_alert.scss +15 -0
- package/src/scss/base/mixins/_backdrop.scss +18 -0
- package/src/scss/base/mixins/_banner.scss +11 -0
- package/src/scss/base/mixins/_border-radius.scss +77 -0
- package/src/scss/base/mixins/_box-shadow.scss +18 -0
- package/src/scss/base/mixins/_breakpoints.scss +127 -0
- package/src/scss/base/mixins/_buttons.scss +141 -0
- package/src/scss/base/mixins/_caret.scss +64 -0
- package/src/scss/base/mixins/_clearfix.scss +9 -0
- package/src/scss/base/mixins/_color-scheme.scss +7 -0
- package/src/scss/base/mixins/_container.scss +11 -0
- package/src/scss/base/mixins/_deprecate.scss +10 -0
- package/src/scss/base/mixins/_forms.scss +152 -0
- package/src/scss/base/mixins/_gradients.scss +47 -0
- package/src/scss/base/mixins/_grid.scss +151 -0
- package/src/scss/base/mixins/_image.scss +15 -0
- package/src/scss/base/mixins/_list-group.scss +24 -0
- package/src/scss/base/mixins/_lists.scss +7 -0
- package/src/scss/base/mixins/_pagination.scss +10 -0
- package/src/scss/base/mixins/_reset-text.scss +17 -0
- package/src/scss/base/mixins/_resize.scss +6 -0
- package/src/scss/base/mixins/_table-variants.scss +24 -0
- package/src/scss/base/mixins/_text-truncate.scss +8 -0
- package/src/scss/base/mixins/_transition.scss +26 -0
- package/src/scss/base/mixins/_utilities.scss +96 -0
- package/src/scss/base/mixins/_visually-hidden.scss +29 -0
- package/src/scss/base/utilities/_api.scss +45 -0
- package/src/scss/base/vendor/_rfs.scss +337 -0
- package/src/scss/bootstrap-italia.scss +137 -156
- package/src/scss/components/_accordion.scss +297 -0
- package/src/scss/{custom → components}/_avatar.scss +75 -35
- package/src/scss/components/_badge.scss +60 -0
- package/src/scss/components/_breadcrumb.scss +95 -0
- package/src/scss/components/_button-group.scss +143 -0
- package/src/scss/components/_buttons.scss +467 -0
- package/src/scss/{custom → components}/_card.scss +228 -0
- package/src/scss/{custom → components}/_carousel.scss +225 -3
- package/src/scss/components/_dropdown.scss +480 -0
- package/src/scss/{custom → components}/_grid.scss +33 -0
- package/src/scss/{custom → components}/_gridlist.scss +7 -0
- package/src/scss/{custom → components}/_hero.scss +23 -57
- package/src/scss/components/_images.scss +48 -0
- package/src/scss/{custom → components}/_linklist.scss +0 -1
- package/src/scss/components/_list-group.scss +190 -0
- package/src/scss/components/_modal.scss +475 -0
- package/src/scss/components/_nav.scss +169 -0
- package/src/scss/components/_navbar.scss +273 -0
- package/src/scss/components/_offcanvas.scss +144 -0
- package/src/scss/components/_pagination.scss +108 -0
- package/src/scss/components/_placeholders.scss +51 -0
- package/src/scss/components/_popover.scss +298 -0
- package/src/scss/components/_progress-bars.scss +126 -0
- package/src/scss/{custom → components}/_steppers.scss +2 -2
- package/src/scss/{custom → components}/_tab.scss +3 -7
- package/src/scss/components/_tables.scss +171 -0
- package/src/scss/components/_toasts.scss +73 -0
- package/src/scss/{custom → components}/_toolbar.scss +19 -12
- package/src/scss/components/_tooltip.scss +139 -0
- package/src/scss/{custom → components}/_type.scss +92 -0
- package/src/scss/forms/_accessible-autocomplete.scss +188 -0
- package/src/scss/forms/_floating-labels.scss +75 -0
- package/src/scss/forms/_form-check.scss +175 -0
- package/src/scss/forms/_form-control.scss +201 -0
- package/src/scss/forms/_form-range.scss +95 -0
- package/src/scss/{custom → forms}/_form-select.scss +72 -0
- package/src/scss/forms/_form-text.scss +11 -0
- package/src/scss/{custom → forms}/_forms.scss +8 -12
- package/src/scss/forms/_input-group.scss +129 -0
- package/src/scss/forms/_labels.scss +36 -0
- package/src/scss/forms/_validation.scss +12 -0
- package/src/scss/utilities/icons.scss +5 -5
- package/types/index.d.ts +4 -1
- package/types/plugins/video.ts +33 -0
- package/dist/plugins/backToTop.js.map +0 -1
- package/src/scss/_functions.scss +0 -38
- package/src/scss/_variables.scss +0 -639
- package/src/scss/custom/_accessible-autocomplete.scss +0 -30
- package/src/scss/custom/_accordion.scss +0 -176
- package/src/scss/custom/_badge.scss +0 -29
- package/src/scss/custom/_breadcrumb.scss +0 -51
- package/src/scss/custom/_buttons.scss +0 -235
- package/src/scss/custom/_componente-base.scss +0 -6
- package/src/scss/custom/_dropdown.scss +0 -248
- package/src/scss/custom/_form-datepicker.scss +0 -604
- package/src/scss/custom/_images.scss +0 -10
- package/src/scss/custom/_modal.scss +0 -248
- package/src/scss/custom/_popover.scss +0 -106
- package/src/scss/custom/_progress-bars.scss +0 -70
- package/src/scss/custom/_tables.scss +0 -11
- package/src/scss/custom/_timepicker.scss +0 -252
- package/src/scss/custom/_tooltip.scss +0 -33
- package/src/scss/custom/_version.scss +0 -3
- package/src/scss/custom/mixins/_buttons.scss +0 -67
- package/src/scss/utilities/colors_vars.scss +0 -426
- /package/src/scss/{custom → base}/mixins/_text-emphasis.scss +0 -0
- /package/src/scss/{custom → components}/_accept-overlay.scss +0 -0
- /package/src/scss/{custom → components}/_affix.scss +0 -0
- /package/src/scss/{custom → components}/_alert.scss +0 -0
- /package/src/scss/{custom → components}/_anchor.scss +0 -0
- /package/src/scss/{custom → components}/_back-to-top.scss +0 -0
- /package/src/scss/{custom → components}/_bottomnav.scss +0 -0
- /package/src/scss/{custom → components}/_calendar.scss +0 -0
- /package/src/scss/{custom → components}/_callout.scss +0 -0
- /package/src/scss/{custom → components}/_chips.scss +0 -0
- /package/src/scss/{custom → components}/_code.scss +0 -0
- /package/src/scss/{custom → components}/_cookiebar.scss +0 -0
- /package/src/scss/{custom → components}/_dimmer.scss +0 -0
- /package/src/scss/{custom → components}/_figcaption.scss +0 -0
- /package/src/scss/{custom → components}/_font.scss +0 -0
- /package/src/scss/{custom → components}/_footer.scss +0 -0
- /package/src/scss/{custom → components}/_forward.scss +0 -0
- /package/src/scss/{custom → components}/_header.scss +0 -0
- /package/src/scss/{custom → components}/_headercenter.scss +0 -0
- /package/src/scss/{custom → components}/_headercentertheme.scss +0 -0
- /package/src/scss/{custom → components}/_headernavbar.scss +0 -0
- /package/src/scss/{custom → components}/_headernavbartheme.scss +0 -0
- /package/src/scss/{custom → components}/_headerslim.scss +0 -0
- /package/src/scss/{custom → components}/_headerslimtheme.scss +0 -0
- /package/src/scss/{custom → components}/_imgresponsive.scss +0 -0
- /package/src/scss/{custom → components}/_list.scss +0 -0
- /package/src/scss/{custom → components}/_map.scss +0 -0
- /package/src/scss/{custom → components}/_masonry-loader.scss +0 -0
- /package/src/scss/{custom → components}/_megamenu.scss +0 -0
- /package/src/scss/{custom → components}/_navigation.scss +0 -0
- /package/src/scss/{custom → components}/_navigationtheme.scss +0 -0
- /package/src/scss/{custom → components}/_navscroll.scss +0 -0
- /package/src/scss/{custom → components}/_navscrolltheme.scss +0 -0
- /package/src/scss/{custom → components}/_notifications.scss +0 -0
- /package/src/scss/{custom → components}/_overlay-panel.scss +0 -0
- /package/src/scss/{custom → components}/_page-scroll.scss +0 -0
- /package/src/scss/{custom → components}/_pager.scss +0 -0
- /package/src/scss/{custom → components}/_point-list.scss +0 -0
- /package/src/scss/{custom → components}/_print.scss +0 -0
- /package/src/scss/{custom → components}/_progress-donuts.scss +0 -0
- /package/src/scss/{custom → components}/_progress-spinners.scss +0 -0
- /package/src/scss/{custom → components}/_rating-list.scss +0 -0
- /package/src/scss/{custom → components}/_rating.scss +0 -0
- /package/src/scss/{custom → components}/_sections.scss +0 -0
- /package/src/scss/{custom → components}/_sidebar.scss +0 -0
- /package/src/scss/{custom → components}/_sidebarthemes.scss +0 -0
- /package/src/scss/{custom → components}/_skiplinks.scss +0 -0
- /package/src/scss/{custom → components}/_sticky.scss +0 -0
- /package/src/scss/{custom → components}/_thumbnav.scss +0 -0
- /package/src/scss/{custom → components}/_timeline.scss +0 -0
- /package/src/scss/{custom → components}/_videoplayer.scss +0 -0
- /package/src/scss/{custom → forms}/_autocomplete.scss +0 -0
- /package/src/scss/{custom → forms}/_form-input-file.scss +0 -0
- /package/src/scss/{custom → forms}/_form-input-number.scss +0 -0
- /package/src/scss/{custom → forms}/_form-input-upload.scss +0 -0
- /package/src/scss/{custom → forms}/_form-password.scss +0 -0
- /package/src/scss/{custom → forms}/_form-toggles.scss +0 -0
- /package/src/scss/{custom → forms}/_form-transfer.scss +0 -0
- /package/src/scss/{custom → forms}/_just-validate.scss +0 -0
- /package/types/plugins/{backToTop.d.ts → back-to-top.d.ts} +0 -0
|
@@ -0,0 +1,337 @@
|
|
|
1
|
+
// stylelint-disable property-blacklist, scss/dollar-variable-default
|
|
2
|
+
|
|
3
|
+
// SCSS RFS mixin
|
|
4
|
+
//
|
|
5
|
+
// Automated responsive values for font sizes, paddings, margins and much more
|
|
6
|
+
//
|
|
7
|
+
// Licensed under MIT (https://github.com/twbs/rfs/blob/main/LICENSE)
|
|
8
|
+
|
|
9
|
+
// Configuration
|
|
10
|
+
|
|
11
|
+
// Base value
|
|
12
|
+
$rfs-base-value: 1.25rem !default;
|
|
13
|
+
$rfs-unit: rem !default;
|
|
14
|
+
|
|
15
|
+
@if $rfs-unit != rem and $rfs-unit != px {
|
|
16
|
+
@error "`#{$rfs-unit}` is not a valid unit for $rfs-unit. Use `px` or `rem`.";
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
// Breakpoint at where values start decreasing if screen width is smaller
|
|
20
|
+
$rfs-breakpoint: 1200px !default;
|
|
21
|
+
$rfs-breakpoint-unit: px !default;
|
|
22
|
+
|
|
23
|
+
@if $rfs-breakpoint-unit != px and $rfs-breakpoint-unit != em and $rfs-breakpoint-unit != rem {
|
|
24
|
+
@error "`#{$rfs-breakpoint-unit}` is not a valid unit for $rfs-breakpoint-unit. Use `px`, `em` or `rem`.";
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
// Resize values based on screen height and width
|
|
28
|
+
$rfs-two-dimensional: false !default;
|
|
29
|
+
|
|
30
|
+
// Factor of decrease
|
|
31
|
+
$rfs-factor: 10 !default;
|
|
32
|
+
|
|
33
|
+
@if type-of($rfs-factor) != number or $rfs-factor <= 1 {
|
|
34
|
+
@error "`#{$rfs-factor}` is not a valid $rfs-factor, it must be greater than 1.";
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
// Mode. Possibilities: "min-media-query", "max-media-query"
|
|
38
|
+
$rfs-mode: min-media-query !default;
|
|
39
|
+
|
|
40
|
+
// Generate enable or disable classes. Possibilities: false, "enable" or "disable"
|
|
41
|
+
$rfs-class: false !default;
|
|
42
|
+
|
|
43
|
+
// 1 rem = $rfs-rem-value px
|
|
44
|
+
$rfs-rem-value: 16 !default;
|
|
45
|
+
|
|
46
|
+
// Safari iframe resize bug: https://github.com/twbs/rfs/issues/14
|
|
47
|
+
$rfs-safari-iframe-resize-bug-fix: false !default;
|
|
48
|
+
|
|
49
|
+
// Disable RFS by setting $enable-rfs to false
|
|
50
|
+
$enable-rfs: true !default;
|
|
51
|
+
|
|
52
|
+
// Cache $rfs-base-value unit
|
|
53
|
+
$rfs-base-value-unit: unit($rfs-base-value);
|
|
54
|
+
|
|
55
|
+
@function divide($dividend, $divisor, $precision: 10) {
|
|
56
|
+
$sign: if($dividend > 0 and $divisor > 0 or $dividend < 0 and $divisor < 0, 1, -1);
|
|
57
|
+
$dividend: abs($dividend);
|
|
58
|
+
$divisor: abs($divisor);
|
|
59
|
+
@if $dividend == 0 {
|
|
60
|
+
@return 0;
|
|
61
|
+
}
|
|
62
|
+
@if $divisor == 0 {
|
|
63
|
+
@error "Cannot divide by 0";
|
|
64
|
+
}
|
|
65
|
+
$remainder: $dividend;
|
|
66
|
+
$result: 0;
|
|
67
|
+
$factor: 10;
|
|
68
|
+
@while ($remainder > 0 and $precision >= 0) {
|
|
69
|
+
$quotient: 0;
|
|
70
|
+
@while ($remainder >= $divisor) {
|
|
71
|
+
$remainder: $remainder - $divisor;
|
|
72
|
+
$quotient: $quotient + 1;
|
|
73
|
+
}
|
|
74
|
+
$result: $result * 10 + $quotient;
|
|
75
|
+
$factor: $factor * 0.1;
|
|
76
|
+
$remainder: $remainder * 10;
|
|
77
|
+
$precision: $precision - 1;
|
|
78
|
+
@if ($precision < 0 and $remainder >= $divisor * 5) {
|
|
79
|
+
$result: $result + 1;
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
$result: $result * $factor * $sign;
|
|
83
|
+
$dividend-unit: unit($dividend);
|
|
84
|
+
$divisor-unit: unit($divisor);
|
|
85
|
+
$unit-map: (
|
|
86
|
+
'px': 1px,
|
|
87
|
+
'rem': 1rem,
|
|
88
|
+
'em': 1em,
|
|
89
|
+
'%': 1%,
|
|
90
|
+
);
|
|
91
|
+
@if ($dividend-unit != $divisor-unit and map-has-key($unit-map, $dividend-unit)) {
|
|
92
|
+
$result: $result * map-get($unit-map, $dividend-unit);
|
|
93
|
+
}
|
|
94
|
+
@return $result;
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
// Remove px-unit from $rfs-base-value for calculations
|
|
98
|
+
@if $rfs-base-value-unit == px {
|
|
99
|
+
$rfs-base-value: divide($rfs-base-value, $rfs-base-value * 0 + 1);
|
|
100
|
+
} @else if $rfs-base-value-unit == rem {
|
|
101
|
+
$rfs-base-value: divide($rfs-base-value, divide($rfs-base-value * 0 + 1, $rfs-rem-value));
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
// Cache $rfs-breakpoint unit to prevent multiple calls
|
|
105
|
+
$rfs-breakpoint-unit-cache: unit($rfs-breakpoint);
|
|
106
|
+
|
|
107
|
+
// Remove unit from $rfs-breakpoint for calculations
|
|
108
|
+
@if $rfs-breakpoint-unit-cache == px {
|
|
109
|
+
$rfs-breakpoint: divide($rfs-breakpoint, $rfs-breakpoint * 0 + 1);
|
|
110
|
+
} @else if $rfs-breakpoint-unit-cache == rem or $rfs-breakpoint-unit-cache == 'em' {
|
|
111
|
+
$rfs-breakpoint: divide($rfs-breakpoint, divide($rfs-breakpoint * 0 + 1, $rfs-rem-value));
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
// Calculate the media query value
|
|
115
|
+
$rfs-mq-value: if($rfs-breakpoint-unit == px, #{$rfs-breakpoint}px, #{divide($rfs-breakpoint, $rfs-rem-value)}#{$rfs-breakpoint-unit});
|
|
116
|
+
$rfs-mq-property-width: if($rfs-mode == max-media-query, max-width, min-width);
|
|
117
|
+
$rfs-mq-property-height: if($rfs-mode == max-media-query, max-height, min-height);
|
|
118
|
+
|
|
119
|
+
// Internal mixin used to determine which media query needs to be used
|
|
120
|
+
@mixin _rfs-media-query {
|
|
121
|
+
@if $rfs-two-dimensional {
|
|
122
|
+
@if $rfs-mode == max-media-query {
|
|
123
|
+
@media (#{$rfs-mq-property-width}: #{$rfs-mq-value}), (#{$rfs-mq-property-height}: #{$rfs-mq-value}) {
|
|
124
|
+
@content;
|
|
125
|
+
}
|
|
126
|
+
} @else {
|
|
127
|
+
@media (#{$rfs-mq-property-width}: #{$rfs-mq-value}) and (#{$rfs-mq-property-height}: #{$rfs-mq-value}) {
|
|
128
|
+
@content;
|
|
129
|
+
}
|
|
130
|
+
}
|
|
131
|
+
} @else {
|
|
132
|
+
@media (#{$rfs-mq-property-width}: #{$rfs-mq-value}) {
|
|
133
|
+
@content;
|
|
134
|
+
}
|
|
135
|
+
}
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
// Internal mixin that adds disable classes to the selector if needed.
|
|
139
|
+
@mixin _rfs-rule {
|
|
140
|
+
@if $rfs-class == disable and $rfs-mode == max-media-query {
|
|
141
|
+
// Adding an extra class increases specificity, which prevents the media query to override the property
|
|
142
|
+
&,
|
|
143
|
+
.disable-rfs &,
|
|
144
|
+
&.disable-rfs {
|
|
145
|
+
@content;
|
|
146
|
+
}
|
|
147
|
+
} @else if $rfs-class == enable and $rfs-mode == min-media-query {
|
|
148
|
+
.enable-rfs &,
|
|
149
|
+
&.enable-rfs {
|
|
150
|
+
@content;
|
|
151
|
+
}
|
|
152
|
+
} @else {
|
|
153
|
+
@content;
|
|
154
|
+
}
|
|
155
|
+
}
|
|
156
|
+
|
|
157
|
+
// Internal mixin that adds enable classes to the selector if needed.
|
|
158
|
+
@mixin _rfs-media-query-rule {
|
|
159
|
+
@if $rfs-class == enable {
|
|
160
|
+
@if $rfs-mode == min-media-query {
|
|
161
|
+
@content;
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
@include _rfs-media-query {
|
|
165
|
+
.enable-rfs &,
|
|
166
|
+
&.enable-rfs {
|
|
167
|
+
@content;
|
|
168
|
+
}
|
|
169
|
+
}
|
|
170
|
+
} @else {
|
|
171
|
+
@if $rfs-class == disable and $rfs-mode == min-media-query {
|
|
172
|
+
.disable-rfs &,
|
|
173
|
+
&.disable-rfs {
|
|
174
|
+
@content;
|
|
175
|
+
}
|
|
176
|
+
}
|
|
177
|
+
@include _rfs-media-query {
|
|
178
|
+
@content;
|
|
179
|
+
}
|
|
180
|
+
}
|
|
181
|
+
}
|
|
182
|
+
|
|
183
|
+
// Helper function to get the formatted non-responsive value
|
|
184
|
+
@function rfs-value($values) {
|
|
185
|
+
// Convert to list
|
|
186
|
+
$values: if(type-of($values) != list, ($values), $values);
|
|
187
|
+
|
|
188
|
+
$val: '';
|
|
189
|
+
|
|
190
|
+
// Loop over each value and calculate value
|
|
191
|
+
@each $value in $values {
|
|
192
|
+
@if $value == 0 {
|
|
193
|
+
$val: $val + ' 0';
|
|
194
|
+
} @else {
|
|
195
|
+
// Cache $value unit
|
|
196
|
+
$unit: if(type-of($value) == 'number', unit($value), false);
|
|
197
|
+
|
|
198
|
+
@if $unit == px {
|
|
199
|
+
// Convert to rem if needed
|
|
200
|
+
$val: $val + ' ' + if($rfs-unit == rem, #{divide($value, $value * 0 + $rfs-rem-value)}rem, $value);
|
|
201
|
+
} @else if $unit == rem {
|
|
202
|
+
// Convert to px if needed
|
|
203
|
+
$val: $val + ' ' + if($rfs-unit == px, #{divide($value, $value * 0 + 1) * $rfs-rem-value}px, $value);
|
|
204
|
+
} @else {
|
|
205
|
+
// If $value isn't a number (like inherit) or $value has a unit (not px or rem, like 1.5em) or $ is 0, just print the value
|
|
206
|
+
$val: $val + ' ' + $value;
|
|
207
|
+
}
|
|
208
|
+
}
|
|
209
|
+
}
|
|
210
|
+
|
|
211
|
+
// Remove first space
|
|
212
|
+
@return unquote(str-slice($val, 2));
|
|
213
|
+
}
|
|
214
|
+
|
|
215
|
+
// Helper function to get the responsive value calculated by RFS
|
|
216
|
+
@function rfs-fluid-value($values) {
|
|
217
|
+
// Convert to list
|
|
218
|
+
$values: if(type-of($values) != list, ($values), $values);
|
|
219
|
+
|
|
220
|
+
$val: '';
|
|
221
|
+
|
|
222
|
+
// Loop over each value and calculate value
|
|
223
|
+
@each $value in $values {
|
|
224
|
+
@if $value == 0 {
|
|
225
|
+
$val: $val + ' 0';
|
|
226
|
+
} @else {
|
|
227
|
+
// Cache $value unit
|
|
228
|
+
$unit: if(type-of($value) == 'number', unit($value), false);
|
|
229
|
+
|
|
230
|
+
// If $value isn't a number (like inherit) or $value has a unit (not px or rem, like 1.5em) or $ is 0, just print the value
|
|
231
|
+
@if not $unit or $unit != px and $unit != rem {
|
|
232
|
+
$val: $val + ' ' + $value;
|
|
233
|
+
} @else {
|
|
234
|
+
// Remove unit from $value for calculations
|
|
235
|
+
$value: divide($value, $value * 0 + if($unit == px, 1, divide(1, $rfs-rem-value)));
|
|
236
|
+
|
|
237
|
+
// Only add the media query if the value is greater than the minimum value
|
|
238
|
+
@if abs($value) <= $rfs-base-value or not $enable-rfs {
|
|
239
|
+
$val: $val + ' ' + if($rfs-unit == rem, #{divide($value, $rfs-rem-value)}rem, #{$value}px);
|
|
240
|
+
} @else {
|
|
241
|
+
// Calculate the minimum value
|
|
242
|
+
$value-min: $rfs-base-value + divide(abs($value) - $rfs-base-value, $rfs-factor);
|
|
243
|
+
|
|
244
|
+
// Calculate difference between $value and the minimum value
|
|
245
|
+
$value-diff: abs($value) - $value-min;
|
|
246
|
+
|
|
247
|
+
// Base value formatting
|
|
248
|
+
$min-width: if($rfs-unit == rem, #{divide($value-min, $rfs-rem-value)}rem, #{$value-min}px);
|
|
249
|
+
|
|
250
|
+
// Use negative value if needed
|
|
251
|
+
$min-width: if($value < 0, -$min-width, $min-width);
|
|
252
|
+
|
|
253
|
+
// Use `vmin` if two-dimensional is enabled
|
|
254
|
+
$variable-unit: if($rfs-two-dimensional, vmin, vw);
|
|
255
|
+
|
|
256
|
+
// Calculate the variable width between 0 and $rfs-breakpoint
|
|
257
|
+
$variable-width: #{divide($value-diff * 100, $rfs-breakpoint)}#{$variable-unit};
|
|
258
|
+
|
|
259
|
+
// Return the calculated value
|
|
260
|
+
$val: $val + ' calc(' + $min-width + if($value < 0, ' - ', ' + ') + $variable-width + ')';
|
|
261
|
+
}
|
|
262
|
+
}
|
|
263
|
+
}
|
|
264
|
+
}
|
|
265
|
+
|
|
266
|
+
// Remove first space
|
|
267
|
+
@return unquote(str-slice($val, 2));
|
|
268
|
+
}
|
|
269
|
+
|
|
270
|
+
// RFS mixin
|
|
271
|
+
@mixin rfs($values, $property: font-size) {
|
|
272
|
+
@if $values != null {
|
|
273
|
+
$val: rfs-value($values);
|
|
274
|
+
$fluidVal: rfs-fluid-value($values);
|
|
275
|
+
|
|
276
|
+
// Do not print the media query if responsive & non-responsive values are the same
|
|
277
|
+
@if $val == $fluidVal {
|
|
278
|
+
#{$property}: $val;
|
|
279
|
+
} @else {
|
|
280
|
+
@include _rfs-rule {
|
|
281
|
+
#{$property}: if($rfs-mode == max-media-query, $val, $fluidVal);
|
|
282
|
+
|
|
283
|
+
// Include safari iframe resize fix if needed
|
|
284
|
+
min-width: if($rfs-safari-iframe-resize-bug-fix, (0 * 1vw), null);
|
|
285
|
+
}
|
|
286
|
+
|
|
287
|
+
@include _rfs-media-query-rule {
|
|
288
|
+
#{$property}: if($rfs-mode == max-media-query, $fluidVal, $val);
|
|
289
|
+
}
|
|
290
|
+
}
|
|
291
|
+
}
|
|
292
|
+
}
|
|
293
|
+
|
|
294
|
+
// Shorthand helper mixins
|
|
295
|
+
@mixin font-size($value) {
|
|
296
|
+
@include rfs($value);
|
|
297
|
+
}
|
|
298
|
+
|
|
299
|
+
@mixin padding($value) {
|
|
300
|
+
@include rfs($value, padding);
|
|
301
|
+
}
|
|
302
|
+
|
|
303
|
+
@mixin padding-top($value) {
|
|
304
|
+
@include rfs($value, padding-top);
|
|
305
|
+
}
|
|
306
|
+
|
|
307
|
+
@mixin padding-right($value) {
|
|
308
|
+
@include rfs($value, padding-right);
|
|
309
|
+
}
|
|
310
|
+
|
|
311
|
+
@mixin padding-bottom($value) {
|
|
312
|
+
@include rfs($value, padding-bottom);
|
|
313
|
+
}
|
|
314
|
+
|
|
315
|
+
@mixin padding-left($value) {
|
|
316
|
+
@include rfs($value, padding-left);
|
|
317
|
+
}
|
|
318
|
+
|
|
319
|
+
@mixin margin($value) {
|
|
320
|
+
@include rfs($value, margin);
|
|
321
|
+
}
|
|
322
|
+
|
|
323
|
+
@mixin margin-top($value) {
|
|
324
|
+
@include rfs($value, margin-top);
|
|
325
|
+
}
|
|
326
|
+
|
|
327
|
+
@mixin margin-right($value) {
|
|
328
|
+
@include rfs($value, margin-right);
|
|
329
|
+
}
|
|
330
|
+
|
|
331
|
+
@mixin margin-bottom($value) {
|
|
332
|
+
@include rfs($value, margin-bottom);
|
|
333
|
+
}
|
|
334
|
+
|
|
335
|
+
@mixin margin-left($value) {
|
|
336
|
+
@include rfs($value, margin-left);
|
|
337
|
+
}
|
|
@@ -1,168 +1,149 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
@import 'custom/version';
|
|
1
|
+
@import 'base/mixins/banner';
|
|
2
|
+
@include bsBanner('');
|
|
4
3
|
|
|
5
|
-
//
|
|
6
|
-
@import '
|
|
7
|
-
|
|
4
|
+
// Bootstrap Italia version
|
|
5
|
+
@import 'base/version';
|
|
6
|
+
// ------------------------------
|
|
8
7
|
|
|
9
|
-
//
|
|
10
|
-
@import '
|
|
8
|
+
// Functions
|
|
9
|
+
@import 'base/functions';
|
|
10
|
+
// ------------------------------
|
|
11
11
|
|
|
12
|
-
//
|
|
13
|
-
@import '
|
|
14
|
-
|
|
15
|
-
// BS5 Configuration
|
|
16
|
-
@import 'bootstrap/scss/functions';
|
|
17
|
-
@import 'bootstrap/scss/variables';
|
|
18
|
-
//@import 'bootstrap/scss/maps';
|
|
19
|
-
@import 'bootstrap/scss/mixins';
|
|
20
|
-
// mixins custom
|
|
21
|
-
@import 'custom/mixins/buttons';
|
|
22
|
-
@import 'custom/mixins/text-emphasis';
|
|
23
|
-
//
|
|
24
|
-
@import 'bootstrap/scss/maps';
|
|
25
|
-
@import 'bootstrap/scss/utilities';
|
|
12
|
+
// Variables
|
|
13
|
+
@import 'base/variables';
|
|
14
|
+
// ------------------------------
|
|
26
15
|
|
|
27
|
-
//
|
|
28
|
-
@import '
|
|
29
|
-
@import '
|
|
30
|
-
@import '
|
|
31
|
-
|
|
32
|
-
@import 'bootstrap/scss/containers';
|
|
33
|
-
@import 'bootstrap/scss/grid';
|
|
34
|
-
@import 'bootstrap/scss/tables';
|
|
35
|
-
@import 'bootstrap/scss/forms';
|
|
36
|
-
@import 'bootstrap/scss/buttons';
|
|
37
|
-
@import 'bootstrap/scss/transitions';
|
|
38
|
-
@import 'bootstrap/scss/dropdown';
|
|
39
|
-
@import 'bootstrap/scss/button-group';
|
|
40
|
-
@import 'bootstrap/scss/nav';
|
|
41
|
-
@import 'bootstrap/scss/navbar';
|
|
42
|
-
@import 'bootstrap/scss/card';
|
|
43
|
-
@import 'bootstrap/scss/accordion';
|
|
44
|
-
@import 'bootstrap/scss/breadcrumb';
|
|
45
|
-
@import 'bootstrap/scss/pagination';
|
|
46
|
-
@import 'bootstrap/scss/badge';
|
|
47
|
-
@import 'bootstrap/scss/progress';
|
|
48
|
-
@import 'bootstrap/scss/list-group';
|
|
49
|
-
@import 'bootstrap/scss/close';
|
|
50
|
-
@import 'bootstrap/scss/toasts';
|
|
51
|
-
@import 'bootstrap/scss/modal';
|
|
52
|
-
@import 'bootstrap/scss/tooltip';
|
|
53
|
-
@import 'bootstrap/scss/popover';
|
|
54
|
-
@import 'bootstrap/scss/carousel';
|
|
55
|
-
@import 'bootstrap/scss/spinners';
|
|
56
|
-
@import 'bootstrap/scss/offcanvas';
|
|
57
|
-
@import 'bootstrap/scss/placeholders';
|
|
16
|
+
// Functions, maps and mixins
|
|
17
|
+
@import 'base/mixins';
|
|
18
|
+
@import 'base/maps';
|
|
19
|
+
@import 'base/utilities';
|
|
20
|
+
// ------------------------------
|
|
58
21
|
|
|
59
|
-
//
|
|
60
|
-
@import '
|
|
22
|
+
// Layout
|
|
23
|
+
@import 'base/root';
|
|
24
|
+
@import 'base/reboot';
|
|
25
|
+
@import 'base/containers';
|
|
26
|
+
@import 'base/transitions';
|
|
27
|
+
// ------------------------------
|
|
61
28
|
|
|
62
|
-
//
|
|
63
|
-
@import '
|
|
64
|
-
|
|
29
|
+
// Helpers & utilities
|
|
30
|
+
@import 'base/helpers';
|
|
31
|
+
@import 'base/utilities/api';
|
|
32
|
+
// ------------------------------
|
|
65
33
|
|
|
66
|
-
//
|
|
34
|
+
// Class utilities
|
|
35
|
+
@import 'utilities/focus';
|
|
36
|
+
@import 'utilities/icons';
|
|
37
|
+
@import 'utilities/colors';
|
|
67
38
|
@import 'utilities/text-colors';
|
|
68
|
-
|
|
69
|
-
@import 'custom/grid';
|
|
70
|
-
@import 'custom/tables';
|
|
71
|
-
@import 'custom/breadcrumb';
|
|
72
|
-
@import 'custom/modal';
|
|
73
|
-
@import 'custom/accordion';
|
|
74
|
-
@import 'custom/carousel';
|
|
75
|
-
@import 'custom/calendar';
|
|
76
|
-
@import 'custom/alert';
|
|
77
|
-
@import 'custom/buttons';
|
|
78
|
-
@import 'custom/font';
|
|
79
|
-
@import 'custom/forms';
|
|
80
|
-
@import 'custom/form-input-file';
|
|
81
|
-
@import 'custom/form-input-number';
|
|
82
|
-
@import 'custom/form-input-upload';
|
|
83
|
-
@import 'custom/form-toggles';
|
|
84
|
-
@import 'custom/form-password';
|
|
85
|
-
@import 'custom/form-select';
|
|
86
|
-
@import 'custom/form-transfer';
|
|
87
|
-
@import 'custom/dropdown';
|
|
88
|
-
@import 'custom/pager';
|
|
89
|
-
@import 'custom/tab';
|
|
90
|
-
@import 'custom/cookiebar';
|
|
91
|
-
@import 'custom/hero';
|
|
92
|
-
@import 'custom/forward';
|
|
93
|
-
@import 'custom/back-to-top';
|
|
94
|
-
@import 'custom/autocomplete';
|
|
95
|
-
@import 'custom/linklist';
|
|
96
|
-
@import 'custom/navigation';
|
|
97
|
-
@import 'custom/skiplinks';
|
|
98
|
-
@import 'custom/affix';
|
|
99
|
-
@import 'custom/sidebar';
|
|
100
|
-
@import 'custom/sidebarthemes';
|
|
101
|
-
@import 'custom/megamenu';
|
|
102
|
-
@import 'custom/bottomnav';
|
|
103
|
-
@import 'custom/navscroll';
|
|
104
|
-
@import 'custom/navscrolltheme';
|
|
105
|
-
@import 'custom/callout';
|
|
106
|
-
@import 'custom/toolbar';
|
|
107
|
-
@import 'custom/sections';
|
|
108
|
-
@import 'custom/notifications';
|
|
109
|
-
@import 'custom/avatar';
|
|
110
|
-
@import 'custom/thumbnav';
|
|
111
|
-
@import 'custom/steppers';
|
|
112
|
-
@import 'custom/card';
|
|
113
|
-
@import 'custom/imgresponsive';
|
|
114
|
-
@import 'custom/overlay-panel';
|
|
115
|
-
@import 'custom/progress-donuts';
|
|
116
|
-
@import 'custom/progress-bars';
|
|
117
|
-
@import 'custom/progress-spinners';
|
|
118
|
-
@import 'custom/gridlist';
|
|
119
|
-
@import 'custom/popover';
|
|
120
|
-
@import 'custom/tooltip';
|
|
121
|
-
@import 'custom/videoplayer';
|
|
122
|
-
@import 'custom/list';
|
|
123
|
-
@import 'custom/chips';
|
|
124
|
-
@import 'custom/rating';
|
|
125
|
-
@import 'custom/dimmer';
|
|
126
|
-
@import 'custom/accept-overlay';
|
|
127
|
-
@import 'custom/timeline';
|
|
128
|
-
@import 'custom/anchor';
|
|
129
|
-
@import 'custom/map';
|
|
130
|
-
@import 'custom/point-list';
|
|
131
|
-
@import 'custom/rating-list';
|
|
132
|
-
@import 'custom/badge';
|
|
133
|
-
@import 'custom/figcaption';
|
|
134
|
-
@import 'custom/sticky';
|
|
135
|
-
@import 'custom/print';
|
|
136
|
-
@import 'custom/code';
|
|
137
|
-
@import 'custom/images';
|
|
138
|
-
@import 'custom/just-validate';
|
|
139
|
-
@import 'custom/accessible-autocomplete';
|
|
140
|
-
@import 'custom/page-scroll';
|
|
39
|
+
// ------------------------------
|
|
141
40
|
|
|
142
|
-
//
|
|
143
|
-
@import '
|
|
41
|
+
// Nav & Header
|
|
42
|
+
@import 'components/nav';
|
|
43
|
+
@import 'components/navbar';
|
|
44
|
+
@import 'components/headerslim';
|
|
45
|
+
@import 'components/headerslimtheme';
|
|
46
|
+
@import 'components/headercenter';
|
|
47
|
+
@import 'components/headercentertheme';
|
|
48
|
+
@import 'components/headernavbar';
|
|
49
|
+
@import 'components/headernavbartheme';
|
|
50
|
+
@import 'components/header';
|
|
51
|
+
@import 'components/navigationtheme';
|
|
52
|
+
// ------------------------------
|
|
144
53
|
|
|
145
|
-
//
|
|
146
|
-
@import '
|
|
54
|
+
// Components
|
|
55
|
+
@import 'components/type';
|
|
56
|
+
@import 'components/grid';
|
|
57
|
+
@import 'components/tables';
|
|
58
|
+
@import 'components/breadcrumb';
|
|
59
|
+
@import 'components/modal';
|
|
60
|
+
@import 'components/accordion';
|
|
61
|
+
@import 'components/carousel';
|
|
62
|
+
@import 'components/calendar';
|
|
63
|
+
@import 'components/alert';
|
|
64
|
+
@import 'components/button-group';
|
|
65
|
+
@import 'components/buttons';
|
|
66
|
+
@import 'components/font';
|
|
67
|
+
@import 'components/dropdown';
|
|
68
|
+
@import 'components/pager';
|
|
69
|
+
@import 'components/tab';
|
|
70
|
+
@import 'components/cookiebar';
|
|
71
|
+
@import 'components/hero';
|
|
72
|
+
@import 'components/forward';
|
|
73
|
+
@import 'components/back-to-top';
|
|
74
|
+
@import 'components/list-group';
|
|
75
|
+
@import 'components/linklist';
|
|
76
|
+
@import 'components/offcanvas'; // Keep?
|
|
77
|
+
@import 'components/navigation';
|
|
78
|
+
@import 'components/skiplinks';
|
|
79
|
+
@import 'components/affix';
|
|
80
|
+
@import 'components/sidebar';
|
|
81
|
+
@import 'components/sidebarthemes';
|
|
82
|
+
@import 'components/megamenu';
|
|
83
|
+
@import 'components/bottomnav';
|
|
84
|
+
@import 'components/navscroll';
|
|
85
|
+
@import 'components/navscrolltheme';
|
|
86
|
+
@import 'components/callout';
|
|
87
|
+
@import 'components/toolbar';
|
|
88
|
+
@import 'components/sections';
|
|
89
|
+
@import 'components/notifications';
|
|
90
|
+
@import 'components/avatar';
|
|
91
|
+
@import 'components/thumbnav';
|
|
92
|
+
@import 'components/steppers';
|
|
93
|
+
@import 'components/card';
|
|
94
|
+
@import 'components/imgresponsive';
|
|
95
|
+
@import 'components/overlay-panel';
|
|
96
|
+
@import 'components/progress-donuts';
|
|
97
|
+
@import 'components/progress-bars';
|
|
98
|
+
@import 'components/progress-spinners';
|
|
99
|
+
@import 'components/gridlist';
|
|
100
|
+
@import 'components/popover';
|
|
101
|
+
@import 'components/tooltip';
|
|
102
|
+
@import 'components/videoplayer';
|
|
103
|
+
@import 'components/list';
|
|
104
|
+
@import 'components/chips';
|
|
105
|
+
@import 'components/rating';
|
|
106
|
+
@import 'components/dimmer';
|
|
107
|
+
@import 'components/accept-overlay';
|
|
108
|
+
@import 'components/timeline';
|
|
109
|
+
@import 'components/anchor';
|
|
110
|
+
@import 'components/map';
|
|
111
|
+
@import 'components/point-list';
|
|
112
|
+
@import 'components/rating-list';
|
|
113
|
+
@import 'components/badge';
|
|
114
|
+
@import 'components/figcaption';
|
|
115
|
+
@import 'components/sticky';
|
|
116
|
+
@import 'components/print';
|
|
117
|
+
@import 'components/code';
|
|
118
|
+
@import 'components/images';
|
|
119
|
+
@import 'components/page-scroll';
|
|
120
|
+
@import 'components/pagination';
|
|
121
|
+
@import 'components/placeholders'; // Keep?
|
|
122
|
+
@import 'components/toasts';
|
|
123
|
+
// ------------------------------
|
|
147
124
|
|
|
148
|
-
//
|
|
149
|
-
@import '
|
|
150
|
-
@import '
|
|
151
|
-
@import '
|
|
152
|
-
@import '
|
|
153
|
-
@import '
|
|
154
|
-
@import '
|
|
155
|
-
@import '
|
|
125
|
+
// Form
|
|
126
|
+
@import 'forms/forms';
|
|
127
|
+
@import 'forms/labels';
|
|
128
|
+
@import 'forms/form-text';
|
|
129
|
+
@import 'forms/form-control';
|
|
130
|
+
@import 'forms/form-check';
|
|
131
|
+
@import 'forms/form-range';
|
|
132
|
+
@import 'forms/floating-labels';
|
|
133
|
+
@import 'forms/input-group';
|
|
134
|
+
@import 'forms/validation';
|
|
135
|
+
@import 'forms/form-input-file';
|
|
136
|
+
@import 'forms/form-input-number';
|
|
137
|
+
@import 'forms/form-input-upload';
|
|
138
|
+
@import 'forms/form-toggles';
|
|
139
|
+
@import 'forms/form-password';
|
|
140
|
+
@import 'forms/form-select';
|
|
141
|
+
@import 'forms/form-transfer';
|
|
142
|
+
@import 'forms/accessible-autocomplete';
|
|
143
|
+
@import 'forms/autocomplete';
|
|
144
|
+
@import 'forms/just-validate';
|
|
145
|
+
// ------------------------------
|
|
156
146
|
|
|
157
|
-
//
|
|
158
|
-
@import '
|
|
159
|
-
|
|
160
|
-
//colors theme
|
|
161
|
-
@import 'custom/navigationtheme';
|
|
162
|
-
|
|
163
|
-
// componente di esempio
|
|
164
|
-
@import 'custom/componente-base';
|
|
165
|
-
|
|
166
|
-
//gestione dei focus
|
|
167
|
-
@import 'utilities/focus';
|
|
168
|
-
@import 'utilities/icons';
|
|
147
|
+
// Footer
|
|
148
|
+
@import 'components/footer';
|
|
149
|
+
// ------------------------------
|