publishing_platform_publishing_components 0.1.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.
- checksums.yaml +7 -0
- data/LICENSE +22 -0
- data/README.md +2 -0
- data/Rakefile +41 -0
- data/app/assets/builds/gemkeep +0 -0
- data/app/assets/config/publishing_platform_publishing_components_manifest.js +2 -0
- data/app/assets/images/publishing_platform_publishing_components/gemkeep +0 -0
- data/app/assets/stylesheets/publishing_platform_publishing_components/_all_components.scss +3 -0
- data/app/assets/stylesheets/publishing_platform_publishing_components/components/_attachment.scss +117 -0
- data/app/assets/stylesheets/publishing_platform_publishing_components/components/_summary-list.scss +169 -0
- data/app/controllers/publishing_platform_publishing_components/application_controller.rb +4 -0
- data/app/helpers/publishing_platform_publishing_components/application_helper.rb +4 -0
- data/app/models/publishing_platform_publishing_components/component_doc.rb +90 -0
- data/app/models/publishing_platform_publishing_components/component_docs.rb +57 -0
- data/app/models/publishing_platform_publishing_components/component_example.rb +104 -0
- data/app/models/publishing_platform_publishing_components/shared_accessibility_criteria.rb +37 -0
- data/app/views/publishing_platform_publishing_components/component_doc/_component_output.html.erb +15 -0
- data/app/views/publishing_platform_publishing_components/components/_attachment.html.erb +91 -0
- data/app/views/publishing_platform_publishing_components/components/_error_summary.html.erb +38 -0
- data/app/views/publishing_platform_publishing_components/components/_summary_list.html.erb +135 -0
- data/app/views/publishing_platform_publishing_components/components/attachment/_thumbnail_document.html.erb +3 -0
- data/app/views/publishing_platform_publishing_components/components/attachment/_thumbnail_external.html.erb +3 -0
- data/app/views/publishing_platform_publishing_components/components/attachment/_thumbnail_generic.html.erb +4 -0
- data/app/views/publishing_platform_publishing_components/components/attachment/_thumbnail_html.html.erb +3 -0
- data/app/views/publishing_platform_publishing_components/components/attachment/_thumbnail_pdf.html.erb +3 -0
- data/app/views/publishing_platform_publishing_components/components/attachment/_thumbnail_spreadsheet.html.erb +5 -0
- data/app/views/publishing_platform_publishing_components/components/docs/attachment.yml +104 -0
- data/app/views/publishing_platform_publishing_components/components/docs/error_summary.yml +51 -0
- data/app/views/publishing_platform_publishing_components/components/docs/summary_list.yml +137 -0
- data/config/initializers/assets.rb +24 -0
- data/config/routes.rb +2 -0
- data/lib/publishing_platform_publishing_components/config.rb +25 -0
- data/lib/publishing_platform_publishing_components/engine.rb +5 -0
- data/lib/publishing_platform_publishing_components/presenters/attachment_helper.rb +176 -0
- data/lib/publishing_platform_publishing_components/presenters/component_wrapper_helper.rb +290 -0
- data/lib/publishing_platform_publishing_components/presenters/shared_helper.rb +24 -0
- data/lib/publishing_platform_publishing_components/version.rb +3 -0
- data/lib/publishing_platform_publishing_components.rb +10 -0
- data/lib/tasks/publishing_platform_publishing_components_tasks.rake +4 -0
- data/node_modules/bootstrap/LICENSE +21 -0
- data/node_modules/bootstrap/README.md +246 -0
- data/node_modules/bootstrap/dist/css/bootstrap-grid.css +4085 -0
- data/node_modules/bootstrap/dist/css/bootstrap-grid.css.map +1 -0
- data/node_modules/bootstrap/dist/css/bootstrap-grid.min.css +6 -0
- data/node_modules/bootstrap/dist/css/bootstrap-grid.min.css.map +1 -0
- data/node_modules/bootstrap/dist/css/bootstrap-grid.rtl.css +4084 -0
- data/node_modules/bootstrap/dist/css/bootstrap-grid.rtl.css.map +1 -0
- data/node_modules/bootstrap/dist/css/bootstrap-grid.rtl.min.css +6 -0
- data/node_modules/bootstrap/dist/css/bootstrap-grid.rtl.min.css.map +1 -0
- data/node_modules/bootstrap/dist/css/bootstrap-reboot.css +601 -0
- data/node_modules/bootstrap/dist/css/bootstrap-reboot.css.map +1 -0
- data/node_modules/bootstrap/dist/css/bootstrap-reboot.min.css +6 -0
- data/node_modules/bootstrap/dist/css/bootstrap-reboot.min.css.map +1 -0
- data/node_modules/bootstrap/dist/css/bootstrap-reboot.rtl.css +598 -0
- data/node_modules/bootstrap/dist/css/bootstrap-reboot.rtl.css.map +1 -0
- data/node_modules/bootstrap/dist/css/bootstrap-reboot.rtl.min.css +6 -0
- data/node_modules/bootstrap/dist/css/bootstrap-reboot.rtl.min.css.map +1 -0
- data/node_modules/bootstrap/dist/css/bootstrap-utilities.css +5406 -0
- data/node_modules/bootstrap/dist/css/bootstrap-utilities.css.map +1 -0
- data/node_modules/bootstrap/dist/css/bootstrap-utilities.min.css +6 -0
- data/node_modules/bootstrap/dist/css/bootstrap-utilities.min.css.map +1 -0
- data/node_modules/bootstrap/dist/css/bootstrap-utilities.rtl.css +5397 -0
- data/node_modules/bootstrap/dist/css/bootstrap-utilities.rtl.css.map +1 -0
- data/node_modules/bootstrap/dist/css/bootstrap-utilities.rtl.min.css +6 -0
- data/node_modules/bootstrap/dist/css/bootstrap-utilities.rtl.min.css.map +1 -0
- data/node_modules/bootstrap/dist/css/bootstrap.css +12048 -0
- data/node_modules/bootstrap/dist/css/bootstrap.css.map +1 -0
- data/node_modules/bootstrap/dist/css/bootstrap.min.css +6 -0
- data/node_modules/bootstrap/dist/css/bootstrap.min.css.map +1 -0
- data/node_modules/bootstrap/dist/css/bootstrap.rtl.css +12021 -0
- data/node_modules/bootstrap/dist/css/bootstrap.rtl.css.map +1 -0
- data/node_modules/bootstrap/dist/css/bootstrap.rtl.min.css +6 -0
- data/node_modules/bootstrap/dist/css/bootstrap.rtl.min.css.map +1 -0
- data/node_modules/bootstrap/dist/js/bootstrap.bundle.js +6312 -0
- data/node_modules/bootstrap/dist/js/bootstrap.bundle.js.map +1 -0
- data/node_modules/bootstrap/dist/js/bootstrap.bundle.min.js +7 -0
- data/node_modules/bootstrap/dist/js/bootstrap.bundle.min.js.map +1 -0
- data/node_modules/bootstrap/dist/js/bootstrap.esm.js +4447 -0
- data/node_modules/bootstrap/dist/js/bootstrap.esm.js.map +1 -0
- data/node_modules/bootstrap/dist/js/bootstrap.esm.min.js +7 -0
- data/node_modules/bootstrap/dist/js/bootstrap.esm.min.js.map +1 -0
- data/node_modules/bootstrap/dist/js/bootstrap.js +4494 -0
- data/node_modules/bootstrap/dist/js/bootstrap.js.map +1 -0
- data/node_modules/bootstrap/dist/js/bootstrap.min.js +7 -0
- data/node_modules/bootstrap/dist/js/bootstrap.min.js.map +1 -0
- data/node_modules/bootstrap/js/dist/alert.js +90 -0
- data/node_modules/bootstrap/js/dist/alert.js.map +1 -0
- data/node_modules/bootstrap/js/dist/base-component.js +86 -0
- data/node_modules/bootstrap/js/dist/base-component.js.map +1 -0
- data/node_modules/bootstrap/js/dist/button.js +79 -0
- data/node_modules/bootstrap/js/dist/button.js.map +1 -0
- data/node_modules/bootstrap/js/dist/carousel.js +388 -0
- data/node_modules/bootstrap/js/dist/carousel.js.map +1 -0
- data/node_modules/bootstrap/js/dist/collapse.js +249 -0
- data/node_modules/bootstrap/js/dist/collapse.js.map +1 -0
- data/node_modules/bootstrap/js/dist/dom/data.js +63 -0
- data/node_modules/bootstrap/js/dist/dom/data.js.map +1 -0
- data/node_modules/bootstrap/js/dist/dom/event-handler.js +237 -0
- data/node_modules/bootstrap/js/dist/dom/event-handler.js.map +1 -0
- data/node_modules/bootstrap/js/dist/dom/manipulator.js +72 -0
- data/node_modules/bootstrap/js/dist/dom/manipulator.js.map +1 -0
- data/node_modules/bootstrap/js/dist/dom/selector-engine.js +104 -0
- data/node_modules/bootstrap/js/dist/dom/selector-engine.js.map +1 -0
- data/node_modules/bootstrap/js/dist/dropdown.js +402 -0
- data/node_modules/bootstrap/js/dist/dropdown.js.map +1 -0
- data/node_modules/bootstrap/js/dist/modal.js +320 -0
- data/node_modules/bootstrap/js/dist/modal.js.map +1 -0
- data/node_modules/bootstrap/js/dist/offcanvas.js +246 -0
- data/node_modules/bootstrap/js/dist/offcanvas.js.map +1 -0
- data/node_modules/bootstrap/js/dist/popover.js +96 -0
- data/node_modules/bootstrap/js/dist/popover.js.map +1 -0
- data/node_modules/bootstrap/js/dist/scrollspy.js +275 -0
- data/node_modules/bootstrap/js/dist/scrollspy.js.map +1 -0
- data/node_modules/bootstrap/js/dist/tab.js +285 -0
- data/node_modules/bootstrap/js/dist/tab.js.map +1 -0
- data/node_modules/bootstrap/js/dist/toast.js +198 -0
- data/node_modules/bootstrap/js/dist/toast.js.map +1 -0
- data/node_modules/bootstrap/js/dist/tooltip.js +546 -0
- data/node_modules/bootstrap/js/dist/tooltip.js.map +1 -0
- data/node_modules/bootstrap/js/dist/util/backdrop.js +139 -0
- data/node_modules/bootstrap/js/dist/util/backdrop.js.map +1 -0
- data/node_modules/bootstrap/js/dist/util/component-functions.js +42 -0
- data/node_modules/bootstrap/js/dist/util/component-functions.js.map +1 -0
- data/node_modules/bootstrap/js/dist/util/config.js +68 -0
- data/node_modules/bootstrap/js/dist/util/config.js.map +1 -0
- data/node_modules/bootstrap/js/dist/util/focustrap.js +113 -0
- data/node_modules/bootstrap/js/dist/util/focustrap.js.map +1 -0
- data/node_modules/bootstrap/js/dist/util/index.js +281 -0
- data/node_modules/bootstrap/js/dist/util/index.js.map +1 -0
- data/node_modules/bootstrap/js/dist/util/sanitizer.js +113 -0
- data/node_modules/bootstrap/js/dist/util/sanitizer.js.map +1 -0
- data/node_modules/bootstrap/js/dist/util/scrollbar.js +113 -0
- data/node_modules/bootstrap/js/dist/util/scrollbar.js.map +1 -0
- data/node_modules/bootstrap/js/dist/util/swipe.js +135 -0
- data/node_modules/bootstrap/js/dist/util/swipe.js.map +1 -0
- data/node_modules/bootstrap/js/dist/util/template-factory.js +151 -0
- data/node_modules/bootstrap/js/dist/util/template-factory.js.map +1 -0
- data/node_modules/bootstrap/js/index.esm.js +19 -0
- data/node_modules/bootstrap/js/index.umd.js +34 -0
- data/node_modules/bootstrap/js/src/alert.js +87 -0
- data/node_modules/bootstrap/js/src/base-component.js +86 -0
- data/node_modules/bootstrap/js/src/button.js +72 -0
- data/node_modules/bootstrap/js/src/carousel.js +474 -0
- data/node_modules/bootstrap/js/src/collapse.js +297 -0
- data/node_modules/bootstrap/js/src/dom/data.js +55 -0
- data/node_modules/bootstrap/js/src/dom/event-handler.js +317 -0
- data/node_modules/bootstrap/js/src/dom/manipulator.js +71 -0
- data/node_modules/bootstrap/js/src/dom/selector-engine.js +126 -0
- data/node_modules/bootstrap/js/src/dropdown.js +455 -0
- data/node_modules/bootstrap/js/src/modal.js +378 -0
- data/node_modules/bootstrap/js/src/offcanvas.js +282 -0
- data/node_modules/bootstrap/js/src/popover.js +97 -0
- data/node_modules/bootstrap/js/src/scrollspy.js +296 -0
- data/node_modules/bootstrap/js/src/tab.js +315 -0
- data/node_modules/bootstrap/js/src/toast.js +224 -0
- data/node_modules/bootstrap/js/src/tooltip.js +633 -0
- data/node_modules/bootstrap/js/src/util/backdrop.js +151 -0
- data/node_modules/bootstrap/js/src/util/component-functions.js +35 -0
- data/node_modules/bootstrap/js/src/util/config.js +65 -0
- data/node_modules/bootstrap/js/src/util/focustrap.js +115 -0
- data/node_modules/bootstrap/js/src/util/index.js +306 -0
- data/node_modules/bootstrap/js/src/util/sanitizer.js +116 -0
- data/node_modules/bootstrap/js/src/util/scrollbar.js +114 -0
- data/node_modules/bootstrap/js/src/util/swipe.js +146 -0
- data/node_modules/bootstrap/js/src/util/template-factory.js +160 -0
- data/node_modules/bootstrap/package.json +210 -0
- data/node_modules/bootstrap/scss/_accordion.scss +153 -0
- data/node_modules/bootstrap/scss/_alert.scss +68 -0
- data/node_modules/bootstrap/scss/_badge.scss +38 -0
- data/node_modules/bootstrap/scss/_breadcrumb.scss +40 -0
- data/node_modules/bootstrap/scss/_button-group.scss +147 -0
- data/node_modules/bootstrap/scss/_buttons.scss +216 -0
- data/node_modules/bootstrap/scss/_card.scss +238 -0
- data/node_modules/bootstrap/scss/_carousel.scss +226 -0
- data/node_modules/bootstrap/scss/_close.scss +66 -0
- data/node_modules/bootstrap/scss/_containers.scss +41 -0
- data/node_modules/bootstrap/scss/_dropdown.scss +250 -0
- data/node_modules/bootstrap/scss/_forms.scss +9 -0
- data/node_modules/bootstrap/scss/_functions.scss +302 -0
- data/node_modules/bootstrap/scss/_grid.scss +39 -0
- data/node_modules/bootstrap/scss/_helpers.scss +12 -0
- data/node_modules/bootstrap/scss/_images.scss +42 -0
- data/node_modules/bootstrap/scss/_list-group.scss +199 -0
- data/node_modules/bootstrap/scss/_maps.scss +174 -0
- data/node_modules/bootstrap/scss/_mixins.scss +42 -0
- data/node_modules/bootstrap/scss/_modal.scss +240 -0
- data/node_modules/bootstrap/scss/_nav.scss +197 -0
- data/node_modules/bootstrap/scss/_navbar.scss +289 -0
- data/node_modules/bootstrap/scss/_offcanvas.scss +147 -0
- data/node_modules/bootstrap/scss/_pagination.scss +109 -0
- data/node_modules/bootstrap/scss/_placeholders.scss +51 -0
- data/node_modules/bootstrap/scss/_popover.scss +196 -0
- data/node_modules/bootstrap/scss/_progress.scss +68 -0
- data/node_modules/bootstrap/scss/_reboot.scss +617 -0
- data/node_modules/bootstrap/scss/_root.scss +187 -0
- data/node_modules/bootstrap/scss/_spinners.scss +86 -0
- data/node_modules/bootstrap/scss/_tables.scss +171 -0
- data/node_modules/bootstrap/scss/_toasts.scss +73 -0
- data/node_modules/bootstrap/scss/_tooltip.scss +119 -0
- data/node_modules/bootstrap/scss/_transitions.scss +27 -0
- data/node_modules/bootstrap/scss/_type.scss +106 -0
- data/node_modules/bootstrap/scss/_utilities.scss +806 -0
- data/node_modules/bootstrap/scss/_variables-dark.scss +102 -0
- data/node_modules/bootstrap/scss/_variables.scss +1753 -0
- data/node_modules/bootstrap/scss/bootstrap-grid.scss +62 -0
- data/node_modules/bootstrap/scss/bootstrap-reboot.scss +10 -0
- data/node_modules/bootstrap/scss/bootstrap-utilities.scss +19 -0
- data/node_modules/bootstrap/scss/bootstrap.scss +52 -0
- data/node_modules/bootstrap/scss/forms/_floating-labels.scss +97 -0
- data/node_modules/bootstrap/scss/forms/_form-check.scss +189 -0
- data/node_modules/bootstrap/scss/forms/_form-control.scss +214 -0
- data/node_modules/bootstrap/scss/forms/_form-range.scss +91 -0
- data/node_modules/bootstrap/scss/forms/_form-select.scss +80 -0
- data/node_modules/bootstrap/scss/forms/_form-text.scss +11 -0
- data/node_modules/bootstrap/scss/forms/_input-group.scss +132 -0
- data/node_modules/bootstrap/scss/forms/_labels.scss +36 -0
- data/node_modules/bootstrap/scss/forms/_validation.scss +12 -0
- data/node_modules/bootstrap/scss/helpers/_clearfix.scss +3 -0
- data/node_modules/bootstrap/scss/helpers/_color-bg.scss +7 -0
- data/node_modules/bootstrap/scss/helpers/_colored-links.scss +30 -0
- data/node_modules/bootstrap/scss/helpers/_focus-ring.scss +5 -0
- data/node_modules/bootstrap/scss/helpers/_icon-link.scss +25 -0
- data/node_modules/bootstrap/scss/helpers/_position.scss +36 -0
- data/node_modules/bootstrap/scss/helpers/_ratio.scss +26 -0
- data/node_modules/bootstrap/scss/helpers/_stacks.scss +15 -0
- data/node_modules/bootstrap/scss/helpers/_stretched-link.scss +15 -0
- data/node_modules/bootstrap/scss/helpers/_text-truncation.scss +7 -0
- data/node_modules/bootstrap/scss/helpers/_visually-hidden.scss +8 -0
- data/node_modules/bootstrap/scss/helpers/_vr.scss +8 -0
- data/node_modules/bootstrap/scss/mixins/_alert.scss +18 -0
- data/node_modules/bootstrap/scss/mixins/_backdrop.scss +14 -0
- data/node_modules/bootstrap/scss/mixins/_banner.scss +7 -0
- data/node_modules/bootstrap/scss/mixins/_border-radius.scss +78 -0
- data/node_modules/bootstrap/scss/mixins/_box-shadow.scss +24 -0
- data/node_modules/bootstrap/scss/mixins/_breakpoints.scss +127 -0
- data/node_modules/bootstrap/scss/mixins/_buttons.scss +70 -0
- data/node_modules/bootstrap/scss/mixins/_caret.scss +69 -0
- data/node_modules/bootstrap/scss/mixins/_clearfix.scss +9 -0
- data/node_modules/bootstrap/scss/mixins/_color-mode.scss +21 -0
- data/node_modules/bootstrap/scss/mixins/_color-scheme.scss +7 -0
- data/node_modules/bootstrap/scss/mixins/_container.scss +11 -0
- data/node_modules/bootstrap/scss/mixins/_deprecate.scss +10 -0
- data/node_modules/bootstrap/scss/mixins/_forms.scss +163 -0
- data/node_modules/bootstrap/scss/mixins/_gradients.scss +47 -0
- data/node_modules/bootstrap/scss/mixins/_grid.scss +151 -0
- data/node_modules/bootstrap/scss/mixins/_image.scss +16 -0
- data/node_modules/bootstrap/scss/mixins/_list-group.scss +26 -0
- data/node_modules/bootstrap/scss/mixins/_lists.scss +7 -0
- data/node_modules/bootstrap/scss/mixins/_pagination.scss +10 -0
- data/node_modules/bootstrap/scss/mixins/_reset-text.scss +17 -0
- data/node_modules/bootstrap/scss/mixins/_resize.scss +6 -0
- data/node_modules/bootstrap/scss/mixins/_table-variants.scss +24 -0
- data/node_modules/bootstrap/scss/mixins/_text-truncate.scss +8 -0
- data/node_modules/bootstrap/scss/mixins/_transition.scss +26 -0
- data/node_modules/bootstrap/scss/mixins/_utilities.scss +97 -0
- data/node_modules/bootstrap/scss/mixins/_visually-hidden.scss +38 -0
- data/node_modules/bootstrap/scss/utilities/_api.scss +47 -0
- data/node_modules/bootstrap/scss/vendor/_rfs.scss +348 -0
- metadata +448 -0
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
// Range
|
|
2
|
+
//
|
|
3
|
+
// Style range inputs the same across browsers. Vendor-specific rules for pseudo
|
|
4
|
+
// elements cannot be mixed. As such, there are no shared styles for focus or
|
|
5
|
+
// active states on prefixed selectors.
|
|
6
|
+
|
|
7
|
+
.form-range {
|
|
8
|
+
width: 100%;
|
|
9
|
+
height: add($form-range-thumb-height, $form-range-thumb-focus-box-shadow-width * 2);
|
|
10
|
+
padding: 0; // Need to reset padding
|
|
11
|
+
appearance: none;
|
|
12
|
+
background-color: transparent;
|
|
13
|
+
|
|
14
|
+
&:focus {
|
|
15
|
+
outline: 0;
|
|
16
|
+
|
|
17
|
+
// Pseudo-elements must be split across multiple rulesets to have an effect.
|
|
18
|
+
// No box-shadow() mixin for focus accessibility.
|
|
19
|
+
&::-webkit-slider-thumb { box-shadow: $form-range-thumb-focus-box-shadow; }
|
|
20
|
+
&::-moz-range-thumb { box-shadow: $form-range-thumb-focus-box-shadow; }
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
&::-moz-focus-outer {
|
|
24
|
+
border: 0;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
&::-webkit-slider-thumb {
|
|
28
|
+
width: $form-range-thumb-width;
|
|
29
|
+
height: $form-range-thumb-height;
|
|
30
|
+
margin-top: ($form-range-track-height - $form-range-thumb-height) * .5; // Webkit specific
|
|
31
|
+
appearance: none;
|
|
32
|
+
@include gradient-bg($form-range-thumb-bg);
|
|
33
|
+
border: $form-range-thumb-border;
|
|
34
|
+
@include border-radius($form-range-thumb-border-radius);
|
|
35
|
+
@include box-shadow($form-range-thumb-box-shadow);
|
|
36
|
+
@include transition($form-range-thumb-transition);
|
|
37
|
+
|
|
38
|
+
&:active {
|
|
39
|
+
@include gradient-bg($form-range-thumb-active-bg);
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
&::-webkit-slider-runnable-track {
|
|
44
|
+
width: $form-range-track-width;
|
|
45
|
+
height: $form-range-track-height;
|
|
46
|
+
color: transparent; // Why?
|
|
47
|
+
cursor: $form-range-track-cursor;
|
|
48
|
+
background-color: $form-range-track-bg;
|
|
49
|
+
border-color: transparent;
|
|
50
|
+
@include border-radius($form-range-track-border-radius);
|
|
51
|
+
@include box-shadow($form-range-track-box-shadow);
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
&::-moz-range-thumb {
|
|
55
|
+
width: $form-range-thumb-width;
|
|
56
|
+
height: $form-range-thumb-height;
|
|
57
|
+
appearance: none;
|
|
58
|
+
@include gradient-bg($form-range-thumb-bg);
|
|
59
|
+
border: $form-range-thumb-border;
|
|
60
|
+
@include border-radius($form-range-thumb-border-radius);
|
|
61
|
+
@include box-shadow($form-range-thumb-box-shadow);
|
|
62
|
+
@include transition($form-range-thumb-transition);
|
|
63
|
+
|
|
64
|
+
&:active {
|
|
65
|
+
@include gradient-bg($form-range-thumb-active-bg);
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
&::-moz-range-track {
|
|
70
|
+
width: $form-range-track-width;
|
|
71
|
+
height: $form-range-track-height;
|
|
72
|
+
color: transparent;
|
|
73
|
+
cursor: $form-range-track-cursor;
|
|
74
|
+
background-color: $form-range-track-bg;
|
|
75
|
+
border-color: transparent; // Firefox specific?
|
|
76
|
+
@include border-radius($form-range-track-border-radius);
|
|
77
|
+
@include box-shadow($form-range-track-box-shadow);
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
&:disabled {
|
|
81
|
+
pointer-events: none;
|
|
82
|
+
|
|
83
|
+
&::-webkit-slider-thumb {
|
|
84
|
+
background-color: $form-range-thumb-disabled-bg;
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
&::-moz-range-thumb {
|
|
88
|
+
background-color: $form-range-thumb-disabled-bg;
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
}
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
// Select
|
|
2
|
+
//
|
|
3
|
+
// Replaces the browser default select with a custom one, mostly pulled from
|
|
4
|
+
// https://primer.github.io/.
|
|
5
|
+
|
|
6
|
+
.form-select {
|
|
7
|
+
--#{$prefix}form-select-bg-img: #{escape-svg($form-select-indicator)};
|
|
8
|
+
|
|
9
|
+
display: block;
|
|
10
|
+
width: 100%;
|
|
11
|
+
padding: $form-select-padding-y $form-select-indicator-padding $form-select-padding-y $form-select-padding-x;
|
|
12
|
+
font-family: $form-select-font-family;
|
|
13
|
+
@include font-size($form-select-font-size);
|
|
14
|
+
font-weight: $form-select-font-weight;
|
|
15
|
+
line-height: $form-select-line-height;
|
|
16
|
+
color: $form-select-color;
|
|
17
|
+
appearance: none;
|
|
18
|
+
background-color: $form-select-bg;
|
|
19
|
+
background-image: var(--#{$prefix}form-select-bg-img), var(--#{$prefix}form-select-bg-icon, none);
|
|
20
|
+
background-repeat: no-repeat;
|
|
21
|
+
background-position: $form-select-bg-position;
|
|
22
|
+
background-size: $form-select-bg-size;
|
|
23
|
+
border: $form-select-border-width solid $form-select-border-color;
|
|
24
|
+
@include border-radius($form-select-border-radius, 0);
|
|
25
|
+
@include box-shadow($form-select-box-shadow);
|
|
26
|
+
@include transition($form-select-transition);
|
|
27
|
+
|
|
28
|
+
&:focus {
|
|
29
|
+
border-color: $form-select-focus-border-color;
|
|
30
|
+
outline: 0;
|
|
31
|
+
@if $enable-shadows {
|
|
32
|
+
@include box-shadow($form-select-box-shadow, $form-select-focus-box-shadow);
|
|
33
|
+
} @else {
|
|
34
|
+
// Avoid using mixin so we can pass custom focus shadow properly
|
|
35
|
+
box-shadow: $form-select-focus-box-shadow;
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
&[multiple],
|
|
40
|
+
&[size]:not([size="1"]) {
|
|
41
|
+
padding-right: $form-select-padding-x;
|
|
42
|
+
background-image: none;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
&:disabled {
|
|
46
|
+
color: $form-select-disabled-color;
|
|
47
|
+
background-color: $form-select-disabled-bg;
|
|
48
|
+
border-color: $form-select-disabled-border-color;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
// Remove outline from select box in FF
|
|
52
|
+
&:-moz-focusring {
|
|
53
|
+
color: transparent;
|
|
54
|
+
text-shadow: 0 0 0 $form-select-color;
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
.form-select-sm {
|
|
59
|
+
padding-top: $form-select-padding-y-sm;
|
|
60
|
+
padding-bottom: $form-select-padding-y-sm;
|
|
61
|
+
padding-left: $form-select-padding-x-sm;
|
|
62
|
+
@include font-size($form-select-font-size-sm);
|
|
63
|
+
@include border-radius($form-select-border-radius-sm);
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
.form-select-lg {
|
|
67
|
+
padding-top: $form-select-padding-y-lg;
|
|
68
|
+
padding-bottom: $form-select-padding-y-lg;
|
|
69
|
+
padding-left: $form-select-padding-x-lg;
|
|
70
|
+
@include font-size($form-select-font-size-lg);
|
|
71
|
+
@include border-radius($form-select-border-radius-lg);
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
@if $enable-dark-mode {
|
|
75
|
+
@include color-mode(dark) {
|
|
76
|
+
.form-select {
|
|
77
|
+
--#{$prefix}form-select-bg-img: #{escape-svg($form-select-indicator-dark)};
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
}
|
|
@@ -0,0 +1,132 @@
|
|
|
1
|
+
//
|
|
2
|
+
// Base styles
|
|
3
|
+
//
|
|
4
|
+
|
|
5
|
+
.input-group {
|
|
6
|
+
position: relative;
|
|
7
|
+
display: flex;
|
|
8
|
+
flex-wrap: wrap; // For form validation feedback
|
|
9
|
+
align-items: stretch;
|
|
10
|
+
width: 100%;
|
|
11
|
+
|
|
12
|
+
> .form-control,
|
|
13
|
+
> .form-select,
|
|
14
|
+
> .form-floating {
|
|
15
|
+
position: relative; // For focus state's z-index
|
|
16
|
+
flex: 1 1 auto;
|
|
17
|
+
width: 1%;
|
|
18
|
+
min-width: 0; // https://stackoverflow.com/questions/36247140/why-dont-flex-items-shrink-past-content-size
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
// Bring the "active" form control to the top of surrounding elements
|
|
22
|
+
> .form-control:focus,
|
|
23
|
+
> .form-select:focus,
|
|
24
|
+
> .form-floating:focus-within {
|
|
25
|
+
z-index: 5;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
// Ensure buttons are always above inputs for more visually pleasing borders.
|
|
29
|
+
// This isn't needed for `.input-group-text` since it shares the same border-color
|
|
30
|
+
// as our inputs.
|
|
31
|
+
.btn {
|
|
32
|
+
position: relative;
|
|
33
|
+
z-index: 2;
|
|
34
|
+
|
|
35
|
+
&:focus {
|
|
36
|
+
z-index: 5;
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
// Textual addons
|
|
43
|
+
//
|
|
44
|
+
// Serves as a catch-all element for any text or radio/checkbox input you wish
|
|
45
|
+
// to prepend or append to an input.
|
|
46
|
+
|
|
47
|
+
.input-group-text {
|
|
48
|
+
display: flex;
|
|
49
|
+
align-items: center;
|
|
50
|
+
padding: $input-group-addon-padding-y $input-group-addon-padding-x;
|
|
51
|
+
@include font-size($input-font-size); // Match inputs
|
|
52
|
+
font-weight: $input-group-addon-font-weight;
|
|
53
|
+
line-height: $input-line-height;
|
|
54
|
+
color: $input-group-addon-color;
|
|
55
|
+
text-align: center;
|
|
56
|
+
white-space: nowrap;
|
|
57
|
+
background-color: $input-group-addon-bg;
|
|
58
|
+
border: $input-border-width solid $input-group-addon-border-color;
|
|
59
|
+
@include border-radius($input-border-radius);
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
// Sizing
|
|
64
|
+
//
|
|
65
|
+
// Remix the default form control sizing classes into new ones for easier
|
|
66
|
+
// manipulation.
|
|
67
|
+
|
|
68
|
+
.input-group-lg > .form-control,
|
|
69
|
+
.input-group-lg > .form-select,
|
|
70
|
+
.input-group-lg > .input-group-text,
|
|
71
|
+
.input-group-lg > .btn {
|
|
72
|
+
padding: $input-padding-y-lg $input-padding-x-lg;
|
|
73
|
+
@include font-size($input-font-size-lg);
|
|
74
|
+
@include border-radius($input-border-radius-lg);
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
.input-group-sm > .form-control,
|
|
78
|
+
.input-group-sm > .form-select,
|
|
79
|
+
.input-group-sm > .input-group-text,
|
|
80
|
+
.input-group-sm > .btn {
|
|
81
|
+
padding: $input-padding-y-sm $input-padding-x-sm;
|
|
82
|
+
@include font-size($input-font-size-sm);
|
|
83
|
+
@include border-radius($input-border-radius-sm);
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
.input-group-lg > .form-select,
|
|
87
|
+
.input-group-sm > .form-select {
|
|
88
|
+
padding-right: $form-select-padding-x + $form-select-indicator-padding;
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
|
|
92
|
+
// Rounded corners
|
|
93
|
+
//
|
|
94
|
+
// These rulesets must come after the sizing ones to properly override sm and lg
|
|
95
|
+
// border-radius values when extending. They're more specific than we'd like
|
|
96
|
+
// with the `.input-group >` part, but without it, we cannot override the sizing.
|
|
97
|
+
|
|
98
|
+
// stylelint-disable-next-line no-duplicate-selectors
|
|
99
|
+
.input-group {
|
|
100
|
+
&:not(.has-validation) {
|
|
101
|
+
> :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
|
|
102
|
+
> .dropdown-toggle:nth-last-child(n + 3),
|
|
103
|
+
> .form-floating:not(:last-child) > .form-control,
|
|
104
|
+
> .form-floating:not(:last-child) > .form-select {
|
|
105
|
+
@include border-end-radius(0);
|
|
106
|
+
}
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
&.has-validation {
|
|
110
|
+
> :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
|
|
111
|
+
> .dropdown-toggle:nth-last-child(n + 4),
|
|
112
|
+
> .form-floating:nth-last-child(n + 3) > .form-control,
|
|
113
|
+
> .form-floating:nth-last-child(n + 3) > .form-select {
|
|
114
|
+
@include border-end-radius(0);
|
|
115
|
+
}
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
$validation-messages: "";
|
|
119
|
+
@each $state in map-keys($form-validation-states) {
|
|
120
|
+
$validation-messages: $validation-messages + ":not(." + unquote($state) + "-tooltip)" + ":not(." + unquote($state) + "-feedback)";
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
> :not(:first-child):not(.dropdown-menu)#{$validation-messages} {
|
|
124
|
+
margin-left: calc(-1 * #{$input-border-width}); // stylelint-disable-line function-disallowed-list
|
|
125
|
+
@include border-start-radius(0);
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
> .form-floating:not(:first-child) > .form-control,
|
|
129
|
+
> .form-floating:not(:first-child) > .form-select {
|
|
130
|
+
@include border-start-radius(0);
|
|
131
|
+
}
|
|
132
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
//
|
|
2
|
+
// Labels
|
|
3
|
+
//
|
|
4
|
+
|
|
5
|
+
.form-label {
|
|
6
|
+
margin-bottom: $form-label-margin-bottom;
|
|
7
|
+
@include font-size($form-label-font-size);
|
|
8
|
+
font-style: $form-label-font-style;
|
|
9
|
+
font-weight: $form-label-font-weight;
|
|
10
|
+
color: $form-label-color;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
// For use with horizontal and inline forms, when you need the label (or legend)
|
|
14
|
+
// text to align with the form controls.
|
|
15
|
+
.col-form-label {
|
|
16
|
+
padding-top: add($input-padding-y, $input-border-width);
|
|
17
|
+
padding-bottom: add($input-padding-y, $input-border-width);
|
|
18
|
+
margin-bottom: 0; // Override the `<legend>` default
|
|
19
|
+
@include font-size(inherit); // Override the `<legend>` default
|
|
20
|
+
font-style: $form-label-font-style;
|
|
21
|
+
font-weight: $form-label-font-weight;
|
|
22
|
+
line-height: $input-line-height;
|
|
23
|
+
color: $form-label-color;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
.col-form-label-lg {
|
|
27
|
+
padding-top: add($input-padding-y-lg, $input-border-width);
|
|
28
|
+
padding-bottom: add($input-padding-y-lg, $input-border-width);
|
|
29
|
+
@include font-size($input-font-size-lg);
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.col-form-label-sm {
|
|
33
|
+
padding-top: add($input-padding-y-sm, $input-border-width);
|
|
34
|
+
padding-bottom: add($input-padding-y-sm, $input-border-width);
|
|
35
|
+
@include font-size($input-font-size-sm);
|
|
36
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
// Form validation
|
|
2
|
+
//
|
|
3
|
+
// Provide feedback to users when form field values are valid or invalid. Works
|
|
4
|
+
// primarily for client-side validation via scoped `:invalid` and `:valid`
|
|
5
|
+
// pseudo-classes but also includes `.is-invalid` and `.is-valid` classes for
|
|
6
|
+
// server-side validation.
|
|
7
|
+
|
|
8
|
+
// scss-docs-start form-validation-states-loop
|
|
9
|
+
@each $state, $data in $form-validation-states {
|
|
10
|
+
@include form-validation-state($state, $data...);
|
|
11
|
+
}
|
|
12
|
+
// scss-docs-end form-validation-states-loop
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
// All-caps `RGBA()` function used because of this Sass bug: https://github.com/sass/node-sass/issues/2251
|
|
2
|
+
@each $color, $value in $theme-colors {
|
|
3
|
+
.text-bg-#{$color} {
|
|
4
|
+
color: color-contrast($value) if($enable-important-utilities, !important, null);
|
|
5
|
+
background-color: RGBA(var(--#{$prefix}#{$color}-rgb), var(--#{$prefix}bg-opacity, 1)) if($enable-important-utilities, !important, null);
|
|
6
|
+
}
|
|
7
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
// All-caps `RGBA()` function used because of this Sass bug: https://github.com/sass/node-sass/issues/2251
|
|
2
|
+
@each $color, $value in $theme-colors {
|
|
3
|
+
.link-#{$color} {
|
|
4
|
+
color: RGBA(var(--#{$prefix}#{$color}-rgb), var(--#{$prefix}link-opacity, 1)) if($enable-important-utilities, !important, null);
|
|
5
|
+
text-decoration-color: RGBA(var(--#{$prefix}#{$color}-rgb), var(--#{$prefix}link-underline-opacity, 1)) if($enable-important-utilities, !important, null);
|
|
6
|
+
|
|
7
|
+
@if $link-shade-percentage != 0 {
|
|
8
|
+
&:hover,
|
|
9
|
+
&:focus {
|
|
10
|
+
$hover-color: if(color-contrast($value) == $color-contrast-light, shade-color($value, $link-shade-percentage), tint-color($value, $link-shade-percentage));
|
|
11
|
+
color: RGBA(#{to-rgb($hover-color)}, var(--#{$prefix}link-opacity, 1)) if($enable-important-utilities, !important, null);
|
|
12
|
+
text-decoration-color: RGBA(to-rgb($hover-color), var(--#{$prefix}link-underline-opacity, 1)) if($enable-important-utilities, !important, null);
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
// One-off special link helper as a bridge until v6
|
|
19
|
+
.link-body-emphasis {
|
|
20
|
+
color: RGBA(var(--#{$prefix}emphasis-color-rgb), var(--#{$prefix}link-opacity, 1)) if($enable-important-utilities, !important, null);
|
|
21
|
+
text-decoration-color: RGBA(var(--#{$prefix}emphasis-color-rgb), var(--#{$prefix}link-underline-opacity, 1)) if($enable-important-utilities, !important, null);
|
|
22
|
+
|
|
23
|
+
@if $link-shade-percentage != 0 {
|
|
24
|
+
&:hover,
|
|
25
|
+
&:focus {
|
|
26
|
+
color: RGBA(var(--#{$prefix}emphasis-color-rgb), var(--#{$prefix}link-opacity, .75)) if($enable-important-utilities, !important, null);
|
|
27
|
+
text-decoration-color: RGBA(var(--#{$prefix}emphasis-color-rgb), var(--#{$prefix}link-underline-opacity, .75)) if($enable-important-utilities, !important, null);
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
.focus-ring:focus {
|
|
2
|
+
outline: 0;
|
|
3
|
+
// By default, there is no `--bs-focus-ring-x`, `--bs-focus-ring-y`, or `--bs-focus-ring-blur`, but we provide CSS variables with fallbacks to initial `0` values
|
|
4
|
+
box-shadow: var(--#{$prefix}focus-ring-x, 0) var(--#{$prefix}focus-ring-y, 0) var(--#{$prefix}focus-ring-blur, 0) var(--#{$prefix}focus-ring-width) var(--#{$prefix}focus-ring-color);
|
|
5
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
.icon-link {
|
|
2
|
+
display: inline-flex;
|
|
3
|
+
gap: $icon-link-gap;
|
|
4
|
+
align-items: center;
|
|
5
|
+
text-decoration-color: rgba(var(--#{$prefix}link-color-rgb), var(--#{$prefix}link-opacity, .5));
|
|
6
|
+
text-underline-offset: $icon-link-underline-offset;
|
|
7
|
+
backface-visibility: hidden;
|
|
8
|
+
|
|
9
|
+
> .bi {
|
|
10
|
+
flex-shrink: 0;
|
|
11
|
+
width: $icon-link-icon-size;
|
|
12
|
+
height: $icon-link-icon-size;
|
|
13
|
+
fill: currentcolor;
|
|
14
|
+
@include transition($icon-link-icon-transition);
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.icon-link-hover {
|
|
19
|
+
&:hover,
|
|
20
|
+
&:focus-visible {
|
|
21
|
+
> .bi {
|
|
22
|
+
transform: var(--#{$prefix}icon-link-transform, $icon-link-icon-transform);
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
// Shorthand
|
|
2
|
+
|
|
3
|
+
.fixed-top {
|
|
4
|
+
position: fixed;
|
|
5
|
+
top: 0;
|
|
6
|
+
right: 0;
|
|
7
|
+
left: 0;
|
|
8
|
+
z-index: $zindex-fixed;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
.fixed-bottom {
|
|
12
|
+
position: fixed;
|
|
13
|
+
right: 0;
|
|
14
|
+
bottom: 0;
|
|
15
|
+
left: 0;
|
|
16
|
+
z-index: $zindex-fixed;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
// Responsive sticky top and bottom
|
|
20
|
+
@each $breakpoint in map-keys($grid-breakpoints) {
|
|
21
|
+
@include media-breakpoint-up($breakpoint) {
|
|
22
|
+
$infix: breakpoint-infix($breakpoint, $grid-breakpoints);
|
|
23
|
+
|
|
24
|
+
.sticky#{$infix}-top {
|
|
25
|
+
position: sticky;
|
|
26
|
+
top: 0;
|
|
27
|
+
z-index: $zindex-sticky;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
.sticky#{$infix}-bottom {
|
|
31
|
+
position: sticky;
|
|
32
|
+
bottom: 0;
|
|
33
|
+
z-index: $zindex-sticky;
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
// Credit: Nicolas Gallagher and SUIT CSS.
|
|
2
|
+
|
|
3
|
+
.ratio {
|
|
4
|
+
position: relative;
|
|
5
|
+
width: 100%;
|
|
6
|
+
|
|
7
|
+
&::before {
|
|
8
|
+
display: block;
|
|
9
|
+
padding-top: var(--#{$prefix}aspect-ratio);
|
|
10
|
+
content: "";
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
> * {
|
|
14
|
+
position: absolute;
|
|
15
|
+
top: 0;
|
|
16
|
+
left: 0;
|
|
17
|
+
width: 100%;
|
|
18
|
+
height: 100%;
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
@each $key, $ratio in $aspect-ratios {
|
|
23
|
+
.ratio-#{$key} {
|
|
24
|
+
--#{$prefix}aspect-ratio: #{$ratio};
|
|
25
|
+
}
|
|
26
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
// scss-docs-start stacks
|
|
2
|
+
.hstack {
|
|
3
|
+
display: flex;
|
|
4
|
+
flex-direction: row;
|
|
5
|
+
align-items: center;
|
|
6
|
+
align-self: stretch;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
.vstack {
|
|
10
|
+
display: flex;
|
|
11
|
+
flex: 1 1 auto;
|
|
12
|
+
flex-direction: column;
|
|
13
|
+
align-self: stretch;
|
|
14
|
+
}
|
|
15
|
+
// scss-docs-end stacks
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
@include deprecate("`alert-variant()`", "v5.3.0", "v6.0.0");
|
|
2
|
+
|
|
3
|
+
// scss-docs-start alert-variant-mixin
|
|
4
|
+
@mixin alert-variant($background, $border, $color) {
|
|
5
|
+
--#{$prefix}alert-color: #{$color};
|
|
6
|
+
--#{$prefix}alert-bg: #{$background};
|
|
7
|
+
--#{$prefix}alert-border-color: #{$border};
|
|
8
|
+
--#{$prefix}alert-link-color: #{shade-color($color, 20%)};
|
|
9
|
+
|
|
10
|
+
@if $enable-gradients {
|
|
11
|
+
background-image: var(--#{$prefix}gradient);
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
.alert-link {
|
|
15
|
+
color: var(--#{$prefix}alert-link-color);
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
// scss-docs-end alert-variant-mixin
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
// Shared between modals and offcanvases
|
|
2
|
+
@mixin overlay-backdrop($zindex, $backdrop-bg, $backdrop-opacity) {
|
|
3
|
+
position: fixed;
|
|
4
|
+
top: 0;
|
|
5
|
+
left: 0;
|
|
6
|
+
z-index: $zindex;
|
|
7
|
+
width: 100vw;
|
|
8
|
+
height: 100vh;
|
|
9
|
+
background-color: $backdrop-bg;
|
|
10
|
+
|
|
11
|
+
// Fade for backdrop
|
|
12
|
+
&.fade { opacity: 0; }
|
|
13
|
+
&.show { opacity: $backdrop-opacity; }
|
|
14
|
+
}
|