jekyll-theme-centos 2.3.0.beta.78 → 2.3.0.beta.81

Sign up to get free protection for your applications and to get access to all the features.
Files changed (114) hide show
  1. checksums.yaml +4 -4
  2. data/_data/centos/identity.yml +7 -9
  3. data/_data/centos/navbar.yml +8 -8
  4. data/_includes/footer.html +21 -19
  5. data/_includes/head.html +6 -7
  6. data/_includes/navbar.html +1 -1
  7. data/_includes/script.html +6 -9
  8. data/_sass/bootstrap/_accordion.scss +149 -0
  9. data/_sass/bootstrap/_alert.scss +71 -0
  10. data/_sass/bootstrap/_badge.scss +38 -0
  11. data/_sass/bootstrap/_breadcrumb.scss +40 -0
  12. data/_sass/bootstrap/_button-group.scss +142 -0
  13. data/_sass/bootstrap/_buttons.scss +207 -0
  14. data/_sass/bootstrap/_card.scss +234 -0
  15. data/_sass/bootstrap/_carousel.scss +226 -0
  16. data/_sass/bootstrap/_close.scss +40 -0
  17. data/_sass/bootstrap/_containers.scss +41 -0
  18. data/_sass/bootstrap/_dropdown.scss +249 -0
  19. data/_sass/bootstrap/_forms.scss +9 -0
  20. data/_sass/bootstrap/_functions.scss +302 -0
  21. data/_sass/bootstrap/_grid.scss +33 -0
  22. data/_sass/bootstrap/_helpers.scss +10 -0
  23. data/_sass/bootstrap/_images.scss +42 -0
  24. data/_sass/bootstrap/_list-group.scss +192 -0
  25. data/_sass/bootstrap/_maps.scss +54 -0
  26. data/_sass/bootstrap/_mixins.scss +43 -0
  27. data/_sass/bootstrap/_modal.scss +237 -0
  28. data/_sass/bootstrap/_nav.scss +172 -0
  29. data/_sass/bootstrap/_navbar.scss +278 -0
  30. data/_sass/bootstrap/_offcanvas.scss +144 -0
  31. data/_sass/bootstrap/_pagination.scss +109 -0
  32. data/_sass/bootstrap/_placeholders.scss +51 -0
  33. data/_sass/bootstrap/_popover.scss +196 -0
  34. data/_sass/bootstrap/_progress.scss +59 -0
  35. data/_sass/bootstrap/_reboot.scss +610 -0
  36. data/_sass/bootstrap/_root.scss +73 -0
  37. data/_sass/bootstrap/_spinners.scss +85 -0
  38. data/_sass/bootstrap/_tables.scss +164 -0
  39. data/_sass/bootstrap/_toasts.scss +73 -0
  40. data/_sass/bootstrap/_tooltip.scss +120 -0
  41. data/_sass/bootstrap/_transitions.scss +27 -0
  42. data/_sass/bootstrap/_type.scss +106 -0
  43. data/_sass/bootstrap/_utilities.scss +647 -0
  44. data/_sass/bootstrap/_variables.scss +1634 -0
  45. data/_sass/bootstrap/bootstrap-grid.scss +64 -0
  46. data/_sass/bootstrap/bootstrap-reboot.scss +9 -0
  47. data/_sass/bootstrap/bootstrap-utilities.scss +18 -0
  48. data/_sass/bootstrap/bootstrap.scss +51 -0
  49. data/_sass/bootstrap/forms/_floating-labels.scss +75 -0
  50. data/_sass/bootstrap/forms/_form-check.scss +175 -0
  51. data/_sass/bootstrap/forms/_form-control.scss +194 -0
  52. data/_sass/bootstrap/forms/_form-range.scss +91 -0
  53. data/_sass/bootstrap/forms/_form-select.scss +71 -0
  54. data/_sass/bootstrap/forms/_form-text.scss +11 -0
  55. data/_sass/bootstrap/forms/_input-group.scss +132 -0
  56. data/_sass/bootstrap/forms/_labels.scss +36 -0
  57. data/_sass/bootstrap/forms/_validation.scss +12 -0
  58. data/_sass/bootstrap/helpers/_clearfix.scss +3 -0
  59. data/_sass/bootstrap/helpers/_color-bg.scss +10 -0
  60. data/_sass/bootstrap/helpers/_colored-links.scss +12 -0
  61. data/_sass/bootstrap/helpers/_position.scss +36 -0
  62. data/_sass/bootstrap/helpers/_ratio.scss +26 -0
  63. data/_sass/bootstrap/helpers/_stacks.scss +15 -0
  64. data/_sass/bootstrap/helpers/_stretched-link.scss +15 -0
  65. data/_sass/bootstrap/helpers/_text-truncation.scss +7 -0
  66. data/_sass/bootstrap/helpers/_visually-hidden.scss +8 -0
  67. data/_sass/bootstrap/helpers/_vr.scss +8 -0
  68. data/_sass/bootstrap/mixins/_alert.scss +15 -0
  69. data/_sass/bootstrap/mixins/_backdrop.scss +14 -0
  70. data/_sass/bootstrap/mixins/_banner.scss +9 -0
  71. data/_sass/bootstrap/mixins/_border-radius.scss +78 -0
  72. data/_sass/bootstrap/mixins/_box-shadow.scss +18 -0
  73. data/_sass/bootstrap/mixins/_breakpoints.scss +127 -0
  74. data/_sass/bootstrap/mixins/_buttons.scss +70 -0
  75. data/_sass/bootstrap/mixins/_caret.scss +64 -0
  76. data/_sass/bootstrap/mixins/_clearfix.scss +9 -0
  77. data/_sass/bootstrap/mixins/_color-scheme.scss +7 -0
  78. data/_sass/bootstrap/mixins/_container.scss +11 -0
  79. data/_sass/bootstrap/mixins/_deprecate.scss +10 -0
  80. data/_sass/bootstrap/mixins/_forms.scss +152 -0
  81. data/_sass/bootstrap/mixins/_gradients.scss +47 -0
  82. data/_sass/bootstrap/mixins/_grid.scss +151 -0
  83. data/_sass/bootstrap/mixins/_image.scss +16 -0
  84. data/_sass/bootstrap/mixins/_list-group.scss +24 -0
  85. data/_sass/bootstrap/mixins/_lists.scss +7 -0
  86. data/_sass/bootstrap/mixins/_pagination.scss +10 -0
  87. data/_sass/bootstrap/mixins/_reset-text.scss +17 -0
  88. data/_sass/bootstrap/mixins/_resize.scss +6 -0
  89. data/_sass/bootstrap/mixins/_table-variants.scss +24 -0
  90. data/_sass/bootstrap/mixins/_text-truncate.scss +8 -0
  91. data/_sass/bootstrap/mixins/_transition.scss +26 -0
  92. data/_sass/bootstrap/mixins/_utilities.scss +97 -0
  93. data/_sass/bootstrap/mixins/_visually-hidden.scss +29 -0
  94. data/_sass/bootstrap/utilities/_api.scss +47 -0
  95. data/_sass/bootstrap/vendor/_rfs.scss +354 -0
  96. data/_sass/{_adjustments.scss → centos/_adjustments.scss} +13 -2
  97. data/_sass/centos/_variables.scss +22 -0
  98. data/_sass/{sites/lists.scss → centos/sites/_lists.scss} +9 -2
  99. data/assets/css/stylesheet.lists.min.scss +4 -3
  100. data/assets/css/stylesheet.min.scss +3 -2
  101. data/assets/js/bootstrap.bundle.js +7075 -0
  102. data/assets/js/bootstrap.bundle.js.map +1 -0
  103. data/assets/js/bootstrap.bundle.min.js +7 -0
  104. data/assets/js/bootstrap.bundle.min.js.map +1 -0
  105. data/assets/js/bootstrap.esm.js +5202 -0
  106. data/assets/js/bootstrap.esm.js.map +1 -0
  107. data/assets/js/bootstrap.esm.min.js +7 -0
  108. data/assets/js/bootstrap.esm.min.js.map +1 -0
  109. data/assets/js/bootstrap.js +5249 -0
  110. data/assets/js/bootstrap.js.map +1 -0
  111. data/assets/js/bootstrap.min.js +7 -0
  112. data/assets/js/bootstrap.min.js.map +1 -0
  113. metadata +105 -5
  114. data/_sass/_variables.scss +0 -27
