bootstrap-italia 2.12.1 → 2.13.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.
- 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/{custom → components}/_accept-overlay.scss +2 -1
- package/src/scss/components/_accordion.scss +297 -0
- 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 +274 -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 +163 -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}/_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}/_avatar.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
package/src/scss/_variables.scss
DELETED
|
@@ -1,639 +0,0 @@
|
|
|
1
|
-
// Import Design Tokens Italia
|
|
2
|
-
// @import '../../node_modules/design-tokens-italia/scss/variables';
|
|
3
|
-
|
|
4
|
-
// Spacer
|
|
5
|
-
$spacer: 1rem !default;
|
|
6
|
-
|
|
7
|
-
// Grid columns
|
|
8
|
-
// Set the number of columns and specify the width of the gutters.
|
|
9
|
-
$grid-columns: 12 !default;
|
|
10
|
-
$grid-gutter-width: 24px !default;
|
|
11
|
-
|
|
12
|
-
// Vertical base space
|
|
13
|
-
$v-gap: 8px !default;
|
|
14
|
-
|
|
15
|
-
// Responsive gutter widths
|
|
16
|
-
$grid-gutter-widths: (
|
|
17
|
-
xs: 12px,
|
|
18
|
-
sm: 12px,
|
|
19
|
-
md: 20px,
|
|
20
|
-
lg: 24px,
|
|
21
|
-
xl: 24px,
|
|
22
|
-
xxl: 28px,
|
|
23
|
-
) !default;
|
|
24
|
-
|
|
25
|
-
$aspect-ratios: (
|
|
26
|
-
'1x1': 100%,
|
|
27
|
-
'3x2': calc(2 / 3 * 100%),
|
|
28
|
-
'4x3': calc(3 / 4 * 100%),
|
|
29
|
-
'16x9': calc(9 / 16 * 100%),
|
|
30
|
-
'21x9': calc(9 / 21 * 100%),
|
|
31
|
-
);
|
|
32
|
-
|
|
33
|
-
//ratio
|
|
34
|
-
|
|
35
|
-
// Text
|
|
36
|
-
$font-family-serif: 'Lora', Georgia, serif !default;
|
|
37
|
-
$font-family-sans-serif: 'Titillium Web', Geneva, Tahoma, sans-serif !default;
|
|
38
|
-
$font-family-monospace: 'Roboto Mono', monospace !default;
|
|
39
|
-
$text-color: $gray-700 !default;
|
|
40
|
-
$text-muted: $color-text-muted !default;
|
|
41
|
-
$letter-spacing-base: 0;
|
|
42
|
-
$line-height-base: 1.5;
|
|
43
|
-
$mark-bg: $analogue-2-a1;
|
|
44
|
-
|
|
45
|
-
// Paragraphs
|
|
46
|
-
$paragraph-margin-bottom: 1rem !default;
|
|
47
|
-
$small-font-size: 0.875rem !default;
|
|
48
|
-
|
|
49
|
-
// Links
|
|
50
|
-
$link-decoration: underline;
|
|
51
|
-
|
|
52
|
-
// Focus
|
|
53
|
-
$focus-outline-color-in: $white !default;
|
|
54
|
-
$focus-outline-color-out: $black !default;
|
|
55
|
-
$focus-outline-color: $focus-outline-color-out !default; // xxx retro-compatibility, ex $orange
|
|
56
|
-
|
|
57
|
-
//skiplinks
|
|
58
|
-
$skiplinks-color: $primary !default;
|
|
59
|
-
$skiplinks-bg: $color-background-primary-lighter !default;
|
|
60
|
-
|
|
61
|
-
// Navbar
|
|
62
|
-
$navbar-brand-font-size: 1rem !default;
|
|
63
|
-
$navbar-toggler-border-radius: 0 !default;
|
|
64
|
-
$navbar-dark-toggler-icon-bg: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTkuMnB4IiBoZWlnaHQ9IjE2cHgiIHZpZXdCb3g9IjAgMCAxMiAxMCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDxkZWZzPjwvZGVmcz4KICAgIDxnIGlkPSIxMDI0dXAiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSItLWhvbWUtLS1wYXJhbGxheC0tLW1vYmlsZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTI0LjAwMDAwMCwgLTIwLjAwMDAwMCkiIGZpbGw9IiNGRkZGRkYiPgogICAgICAgICAgICA8ZyBpZD0iLW5ldHdvcmstc2xpbS1oZWFkZXIiPgogICAgICAgICAgICAgICAgPHBhdGggZD0iTTI0LDI0IEwzNiwyNCBMMzYsMjYgTDI0LDI2IEwyNCwyNCBaIE0yNCwyMCBMMzIsMjAgTDMyLDIyIEwyNCwyMiBMMjQsMjAgWiBNMjQsMjggTDMyLDI4IEwzMiwzMCBMMjQsMzAgTDI0LDI4IFoiIGlkPSJpY29uLXNtYWxsLWJ1cmdlciI+PC9wYXRoPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=') !default;
|
|
65
|
-
$navbar-dark-toggler-border-color: transparent !default;
|
|
66
|
-
|
|
67
|
-
// Buttons
|
|
68
|
-
$btn-border-width: 0;
|
|
69
|
-
$btn-text-transform: uppercase;
|
|
70
|
-
$btn-letter-spacing: normal;
|
|
71
|
-
$btn-font-weight: 600 !default;
|
|
72
|
-
$btn-font-size-sm: 1rem !default;
|
|
73
|
-
$btn-font-size-xs: 0.875rem !default;
|
|
74
|
-
$btn-font-size-lg: 1.125rem !default;
|
|
75
|
-
|
|
76
|
-
// Input
|
|
77
|
-
$input-btn-line-height: 1.5 !default;
|
|
78
|
-
$input-btn-line-height-sm: 1.5rem !default;
|
|
79
|
-
$input-btn-line-height-xs: 1rem !default;
|
|
80
|
-
$input-btn-line-height-lg: 1.75rem !default;
|
|
81
|
-
$input-disabled-bg: $gray-disabled !default;
|
|
82
|
-
$input-spacing-x: 0.5rem;
|
|
83
|
-
$input-spacing-y: 0.375rem;
|
|
84
|
-
$input-border-width: 0;
|
|
85
|
-
$input-border-radius: 0;
|
|
86
|
-
$input-group-addon-bg: $white !default;
|
|
87
|
-
$input-height: 2.5rem;
|
|
88
|
-
$form-group-margin-bottom: 3rem;
|
|
89
|
-
$form-group-margin-top: 0;
|
|
90
|
-
$avatar-base-size: 8px;
|
|
91
|
-
|
|
92
|
-
// progress
|
|
93
|
-
$progress-height: 16px;
|
|
94
|
-
$progress-border-radius: 0;
|
|
95
|
-
|
|
96
|
-
// z-index
|
|
97
|
-
$zindex-zoom: 1080;
|
|
98
|
-
$zindex-growl: 1090;
|
|
99
|
-
$zindex-cookiebar: 1100;
|
|
100
|
-
$zoom-overlay-bg: $white !default;
|
|
101
|
-
|
|
102
|
-
// Border Radius - using pixels instead or rems as it has to be consistent across devices
|
|
103
|
-
$border-radius: 4px !default;
|
|
104
|
-
$border-radius-sm: 2px !default;
|
|
105
|
-
$border-radius-lg: 8px !default;
|
|
106
|
-
$radius-rounded: 40px;
|
|
107
|
-
|
|
108
|
-
// Link and button colors
|
|
109
|
-
$btn-primary-bg: $primary !default;
|
|
110
|
-
$btn-primary-border: $primary !default;
|
|
111
|
-
$link-color: $primary !default;
|
|
112
|
-
|
|
113
|
-
// Set a specific jump point for requesting color jumps
|
|
114
|
-
$theme-color-interval: 8% !default;
|
|
115
|
-
|
|
116
|
-
// Code
|
|
117
|
-
$code-color: $dark !default;
|
|
118
|
-
$yiq-contrasted-threshold: 120 !default;
|
|
119
|
-
|
|
120
|
-
// Breadcrumbs
|
|
121
|
-
$breadcrumb-padding: 0.5em;
|
|
122
|
-
$breadcrumb-bg: transparent !default;
|
|
123
|
-
$breadcrumb-link-font-weight: 600;
|
|
124
|
-
$breadcrumb-link-color: $color-text-secondary !default;
|
|
125
|
-
$breadcrumb-link-x-padding: 0.5em;
|
|
126
|
-
$breadcrumb-bg-dark: $neutral-1-a8 !default; // Missing in the UI kit
|
|
127
|
-
$breadcrumb-border-radius: 0;
|
|
128
|
-
$breadcrumb-link-color-dark: $white !default;
|
|
129
|
-
$breadcrumb-icon-color-dark: $analogue-2-b1 !default; // Missing in the UI kit
|
|
130
|
-
|
|
131
|
-
//Accordion
|
|
132
|
-
$card-cap-bg: transparent !default;
|
|
133
|
-
$card-spacer-y: 1rem !default;
|
|
134
|
-
$card-spacer-x: 2rem !default;
|
|
135
|
-
$card-border-radius: 0 !default;
|
|
136
|
-
$card-body-spacer: 1rem !default;
|
|
137
|
-
|
|
138
|
-
// Tooltips
|
|
139
|
-
$tooltip-max-width: 32em !default;
|
|
140
|
-
$tooltip-opacity: 1 !default;
|
|
141
|
-
$tooltip-padding-y: 1rem !default;
|
|
142
|
-
$tooltip-padding-x: 1rem !default;
|
|
143
|
-
|
|
144
|
-
//Modals
|
|
145
|
-
$modal-backdrop-opacity: 0.8 !default;
|
|
146
|
-
$modal-max-width: 32rem !default;
|
|
147
|
-
$modal-dialog-margin-y-sm-up: 1.5rem !default;
|
|
148
|
-
$modal-footer-border-width: 0 !default;
|
|
149
|
-
$modal-header-border-width: 0 !default;
|
|
150
|
-
$modal-header-padding: 1.5rem !default;
|
|
151
|
-
$modal-inner-padding: 1.5rem !default;
|
|
152
|
-
|
|
153
|
-
// Carousel
|
|
154
|
-
$carousel-bg: #444e57 !default; // TODO: not used, consider to remove
|
|
155
|
-
$carousel-padding: 3em !default;
|
|
156
|
-
$carousel-control-color: $secondary !default;
|
|
157
|
-
$carousel-control-width: auto !default;
|
|
158
|
-
$carousel-control-opacity: 1 !default;
|
|
159
|
-
$carousel-control-icon-width: 32px !default;
|
|
160
|
-
|
|
161
|
-
// Inputs
|
|
162
|
-
$input-border: $gray-secondary !default;
|
|
163
|
-
$input-label-color: $color-text-base !default; // UI kit
|
|
164
|
-
$input-color-placeholder: $color-text-muted !default; // UI Kit
|
|
165
|
-
$input-focus-border-color: $gray-secondary !default;
|
|
166
|
-
|
|
167
|
-
//List group
|
|
168
|
-
$list-group-item-padding-y: 1rem !default;
|
|
169
|
-
$list-group-action-color: $primary !default;
|
|
170
|
-
$list-group-disabled-cursor: default !default;
|
|
171
|
-
|
|
172
|
-
//Reset
|
|
173
|
-
$reset-border-width: 0 !default;
|
|
174
|
-
$reset-border-radius: 0 !default;
|
|
175
|
-
$reset-padding: 0 !default;
|
|
176
|
-
|
|
177
|
-
// Alert
|
|
178
|
-
$alert-padding-y: 1rem;
|
|
179
|
-
$alert-padding-x: 1rem;
|
|
180
|
-
|
|
181
|
-
// Blockquote
|
|
182
|
-
$blockquote-small-color: $gray-600 !default;
|
|
183
|
-
$blockquote-small-color-dark: $gray-400 !default;
|
|
184
|
-
|
|
185
|
-
// Skiplinks
|
|
186
|
-
$skiplink-padding-y: 0.5rem;
|
|
187
|
-
$skiplink-padding-x: 0.5rem;
|
|
188
|
-
|
|
189
|
-
// Dropdown
|
|
190
|
-
$dropdown-header-color: $dark !default;
|
|
191
|
-
$dropdown-link-hover-bg: #e6ecf2 !default;
|
|
192
|
-
$dropdown-link-color: $dark !default;
|
|
193
|
-
$dropdown-link-hover-color: $dark !default;
|
|
194
|
-
$dropdown-item-padding-x: 24px;
|
|
195
|
-
$dropdown-item-padding-y: 12px;
|
|
196
|
-
$dropdown-border-width: 0;
|
|
197
|
-
$dropdown-border-color: transparent !default;
|
|
198
|
-
$dropdown-box-shadow: 0 20px 30px 5px rgba(0, 0, 0, 0.05) !default;
|
|
199
|
-
$dropdown-box-shadow-vertical: 0 0 30px 5px rgba(0, 0, 0, 0.05) !default;
|
|
200
|
-
|
|
201
|
-
// Dropdown custom
|
|
202
|
-
$dropdown-custom-button-padding: 0 4px;
|
|
203
|
-
$dropdown-custom-button-color: $primary !default;
|
|
204
|
-
$dropdown-custom-button-background: transparent !default;
|
|
205
|
-
$dropdown-custom-button-caret-font-size: 0.5rem;
|
|
206
|
-
$dropdown-custom-button-caret-distance: $v-gap;
|
|
207
|
-
$dropdown-menu-animation-speed: 0.3s;
|
|
208
|
-
$dropdown-menu-vertical-shift: 16px;
|
|
209
|
-
$dropdown-menu-radius: 4px;
|
|
210
|
-
$dropdown-menu-notch-base-size: 6px;
|
|
211
|
-
$dropdown-menu-notch-position-x: 24px;
|
|
212
|
-
$dropdown-menu-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
|
|
213
|
-
|
|
214
|
-
//Navigation
|
|
215
|
-
$navbar-bg-color: $primary !default;
|
|
216
|
-
$navigation-bg-color: $white !default;
|
|
217
|
-
$navigation-bg-color-desktop: $primary !default;
|
|
218
|
-
|
|
219
|
-
$navigation-h-padding: 24px;
|
|
220
|
-
$navigation-v-padding: 13px;
|
|
221
|
-
$navigation-sidebar-bg-color-mobile: rgba(0, 0, 0, 0.6) !default;
|
|
222
|
-
$navigation-close-button-size: 44px !default;
|
|
223
|
-
$navigation-close-button-text-color: $primary !default;
|
|
224
|
-
$navigation-close-button-text-size: 0.75rem;
|
|
225
|
-
$navigation-close-button-icon-size: 2rem;
|
|
226
|
-
$navigation-links-margin-top: 102px;
|
|
227
|
-
$navigation-link-color: $primary !default;
|
|
228
|
-
$navigation-link-color-desk: $white !default;
|
|
229
|
-
$navigation-link-active-bar-size: 3px;
|
|
230
|
-
$navigation-link-active-bar-color: $primary !default;
|
|
231
|
-
$navigation-link-active-bar-color-desk: $white !default;
|
|
232
|
-
$navigation-toggle-button-icon-color: $white !default;
|
|
233
|
-
$navigation-toggle-button-icon-size: 1.5rem;
|
|
234
|
-
$navigation-dropdown-icon-size: 0.75rem;
|
|
235
|
-
$navigation-dropdown-icon-line-height: 1rem;
|
|
236
|
-
$navigation-dropdown-icon-width: 1rem;
|
|
237
|
-
$navigation-disabled-item-opacity: 0.7 !default;
|
|
238
|
-
$navigation-disabled-item-mobile-opacity: 0.6 !default;
|
|
239
|
-
$navigation-hamburger-size: 24px;
|
|
240
|
-
|
|
241
|
-
// navigation dark theme (mobile)
|
|
242
|
-
$navigation-dark-bg-color: $primary !default; // missing in UI kit
|
|
243
|
-
$navigation-dark-text-color: $white !default; // missing in UI kit
|
|
244
|
-
$navigation-dark-bg-color: $primary-b1 !default; // missing in UI kit
|
|
245
|
-
$navigation-dark-separator-color: $primary-c5 !default; // missing in UI kit
|
|
246
|
-
|
|
247
|
-
// navigation light theme (desktop)
|
|
248
|
-
$navigation-light-bg-color: $white !default;
|
|
249
|
-
$navigation-light-text-color: $primary !default;
|
|
250
|
-
$navigation-light-separator-color: $neutral-1-a2 !default;
|
|
251
|
-
$navigation-light-megamenu-separator-color: $gray-border !default; // UI kit
|
|
252
|
-
|
|
253
|
-
//inline
|
|
254
|
-
$inline-menu-line-width: 2px;
|
|
255
|
-
$inline-menu-linklist-v-padding: 0.59em;
|
|
256
|
-
|
|
257
|
-
// Componente Base di Esempio
|
|
258
|
-
$componente-base-padding-x: 8px;
|
|
259
|
-
$componente-base-padding-y: 8px;
|
|
260
|
-
|
|
261
|
-
// Linklist
|
|
262
|
-
$link-list-font-size: 1rem;
|
|
263
|
-
$link-list-font-size-l: 1.125rem;
|
|
264
|
-
$link-list-line-height: 2rem;
|
|
265
|
-
$link-list-heading-size: 1.125rem;
|
|
266
|
-
$link-list-divider-height: 1px;
|
|
267
|
-
$link-list-divider-distance: 8px;
|
|
268
|
-
$link-list-h-pad: 24px;
|
|
269
|
-
$link-list-v-pad: 0.25em;
|
|
270
|
-
$link-list-paragraph-size: 0.875rem;
|
|
271
|
-
$link-list-left-icon-space: 8px;
|
|
272
|
-
$link-list-avatar-radius: 50px;
|
|
273
|
-
$link-list-avatar-margin: 8px;
|
|
274
|
-
$link-list-checkbox-icon-right: 35px;
|
|
275
|
-
$link-list-toggle-margin: 8px;
|
|
276
|
-
$link-list-icon-v-padding: 5px;
|
|
277
|
-
$link-list-v-padding-l: 0.45em;
|
|
278
|
-
$link-list-hover-color: $primary-a5 !default; // TODO: Not used, consider to remove it
|
|
279
|
-
|
|
280
|
-
// Megamenu
|
|
281
|
-
$megamenu-padding-top-desktop: $v-gap * 4;
|
|
282
|
-
$megamenu-column-gap: $v-gap * 3;
|
|
283
|
-
$megamenu-link-small-line-width: 65px;
|
|
284
|
-
$megamenu-link-small-line-margin-bottom: $v-gap;
|
|
285
|
-
$megamenu-heading-line-height: 1.2rem;
|
|
286
|
-
$megamenu-heading-font-weight: 600;
|
|
287
|
-
$megamenu-heading-bottom-margin: 24px;
|
|
288
|
-
$megamenu-heading-text-size: 1.125rem;
|
|
289
|
-
$megamenu-heading-margin-x: 28px;
|
|
290
|
-
$megamenu-linklist-link-line-height: inherit;
|
|
291
|
-
$megamenu-linklist-link-v-padding: 0.5em;
|
|
292
|
-
$megamenu-linklist-vertical-link-padding: 36px;
|
|
293
|
-
$megamenu-vertical-description-font-size: 1rem;
|
|
294
|
-
|
|
295
|
-
// Linklist footer megamenu
|
|
296
|
-
$link-list-footer-distance-bottom: 0.5rem;
|
|
297
|
-
|
|
298
|
-
// Pager
|
|
299
|
-
$pager-margin-bottom: 0.5rem;
|
|
300
|
-
$pager-item-size-mobile: 2.5rem; // 40px
|
|
301
|
-
$pager-item-size-tablet: 3rem; // 48px
|
|
302
|
-
$pager-item-border-radius: 4px;
|
|
303
|
-
$pager-item-margin-right: 5px;
|
|
304
|
-
$pager-item-current-color: $primary !default;
|
|
305
|
-
$pager-item-current-border: 1px solid $primary !default;
|
|
306
|
-
$pager-font-size: 1rem;
|
|
307
|
-
$pager-font-weight: 700;
|
|
308
|
-
$pager-font-color: $secondary !default;
|
|
309
|
-
$pager-hover-color: $primary !default;
|
|
310
|
-
$pager-icon-color: $primary !default;
|
|
311
|
-
$pager-icon-size: 1rem;
|
|
312
|
-
$pager-disabled-color: $gray-label-disabled !default;
|
|
313
|
-
$pager-jump-to-width: 4.5rem;
|
|
314
|
-
$pager-jump-to-color: $gray-secondary !default; // Kit UI
|
|
315
|
-
$pager-page-changer-padding: 12px;
|
|
316
|
-
$pager-page-changer-border-bottom: 1px solid $gray-secondary !default; // Kit UI
|
|
317
|
-
|
|
318
|
-
// Sidebar
|
|
319
|
-
$sidebar-heading-font-weight: 600;
|
|
320
|
-
$sidebar-heading-bottom-margin: 0.8rem;
|
|
321
|
-
$sidebar-heading-text-size: 1.15rem;
|
|
322
|
-
$sidebar-heading-margin-top: 4px;
|
|
323
|
-
$sidebar-heading-letter-spacing: 1px;
|
|
324
|
-
$sidebar-linklist-link-line-height: 1.5rem;
|
|
325
|
-
$sidebar-linklist-link-v-padding: 0.75rem;
|
|
326
|
-
$sidebar-link-small-line-width: 65px;
|
|
327
|
-
$sidebar-link-size: 1rem;
|
|
328
|
-
$sidebar-dropdown-icon-size: 1.5rem;
|
|
329
|
-
$sidebar-dropdown-line-selection-width: 2px;
|
|
330
|
-
$sidebar-dropdown-line-selection-color: $primary !default;
|
|
331
|
-
$sidebar-submenu-font-size: 1rem;
|
|
332
|
-
$sidebar-submenu-link-v-padding: 0.45em;
|
|
333
|
-
$sidebar-border-color: $gray-border !default;
|
|
334
|
-
|
|
335
|
-
//sidebar dark theme
|
|
336
|
-
$sidebar-dark-bg-color: $neutral-1-a8 !default; // Missing in the new UI kit
|
|
337
|
-
$sidebar-dark-text-color: $white !default;
|
|
338
|
-
$sidebar-dark-separator-color: rgba(229, 229, 229, 0.3) !default; // Missing in the new UI kit
|
|
339
|
-
|
|
340
|
-
// Navscroll
|
|
341
|
-
$navscroll-bg-color: $white !default;
|
|
342
|
-
$navscroll-toggler-color: $primary !default;
|
|
343
|
-
$navscroll-button-text-weight: 600;
|
|
344
|
-
$navscroll-top-box-shadow: 0 0px 30px 5px rgba(0, 0, 0, 0.05) !default;
|
|
345
|
-
$navscroll-bottom-box-shadow: 0 0px 30px 5px rgba(0, 0, 0, 0.05) !default;
|
|
346
|
-
$navscroll-primary-font-weight: 600;
|
|
347
|
-
$navscroll-font-size: 1rem;
|
|
348
|
-
$navscroll-selection-link-left: $sidebar-dropdown-line-selection-width solid $sidebar-dropdown-line-selection-color !default;
|
|
349
|
-
$navscroll-secondary-active-color: $color-text-primary-active !default;
|
|
350
|
-
$navscroll-links-padding: 0.55em;
|
|
351
|
-
$navscroll-bg-color-desk: $white !default;
|
|
352
|
-
$navscroll-line-color: $gray-border !default; // UI kit
|
|
353
|
-
$navscroll-backbutton-padding: $v-gap * 2 $v-gap * 3;
|
|
354
|
-
$navscroll-backbutton-weight: 600;
|
|
355
|
-
$navscroll-backbutton-margin-top: $v-gap * 3;
|
|
356
|
-
|
|
357
|
-
//navscroll dark theme mobile
|
|
358
|
-
$navscroll-dark-bg-color: $neutral-1-a8 !default; // Missing in the new UI kit
|
|
359
|
-
$navscroll-dark-text-color: $white !default;
|
|
360
|
-
$navscroll-dark-separator-color: rgba(229, 229, 229, 0.3) !default; // Missing in the new UI kit
|
|
361
|
-
|
|
362
|
-
//dialog
|
|
363
|
-
$dialog-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1) !default;
|
|
364
|
-
$modal-padding: $v-gap * 3;
|
|
365
|
-
$modal-margin: $v-gap * 6;
|
|
366
|
-
$modal-padding-close: $v-gap * 2;
|
|
367
|
-
$modal-heading-color: $color-text-base !default; // UI kit
|
|
368
|
-
$modal-icon-color: $primary !default;
|
|
369
|
-
$modal-icon-distance: $v-gap * 2;
|
|
370
|
-
$modal-alert-p-distance: 32px + $v-gap * 2;
|
|
371
|
-
$modal-heading-border: 1px solid $color-border-subtle !default;
|
|
372
|
-
$modal-sticky-bg: $white !default;
|
|
373
|
-
$modal-body-height: 50vh;
|
|
374
|
-
$modal-popconfirm-p-size-mobile: 0.875rem;
|
|
375
|
-
$modal-popconfirm-p-size: 1rem;
|
|
376
|
-
$modal-popconfirm-max-width: 300px;
|
|
377
|
-
|
|
378
|
-
// ##### HEADER #####
|
|
379
|
-
|
|
380
|
-
// Header Slim
|
|
381
|
-
$header-general-padding: $v-gap * 3;
|
|
382
|
-
$header-slim-height: 48px;
|
|
383
|
-
$header-slim-bg-color: $primary-a7 !default;
|
|
384
|
-
$header-slim-text-color: $white !default;
|
|
385
|
-
$header-slim-button-color: $primary-a9 !default;
|
|
386
|
-
$header-slim-button-hover-color: $primary-a8 !default;
|
|
387
|
-
$header-slim-brand-text-size: 0.875rem;
|
|
388
|
-
$header-slim-icon-size: 18px;
|
|
389
|
-
$header-slim-padding-desk: 3px $v-gap * 3;
|
|
390
|
-
$header-slim-dropdown-distance: 14px;
|
|
391
|
-
$header-slim-dropdown-distance-mob: 9px;
|
|
392
|
-
$header-slim-links-padding: 7px;
|
|
393
|
-
$header-slim-brand-padding: 12px;
|
|
394
|
-
$header-slim-button-v-padding: 7.5px;
|
|
395
|
-
$header-slim-lang-v-padding: 12px;
|
|
396
|
-
$header-slim-h-padding: 18px;
|
|
397
|
-
$header-slim-v-padding-mob: 6.5px;
|
|
398
|
-
// Header Slim theme light
|
|
399
|
-
$header-slim-theme-light-bg-color: $white !default;
|
|
400
|
-
$header-slim-theme-light-text-color: $primary !default;
|
|
401
|
-
$header-slim-theme-light-button-color: $primary !default;
|
|
402
|
-
$header-slim-theme-light-button-hover-color: $primary !default;
|
|
403
|
-
|
|
404
|
-
// Header Center
|
|
405
|
-
$header-center-bg-color: $primary !default;
|
|
406
|
-
$header-center-text-color: $white !default;
|
|
407
|
-
$header-center-max-height: 120px;
|
|
408
|
-
$header-center-max-height-mob: 80px;
|
|
409
|
-
$header-center-pad: 47px;
|
|
410
|
-
$header-center-pad-mob: 16px;
|
|
411
|
-
$header-center-h2-size: 1.75rem;
|
|
412
|
-
$header-center-h2-size-mob: 1.25rem;
|
|
413
|
-
$header-center-h2-weight: 600;
|
|
414
|
-
$header-center-h3-size: 0.875rem;
|
|
415
|
-
$header-center-icon-size: 82px;
|
|
416
|
-
$header-center-icon-size-mob: 48px;
|
|
417
|
-
$header-center-icon-margin: $v-gap * 2;
|
|
418
|
-
$header-center-icon-margin-mob: $v-gap;
|
|
419
|
-
$header-center-social-size: $v-gap * 3;
|
|
420
|
-
$header-center-social-distance: $v-gap * 2;
|
|
421
|
-
$header-center-search-size: $v-gap * 6;
|
|
422
|
-
$header-center-search-radius: $v-gap * 3;
|
|
423
|
-
$header-center-search-icon-size: $v-gap * 3;
|
|
424
|
-
$header-center-search-distance: $v-gap * 10;
|
|
425
|
-
$header-center-text-size: 0.875rem;
|
|
426
|
-
$header-center-button-left: 10px;
|
|
427
|
-
$header-nav-button-distance: 22px;
|
|
428
|
-
$header-nav-icon-arrow-megamenu-distance: 14px;
|
|
429
|
-
$header-center-small-height: 104px;
|
|
430
|
-
$header-center-small-mob-height: 64px;
|
|
431
|
-
$header-center-small-h2-size: 1.25rem;
|
|
432
|
-
$header-center-small-h3-size: 0.75rem;
|
|
433
|
-
// Header Center theme light
|
|
434
|
-
$header-center-theme-light-bg-color: $white !default;
|
|
435
|
-
$header-center-theme-light-text-color: $primary !default;
|
|
436
|
-
|
|
437
|
-
// Anchors vertical offset:
|
|
438
|
-
$anchor-v-offset-lg: 72px;
|
|
439
|
-
$anchor-v-offset: $header-center-max-height-mob + 16px;
|
|
440
|
-
|
|
441
|
-
//cards
|
|
442
|
-
$card-padding: $v-gap * 3;
|
|
443
|
-
$card-h5-size: 1.125rem;
|
|
444
|
-
$card-h5-line-height: 1.5rem;
|
|
445
|
-
$card-h5-fw: 700;
|
|
446
|
-
$card-h5-color: $color-text-secondary !default; // UI kit
|
|
447
|
-
$card-p-size: 1rem;
|
|
448
|
-
$card-p-size-desk: 1.125rem;
|
|
449
|
-
$card-p-l-h: 1.5rem;
|
|
450
|
-
$card-p-color: $color-text-base !default;
|
|
451
|
-
$card-border-color: $gray-border !default; // Missing in the UI kit but aligned to new colors
|
|
452
|
-
$card-small-line-height: 1px;
|
|
453
|
-
$card-small-line-w: 128px;
|
|
454
|
-
$card-small-line-color: $neutral-1-a2 !default; // Not used
|
|
455
|
-
$card-small-line-margin: $v-gap * 6;
|
|
456
|
-
$card-category-size: 0.875rem;
|
|
457
|
-
$card-category-l-spacing: 0.9px;
|
|
458
|
-
$card-category-m-bottom: $v-gap * 2;
|
|
459
|
-
$card-big-head-size: 1.5rem;
|
|
460
|
-
$card-big-head-l-h: 1.75rem;
|
|
461
|
-
$card-signature-size: 0.875rem;
|
|
462
|
-
$card-link-color: $primary !default;
|
|
463
|
-
$card-link-icon-size: $v-gap * 2;
|
|
464
|
-
$card-cat-icon-block-margin: $v-gap * 2;
|
|
465
|
-
$card-cat-icon-size: $v-gap * 5;
|
|
466
|
-
$card-simple-link-margin: $v-gap * 4;
|
|
467
|
-
$card-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1) !default;
|
|
468
|
-
$card-shadow-bg: $white !default;
|
|
469
|
-
$card-big-h5-size: 1.25rem;
|
|
470
|
-
$card-big-h5-l-h: 1.5rem;
|
|
471
|
-
$card-big-p-size: 1.125rem;
|
|
472
|
-
$card-big-p-l-h: 1.5rem;
|
|
473
|
-
$card-big-top-icon-size: $v-gap * 10;
|
|
474
|
-
$card-img-heading-size: 1.1111111111111112rem; // FIXME
|
|
475
|
-
$card-img-heading-l-h: 1.5555555555555556rem;
|
|
476
|
-
$special-card-img-width: 174px;
|
|
477
|
-
// flag icon
|
|
478
|
-
$flag-icon-color: $primary !default;
|
|
479
|
-
$flag-icon-h: $v-gap * 6;
|
|
480
|
-
$flag-icon-w: $v-gap * 4;
|
|
481
|
-
// tag
|
|
482
|
-
$tag-radius: 50px;
|
|
483
|
-
|
|
484
|
-
// select
|
|
485
|
-
$select-label-size: 0.875rem;
|
|
486
|
-
$select-label-color: $color-text-base !default; // UI kit
|
|
487
|
-
$select-label-weight: 600;
|
|
488
|
-
$select-button-border: 1px solid $select-label-color !default;
|
|
489
|
-
$select-button-padding: $v-gap !default;
|
|
490
|
-
$select-button-text-size: 1rem;
|
|
491
|
-
$select-dd-shadow: $dialog-shadow !default;
|
|
492
|
-
$select-dd-text-size: 1rem;
|
|
493
|
-
$select-dd-link-color: $primary !default;
|
|
494
|
-
$select-dd-link-color-active: $color-text-primary-active !default; // UI kit
|
|
495
|
-
$select-dd-small-separator-width: 65px;
|
|
496
|
-
$select-dd-small-separator-bg: $gray-border !default; // UI kit
|
|
497
|
-
$select-dd-icon-size: $v-gap * 3;
|
|
498
|
-
$select-dd-icon-flag-top: 10px;
|
|
499
|
-
$select-dd-pill-font-size: 0.7777777777777778rem; // FIXME
|
|
500
|
-
$select-dd-pill-distance: $v-gap;
|
|
501
|
-
$select-dd-pill-font-w: 700;
|
|
502
|
-
$select-dd-header-size: 0.875rem;
|
|
503
|
-
$select-dd-header-w: 600;
|
|
504
|
-
$select-dd-check-height: 30px;
|
|
505
|
-
|
|
506
|
-
//date picker
|
|
507
|
-
$dp-label-color: $color-text-base !default;
|
|
508
|
-
$dp-border-bottom: 1px solid $dp-label-color !default; // TODO Not found - need more attention
|
|
509
|
-
$dp-shadow: $dialog-shadow;
|
|
510
|
-
$dp-arrow-size: $v-gap * 2;
|
|
511
|
-
$dp-month-size: 0.875rem;
|
|
512
|
-
$dp-month-l-spacing: 0.1px;
|
|
513
|
-
$dp-grid-size: 0.75rem;
|
|
514
|
-
$dp-current-size: $v-gap * 4;
|
|
515
|
-
|
|
516
|
-
//hero
|
|
517
|
-
$hero-bg-color: $primary !default;
|
|
518
|
-
$hero-height-desk: 620px;
|
|
519
|
-
$hero-height-mob: 380px;
|
|
520
|
-
$hero-height-sm-desk: 400px;
|
|
521
|
-
$hero-height-sm-tab: 300px;
|
|
522
|
-
$hero-height-sm-mob: 230px;
|
|
523
|
-
$hero-text-padding: $v-gap * 3;
|
|
524
|
-
$hero-text-color: $white !default;
|
|
525
|
-
$hero-cat-size: 1rem;
|
|
526
|
-
$hero-heading-size: 2rem;
|
|
527
|
-
$hero-heding-size-desk: 2.6666666666666665rem;
|
|
528
|
-
$hero-p-size: 1rem;
|
|
529
|
-
$hero-cat-spacing: $card-category-l-spacing !default;
|
|
530
|
-
$hero-text-padding-desk: 120px;
|
|
531
|
-
$hero-dark-bg: rgba($neutral-1-a10, 0.54) !default; // Missing in the UI kit
|
|
532
|
-
$hero-primary-bg: rgba($primary, 0.85) !default;
|
|
533
|
-
$hero-negative-margin: 80px;
|
|
534
|
-
$hero-negative-margin-desk: 80px;
|
|
535
|
-
$hero-negative-bottom-padding: 240px;
|
|
536
|
-
$hero-negative-bottom-padding-mob: 136px;
|
|
537
|
-
|
|
538
|
-
// Carousel
|
|
539
|
-
$crs-margin-bottom: $v-gap * 3;
|
|
540
|
-
$crs-mob-live-padding: $v-gap * 2;
|
|
541
|
-
$crs-dots-simension: $v-gap;
|
|
542
|
-
$crs-dots-color: hsl(210, 83%, 77%) !default;
|
|
543
|
-
$crs-dots-margin-left: 38px;
|
|
544
|
-
$crs-dots-margin-left-desk: $v-gap * 2;
|
|
545
|
-
$crs-heading-h-padding: $v-gap * 3;
|
|
546
|
-
$crs-heading-h-size: 1.75rem;
|
|
547
|
-
$crs-landcape-card-padding: $v-gap * 6;
|
|
548
|
-
$crs-landcape-bottom: 5px;
|
|
549
|
-
|
|
550
|
-
// Gridlist **************
|
|
551
|
-
$grid-item-df-proportion: 66.81222707423581%;
|
|
552
|
-
$grid-item-df-double-proportion: 33.4061135371179%;
|
|
553
|
-
$grid-item-text-size: 0.75rem;
|
|
554
|
-
$grid-item-text-color: $neutral-1 !default; // Missing in the UI kit - need more attention
|
|
555
|
-
$grid-item-text-overlay-bg: $neutral-1-a10 !default; // Missing in the UI kit - need more attention
|
|
556
|
-
$grid-list-default-gap: 2px;
|
|
557
|
-
$grid-list-text-gap: $v-gap;
|
|
558
|
-
$grid-item-sm-col: 50%;
|
|
559
|
-
$grid-item-lg-col: 33.333333%;
|
|
560
|
-
$grid-item-icon-size: 24px;
|
|
561
|
-
$grid-item-overlay: hsla(210%, 54%, 20, 0.85);
|
|
562
|
-
|
|
563
|
-
// list
|
|
564
|
-
$list-font-size: 1rem;
|
|
565
|
-
$list-text-padding: $v-gap * 2 0 $v-gap * 2 0;
|
|
566
|
-
$list-border-color: $gray-border !default; // UI kit
|
|
567
|
-
$list-metadata-color: $color-text-muted !default; // Missing in the UI kit but token applicable
|
|
568
|
-
$list-metadata-size: 0.75rem;
|
|
569
|
-
$list-metadata-space: 0.5px;
|
|
570
|
-
$list-sub-size: 0.875rem;
|
|
571
|
-
$list-sub-color: $color-text-muted !default; // UI kit
|
|
572
|
-
|
|
573
|
-
//chips
|
|
574
|
-
$chips-background: $color-background-muted !default; // UI kit
|
|
575
|
-
$chips-background-hover: $color-background-secondary-hover !default; // UI kit
|
|
576
|
-
$chips-label-color: $color-text-secondary !default; // UI kit
|
|
577
|
-
$chips-label-color-disabled: $gray-label-disabled !default; // UI kit
|
|
578
|
-
$chips-label-font-size: 0.875rem;
|
|
579
|
-
$chips-label-font-size-l: 1rem;
|
|
580
|
-
$chips-border: $color-border-subtle !default;
|
|
581
|
-
|
|
582
|
-
// stepper
|
|
583
|
-
$stepper-spacing-h: 24px;
|
|
584
|
-
$stepper-spacing-v: 16px;
|
|
585
|
-
|
|
586
|
-
// transfer
|
|
587
|
-
$transfer-border: 1px solid $neutral-1-a3 !default; // TODO Not found
|
|
588
|
-
$transfer-descr-size: 0.75rem;
|
|
589
|
-
$transfer-descr-color: $neutral-1-a8 !default; // TODO Not found
|
|
590
|
-
$transfer-header-line-color: $neutral-1-a3 !default; // TODO Not found
|
|
591
|
-
$transfer-header-line-w: 65px;
|
|
592
|
-
$transfer-height: 240px;
|
|
593
|
-
|
|
594
|
-
//Timeline
|
|
595
|
-
$timeline-width: 4px;
|
|
596
|
-
$timeline-padding: 12px;
|
|
597
|
-
$timeline-border-color: linear-gradient(0deg, $primary 0%, hsl(210, 100%, 20%) 100%) !default; // UI kit
|
|
598
|
-
$timeline-pin-size: $v-gap * 3;
|
|
599
|
-
$timeline-pin-background: hsl(210, 100%, 20%); // color-blue-20
|
|
600
|
-
$timeline-pin-circle-size: 48px;
|
|
601
|
-
$timeline-pin-circle-border: $v-gap solid $white !default;
|
|
602
|
-
$timeline-content-padding: 18px 0 18px 40px;
|
|
603
|
-
$timeline-content-padding-reverse: 18px 40px 18px 18px;
|
|
604
|
-
|
|
605
|
-
//Sections
|
|
606
|
-
$section-header-background-color: $primary-a7 !default; // Missing in the UI kit
|
|
607
|
-
$section-user-header-background-color: $primary-a1 !default; // Missing in the UI kit
|
|
608
|
-
|
|
609
|
-
// Grid breakpoints
|
|
610
|
-
// Define the minimum dimensions at which your layout will change,
|
|
611
|
-
// adapting to different screen sizes, for use in media queries.
|
|
612
|
-
$grid-breakpoints: (
|
|
613
|
-
xs: 0,
|
|
614
|
-
sm: 576px,
|
|
615
|
-
md: 768px,
|
|
616
|
-
lg: 992px,
|
|
617
|
-
xl: 1200px,
|
|
618
|
-
xxl: 1400px,
|
|
619
|
-
) !default;
|
|
620
|
-
|
|
621
|
-
// Hover states breackpoint
|
|
622
|
-
// Define minimum dimension for over states activation
|
|
623
|
-
$grid-breakpoints-hover: 1025px;
|
|
624
|
-
// Grid containers
|
|
625
|
-
// Define the maximum width of `.container` for different screen sizes.
|
|
626
|
-
$container-max-widths: (
|
|
627
|
-
sm: 540px,
|
|
628
|
-
md: 720px,
|
|
629
|
-
lg: 960px,
|
|
630
|
-
xl: 1176px,
|
|
631
|
-
xxl: 1320px,
|
|
632
|
-
) !default;
|
|
633
|
-
|
|
634
|
-
$badge-padding-y: 0.25em;
|
|
635
|
-
$badge-padding-x: 0.4em;
|
|
636
|
-
|
|
637
|
-
//Autocomplete
|
|
638
|
-
$autocomplete-border: 1px solid $gray-400 !default;
|
|
639
|
-
$autocomplete-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05) !default;
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
/* stylelint-disable */
|
|
2
|
-
@import 'accessible-autocomplete/dist/accessible-autocomplete.min';
|
|
3
|
-
/* stylelint-enable */
|
|
4
|
-
|
|
5
|
-
.autocomplete__wrapper {
|
|
6
|
-
.autocomplete__menu {
|
|
7
|
-
border: $autocomplete-border;
|
|
8
|
-
border-top: none;
|
|
9
|
-
width: 100%;
|
|
10
|
-
position: absolute;
|
|
11
|
-
top: 100%;
|
|
12
|
-
z-index: 10;
|
|
13
|
-
box-shadow: $autocomplete-box-shadow;
|
|
14
|
-
.autocomplete__hint,
|
|
15
|
-
.autocomplete__option {
|
|
16
|
-
padding: 12px 24px;
|
|
17
|
-
background-color: #fff;
|
|
18
|
-
border: none;
|
|
19
|
-
font-size: 0.875rem;
|
|
20
|
-
font-weight: 600;
|
|
21
|
-
&:hover,
|
|
22
|
-
&:focus {
|
|
23
|
-
color: $primary;
|
|
24
|
-
}
|
|
25
|
-
&:focus {
|
|
26
|
-
border: 2px solid $focus-outline-color;
|
|
27
|
-
}
|
|
28
|
-
}
|
|
29
|
-
}
|
|
30
|
-
}
|