@@ -0,0 +1,226 @@
1
+ // Notes on the classes:
2
+ //
3
+ // 1. .carousel.pointer-event should ideally be pan-y (to allow for users to scroll vertically)
4
+ // even when their scroll action started on a carousel, but for compatibility (with Firefox)
5
+ // we're preventing all actions instead
6
+ // 2. The .carousel-item-start and .carousel-item-end is used to indicate where
7
+ // the active slide is heading.
8
+ // 3. .active.carousel-item is the current slide.
9
+ // 4. .active.carousel-item-start and .active.carousel-item-end is the current
10
+ // slide in its in-transition state. Only one of these occurs at a time.
11
+ // 5. .carousel-item-next.carousel-item-start and .carousel-item-prev.carousel-item-end
12
+ // is the upcoming slide in transition.
13
+
14
+ .carousel {
15
+ position: relative;
16
+ }
17
+
18
+ .carousel.pointer-event {
19
+ touch-action: pan-y;
20
+ }
21
+
22
+ .carousel-inner {
23
+ position: relative;
24
+ width: 100%;
25
+ overflow: hidden;
26
+ @include clearfix();
27
+ }
28
+
29
+ .carousel-item {
30
+ position: relative;
31
+ display: none;
32
+ float: left;
33
+ width: 100%;
34
+ margin-right: -100%;
35
+ backface-visibility: hidden;
36
+ @include transition($carousel-transition);
37
+ }
38
+
39
+ .carousel-item.active,
40
+ .carousel-item-next,
41
+ .carousel-item-prev {
42
+ display: block;
43
+ }
44
+
45
+ .carousel-item-next:not(.carousel-item-start),
46
+ .active.carousel-item-end {
47
+ transform: translateX(100%);
48
+ }
49
+
50
+ .carousel-item-prev:not(.carousel-item-end),
51
+ .active.carousel-item-start {
52
+ transform: translateX(-100%);
53
+ }
54
+
55
+
56
+ //
57
+ // Alternate transitions
58
+ //
59
+
60
+ .carousel-fade {
61
+ .carousel-item {
62
+ opacity: 0;
63
+ transition-property: opacity;
64
+ transform: none;
65
+ }
66
+
67
+ .carousel-item.active,
68
+ .carousel-item-next.carousel-item-start,
69
+ .carousel-item-prev.carousel-item-end {
70
+ z-index: 1;
71
+ opacity: 1;
72
+ }
73
+
74
+ .active.carousel-item-start,
75
+ .active.carousel-item-end {
76
+ z-index: 0;
77
+ opacity: 0;
78
+ @include transition(opacity 0s $carousel-transition-duration);
79
+ }
80
+ }
81
+
82
+
83
+ //
84
+ // Left/right controls for nav
85
+ //
86
+
87
+ .carousel-control-prev,
88
+ .carousel-control-next {
89
+ position: absolute;
90
+ top: 0;
91
+ bottom: 0;
92
+ z-index: 1;
93
+ // Use flex for alignment (1-3)
94
+ display: flex; // 1. allow flex styles
95
+ align-items: center; // 2. vertically center contents
96
+ justify-content: center; // 3. horizontally center contents
97
+ width: $carousel-control-width;
98
+ padding: 0;
99
+ color: $carousel-control-color;
100
+ text-align: center;
101
+ background: none;
102
+ border: 0;
103
+ opacity: $carousel-control-opacity;
104
+ @include transition($carousel-control-transition);
105
+
106
+ // Hover/focus state
107
+ &:hover,
108
+ &:focus {
109
+ color: $carousel-control-color;
110
+ text-decoration: none;
111
+ outline: 0;
112
+ opacity: $carousel-control-hover-opacity;
113
+ }
114
+ }
115
+ .carousel-control-prev {
116
+ left: 0;
117
+ background-image: if($enable-gradients, linear-gradient(90deg, rgba($black, .25), rgba($black, .001)), null);
118
+ }
119
+ .carousel-control-next {
120
+ right: 0;
121
+ background-image: if($enable-gradients, linear-gradient(270deg, rgba($black, .25), rgba($black, .001)), null);
122
+ }
123
+
124
+ // Icons for within
125
+ .carousel-control-prev-icon,
126
+ .carousel-control-next-icon {
127
+ display: inline-block;
128
+ width: $carousel-control-icon-width;
129
+ height: $carousel-control-icon-width;
130
+ background-repeat: no-repeat;
131
+ background-position: 50%;
132
+ background-size: 100% 100%;
133
+ }
134
+
135
+ /* rtl:options: {
136
+ "autoRename": true,
137
+ "stringMap":[ {
138
+ "name" : "prev-next",
139
+ "search" : "prev",
140
+ "replace" : "next"
141
+ } ]
142
+ } */
143
+ .carousel-control-prev-icon {
144
+ background-image: escape-svg($carousel-control-prev-icon-bg);
145
+ }
146
+ .carousel-control-next-icon {
147
+ background-image: escape-svg($carousel-control-next-icon-bg);
148
+ }
149
+
150
+ // Optional indicator pips/controls
151
+ //
152
+ // Add a container (such as a list) with the following class and add an item (ideally a focusable control,
153
+ // like a button) with data-bs-target for each slide your carousel holds.
154
+
155
+ .carousel-indicators {
156
+ position: absolute;
157
+ right: 0;
158
+ bottom: 0;
159
+ left: 0;
160
+ z-index: 2;
161
+ display: flex;
162
+ justify-content: center;
163
+ padding: 0;
164
+ // Use the .carousel-control's width as margin so we don't overlay those
165
+ margin-right: $carousel-control-width;
166
+ margin-bottom: 1rem;
167
+ margin-left: $carousel-control-width;
168
+ list-style: none;
169
+
170
+ [data-bs-target] {
171
+ box-sizing: content-box;
172
+ flex: 0 1 auto;
173
+ width: $carousel-indicator-width;
174
+ height: $carousel-indicator-height;
175
+ padding: 0;
176
+ margin-right: $carousel-indicator-spacer;
177
+ margin-left: $carousel-indicator-spacer;
178
+ text-indent: -999px;
179
+ cursor: pointer;
180
+ background-color: $carousel-indicator-active-bg;
181
+ background-clip: padding-box;
182
+ border: 0;
183
+ // Use transparent borders to increase the hit area by 10px on top and bottom.
184
+ border-top: $carousel-indicator-hit-area-height solid transparent;
185
+ border-bottom: $carousel-indicator-hit-area-height solid transparent;
186
+ opacity: $carousel-indicator-opacity;
187
+ @include transition($carousel-indicator-transition);
188
+ }
189
+
190
+ .active {
191
+ opacity: $carousel-indicator-active-opacity;
192
+ }
193
+ }
194
+
195
+
196
+ // Optional captions
197
+ //
198
+ //
199
+
200
+ .carousel-caption {
201
+ position: absolute;
202
+ right: (100% - $carousel-caption-width) * .5;
203
+ bottom: $carousel-caption-spacer;
204
+ left: (100% - $carousel-caption-width) * .5;
205
+ padding-top: $carousel-caption-padding-y;
206
+ padding-bottom: $carousel-caption-padding-y;
207
+ color: $carousel-caption-color;
208
+ text-align: center;
209
+ }
210
+
211
+ // Dark mode carousel
212
+
213
+ .carousel-dark {
214
+ .carousel-control-prev-icon,
215
+ .carousel-control-next-icon {
216
+ filter: $carousel-dark-control-icon-filter;
217
+ }
218
+
219
+ .carousel-indicators [data-bs-target] {
220
+ background-color: $carousel-dark-indicator-active-bg;
221
+ }
222
+
223
+ .carousel-caption {
224
+ color: $carousel-dark-caption-color;
225
+ }
226
+ }
@@ -0,0 +1,40 @@
1
+ // Transparent background and border properties included for button version.
2
+ // iOS requires the button element instead of an anchor tag.
3
+ // If you want the anchor version, it requires `href="#"`.
4
+ // See https://developer.mozilla.org/en-US/docs/Web/Events/click#Safari_Mobile
5
+
6
+ .btn-close {
7
+ box-sizing: content-box;
8
+ width: $btn-close-width;
9
+ height: $btn-close-height;
10
+ padding: $btn-close-padding-y $btn-close-padding-x;
11
+ color: $btn-close-color;
12
+ background: transparent escape-svg($btn-close-bg) center / $btn-close-width auto no-repeat; // include transparent for button elements
13
+ border: 0; // for button elements
14
+ @include border-radius();
15
+ opacity: $btn-close-opacity;
16
+
17
+ // Override <a>'s hover style
18
+ &:hover {
19
+ color: $btn-close-color;
20
+ text-decoration: none;
21
+ opacity: $btn-close-hover-opacity;
22
+ }
23
+
24
+ &:focus {
25
+ outline: 0;
26
+ box-shadow: $btn-close-focus-shadow;
27
+ opacity: $btn-close-focus-opacity;
28
+ }
29
+
30
+ &:disabled,
31
+ &.disabled {
32
+ pointer-events: none;
33
+ user-select: none;
34
+ opacity: $btn-close-disabled-opacity;
35
+ }
36
+ }
37
+
38
+ .btn-close-white {
39
+ filter: $btn-close-white-filter;
40
+ }
@@ -0,0 +1,41 @@
1
+ // Container widths
2
+ //
3
+ // Set the container width, and override it for fixed navbars in media queries.
4
+
5
+ @if $enable-container-classes {
6
+ // Single container class with breakpoint max-widths
7
+ .container,
8
+ // 100% wide container at all breakpoints
9
+ .container-fluid {
10
+ @include make-container();
11
+ }
12
+
13
+ // Responsive containers that are 100% wide until a breakpoint
14
+ @each $breakpoint, $container-max-width in $container-max-widths {
15
+ .container-#{$breakpoint} {
16
+ @extend .container-fluid;
17
+ }
18
+
19
+ @include media-breakpoint-up($breakpoint, $grid-breakpoints) {
20
+ %responsive-container-#{$breakpoint} {
21
+ max-width: $container-max-width;
22
+ }
23
+
24
+ // Extend each breakpoint which is smaller or equal to the current breakpoint
25
+ $extend-breakpoint: true;
26
+
27
+ @each $name, $width in $grid-breakpoints {
28
+ @if ($extend-breakpoint) {
29
+ .container#{breakpoint-infix($name, $grid-breakpoints)} {
30
+ @extend %responsive-container-#{$breakpoint};
31
+ }
32
+
33
+ // Once the current breakpoint is reached, stop extending
34
+ @if ($breakpoint == $name) {
35
+ $extend-breakpoint: false;
36
+ }
37
+ }
38
+ }
39
+ }
40
+ }
41
+ }
@@ -0,0 +1,249 @@
1
+ // The dropdown wrapper (`<div>`)
2
+ .dropup,
3
+ .dropend,
4
+ .dropdown,
5
+ .dropstart,
6
+ .dropup-center,
7
+ .dropdown-center {
8
+ position: relative;
9
+ }
10
+
11
+ .dropdown-toggle {
12
+ white-space: nowrap;
13
+
14
+ // Generate the caret automatically
15
+ @include caret();
16
+ }
17
+
18
+ // The dropdown menu
19
+ .dropdown-menu {
20
+ // scss-docs-start dropdown-css-vars
21
+ --#{$prefix}dropdown-zindex: #{$zindex-dropdown};
22
+ --#{$prefix}dropdown-min-width: #{$dropdown-min-width};
23
+ --#{$prefix}dropdown-padding-x: #{$dropdown-padding-x};
24
+ --#{$prefix}dropdown-padding-y: #{$dropdown-padding-y};
25
+ --#{$prefix}dropdown-spacer: #{$dropdown-spacer};
26
+ @include rfs($dropdown-font-size, --#{$prefix}dropdown-font-size);
27
+ --#{$prefix}dropdown-color: #{$dropdown-color};
28
+ --#{$prefix}dropdown-bg: #{$dropdown-bg};
29
+ --#{$prefix}dropdown-border-color: #{$dropdown-border-color};
30
+ --#{$prefix}dropdown-border-radius: #{$dropdown-border-radius};
31
+ --#{$prefix}dropdown-border-width: #{$dropdown-border-width};
32
+ --#{$prefix}dropdown-inner-border-radius: #{$dropdown-inner-border-radius};
33
+ --#{$prefix}dropdown-divider-bg: #{$dropdown-divider-bg};
34
+ --#{$prefix}dropdown-divider-margin-y: #{$dropdown-divider-margin-y};
35
+ --#{$prefix}dropdown-box-shadow: #{$dropdown-box-shadow};
36
+ --#{$prefix}dropdown-link-color: #{$dropdown-link-color};
37
+ --#{$prefix}dropdown-link-hover-color: #{$dropdown-link-hover-color};
38
+ --#{$prefix}dropdown-link-hover-bg: #{$dropdown-link-hover-bg};
39
+ --#{$prefix}dropdown-link-active-color: #{$dropdown-link-active-color};
40
+ --#{$prefix}dropdown-link-active-bg: #{$dropdown-link-active-bg};
41
+ --#{$prefix}dropdown-link-disabled-color: #{$dropdown-link-disabled-color};
42
+ --#{$prefix}dropdown-item-padding-x: #{$dropdown-item-padding-x};
43
+ --#{$prefix}dropdown-item-padding-y: #{$dropdown-item-padding-y};
44
+ --#{$prefix}dropdown-header-color: #{$dropdown-header-color};
45
+ --#{$prefix}dropdown-header-padding-x: #{$dropdown-header-padding-x};
46
+ --#{$prefix}dropdown-header-padding-y: #{$dropdown-header-padding-y};
47
+ // scss-docs-end dropdown-css-vars
48
+
49
+ position: absolute;
50
+ z-index: var(--#{$prefix}dropdown-zindex);
51
+ display: none; // none by default, but block on "open" of the menu
52
+ min-width: var(--#{$prefix}dropdown-min-width);
53
+ padding: var(--#{$prefix}dropdown-padding-y) var(--#{$prefix}dropdown-padding-x);
54
+ margin: 0; // Override default margin of ul
55
+ @include font-size(var(--#{$prefix}dropdown-font-size));
56
+ color: var(--#{$prefix}dropdown-color);
57
+ text-align: left; // Ensures proper alignment if parent has it changed (e.g., modal footer)
58
+ list-style: none;
59
+ background-color: var(--#{$prefix}dropdown-bg);
60
+ background-clip: padding-box;
61
+ border: var(--#{$prefix}dropdown-border-width) solid var(--#{$prefix}dropdown-border-color);
62
+ @include border-radius(var(--#{$prefix}dropdown-border-radius));
63
+ @include box-shadow(var(--#{$prefix}dropdown-box-shadow));
64
+
65
+ &[data-bs-popper] {
66
+ top: 100%;
67
+ left: 0;
68
+ margin-top: var(--#{$prefix}dropdown-spacer);
69
+ }
70
+
71
+ @if $dropdown-padding-y == 0 {
72
+ > .dropdown-item:first-child,
73
+ > li:first-child .dropdown-item {
74
+ @include border-top-radius(var(--#{$prefix}dropdown-inner-border-radius));
75
+ }
76
+ > .dropdown-item:last-child,
77
+ > li:last-child .dropdown-item {
78
+ @include border-bottom-radius(var(--#{$prefix}dropdown-inner-border-radius));
79
+ }
80
+
81
+ }
82
+ }
83
+
84
+ // scss-docs-start responsive-breakpoints
85
+ // We deliberately hardcode the `bs-` prefix because we check
86
+ // this custom property in JS to determine Popper's positioning
87
+
88
+ @each $breakpoint in map-keys($grid-breakpoints) {
89
+ @include media-breakpoint-up($breakpoint) {
90
+ $infix: breakpoint-infix($breakpoint, $grid-breakpoints);
91
+
92
+ .dropdown-menu#{$infix}-start {
93
+ --bs-position: start;
94
+
95
+ &[data-bs-popper] {
96
+ right: auto;
97
+ left: 0;
98
+ }
99
+ }
100
+
101
+ .dropdown-menu#{$infix}-end {
102
+ --bs-position: end;
103
+
104
+ &[data-bs-popper] {
105
+ right: 0;
106
+ left: auto;
107
+ }
108
+ }
109
+ }
110
+ }
111
+ // scss-docs-end responsive-breakpoints
112
+
113
+ // Allow for dropdowns to go bottom up (aka, dropup-menu)
114
+ // Just add .dropup after the standard .dropdown class and you're set.
115
+ .dropup {
116
+ .dropdown-menu[data-bs-popper] {
117
+ top: auto;
118
+ bottom: 100%;
119
+ margin-top: 0;
120
+ margin-bottom: var(--#{$prefix}dropdown-spacer);
121
+ }
122
+
123
+ .dropdown-toggle {
124
+ @include caret(up);
125
+ }
126
+ }
127
+
128
+ .dropend {
129
+ .dropdown-menu[data-bs-popper] {
130
+ top: 0;
131
+ right: auto;
132
+ left: 100%;
133
+ margin-top: 0;
134
+ margin-left: var(--#{$prefix}dropdown-spacer);
135
+ }
136
+
137
+ .dropdown-toggle {
138
+ @include caret(end);
139
+ &::after {
140
+ vertical-align: 0;
141
+ }
142
+ }
143
+ }
144
+
145
+ .dropstart {
146
+ .dropdown-menu[data-bs-popper] {
147
+ top: 0;
148
+ right: 100%;
149
+ left: auto;
150
+ margin-top: 0;
151
+ margin-right: var(--#{$prefix}dropdown-spacer);
152
+ }
153
+
154
+ .dropdown-toggle {
155
+ @include caret(start);
156
+ &::before {
157
+ vertical-align: 0;
158
+ }
159
+ }
160
+ }
161
+
162
+
163
+ // Dividers (basically an `<hr>`) within the dropdown
164
+ .dropdown-divider {
165
+ height: 0;
166
+ margin: var(--#{$prefix}dropdown-divider-margin-y) 0;
167
+ overflow: hidden;
168
+ border-top: 1px solid var(--#{$prefix}dropdown-divider-bg);
169
+ opacity: 1; // Revisit in v6 to de-dupe styles that conflict with <hr> element
170
+ }
171
+
172
+ // Links, buttons, and more within the dropdown menu
173
+ //
174
+ // `<button>`-specific styles are denoted with `// For <button>s`
175
+ .dropdown-item {
176
+ display: block;
177
+ width: 100%; // For `<button>`s
178
+ padding: var(--#{$prefix}dropdown-item-padding-y) var(--#{$prefix}dropdown-item-padding-x);
179
+ clear: both;
180
+ font-weight: $font-weight-normal;
181
+ color: var(--#{$prefix}dropdown-link-color);
182
+ text-align: inherit; // For `<button>`s
183
+ text-decoration: if($link-decoration == none, null, none);
184
+ white-space: nowrap; // prevent links from randomly breaking onto new lines
185
+ background-color: transparent; // For `<button>`s
186
+ border: 0; // For `<button>`s
187
+
188
+ &:hover,
189
+ &:focus {
190
+ color: var(--#{$prefix}dropdown-link-hover-color);
191
+ text-decoration: if($link-hover-decoration == underline, none, null);
192
+ @include gradient-bg(var(--#{$prefix}dropdown-link-hover-bg));
193
+ }
194
+
195
+ &.active,
196
+ &:active {
197
+ color: var(--#{$prefix}dropdown-link-active-color);
198
+ text-decoration: none;
199
+ @include gradient-bg(var(--#{$prefix}dropdown-link-active-bg));
200
+ }
201
+
202
+ &.disabled,
203
+ &:disabled {
204
+ color: var(--#{$prefix}dropdown-link-disabled-color);
205
+ pointer-events: none;
206
+ background-color: transparent;
207
+ // Remove CSS gradients if they're enabled
208
+ background-image: if($enable-gradients, none, null);
209
+ }
210
+ }
211
+
212
+ .dropdown-menu.show {
213
+ display: block;
214
+ }
215
+
216
+ // Dropdown section headers
217
+ .dropdown-header {
218
+ display: block;
219
+ padding: var(--#{$prefix}dropdown-header-padding-y) var(--#{$prefix}dropdown-header-padding-x);
220
+ margin-bottom: 0; // for use with heading elements
221
+ @include font-size($font-size-sm);
222
+ color: var(--#{$prefix}dropdown-header-color);
223
+ white-space: nowrap; // as with > li > a
224
+ }
225
+
226
+ // Dropdown text
227
+ .dropdown-item-text {
228
+ display: block;
229
+ padding: var(--#{$prefix}dropdown-item-padding-y) var(--#{$prefix}dropdown-item-padding-x);
230
+ color: var(--#{$prefix}dropdown-link-color);
231
+ }
232
+
233
+ // Dark dropdowns
234
+ .dropdown-menu-dark {
235
+ // scss-docs-start dropdown-dark-css-vars
236
+ --#{$prefix}dropdown-color: #{$dropdown-dark-color};
237
+ --#{$prefix}dropdown-bg: #{$dropdown-dark-bg};
238
+ --#{$prefix}dropdown-border-color: #{$dropdown-dark-border-color};
239
+ --#{$prefix}dropdown-box-shadow: #{$dropdown-dark-box-shadow};
240
+ --#{$prefix}dropdown-link-color: #{$dropdown-dark-link-color};
241
+ --#{$prefix}dropdown-link-hover-color: #{$dropdown-dark-link-hover-color};
242
+ --#{$prefix}dropdown-divider-bg: #{$dropdown-dark-divider-bg};
243
+ --#{$prefix}dropdown-link-hover-bg: #{$dropdown-dark-link-hover-bg};
244
+ --#{$prefix}dropdown-link-active-color: #{$dropdown-dark-link-active-color};
245
+ --#{$prefix}dropdown-link-active-bg: #{$dropdown-dark-link-active-bg};
246
+ --#{$prefix}dropdown-link-disabled-color: #{$dropdown-dark-link-disabled-color};
247
+ --#{$prefix}dropdown-header-color: #{$dropdown-dark-header-color};
248
+ // scss-docs-end dropdown-dark-css-vars
249
+ }
@@ -0,0 +1,9 @@
1
+ @import "forms/labels";
2
+ @import "forms/form-text";
3
+ @import "forms/form-control";
4
+ @import "forms/form-select";
5
+ @import "forms/form-check";
6
+ @import "forms/form-range";
7
+ @import "forms/floating-labels";
8
+ @import "forms/input-group";
9
+ @import "forms/validation";