jekyll-theme-centos 2.1.1.beta.2 → 2.2.0.beta.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_includes/people/header.html +1 -1
- data/_sass/bootstrap/_accordion.scss +149 -0
- data/_sass/bootstrap/_alert.scss +71 -0
- data/_sass/bootstrap/_badge.scss +38 -0
- data/_sass/bootstrap/_breadcrumb.scss +40 -0
- data/_sass/bootstrap/_button-group.scss +142 -0
- data/_sass/bootstrap/_buttons.scss +207 -0
- data/_sass/bootstrap/_card.scss +234 -0
- data/_sass/bootstrap/_carousel.scss +226 -0
- data/_sass/bootstrap/_close.scss +40 -0
- data/_sass/bootstrap/_containers.scss +41 -0
- data/_sass/bootstrap/_dropdown.scss +249 -0
- data/_sass/bootstrap/_forms.scss +9 -0
- data/_sass/bootstrap/_functions.scss +302 -0
- data/_sass/bootstrap/_grid.scss +33 -0
- data/_sass/bootstrap/_helpers.scss +10 -0
- data/_sass/bootstrap/_images.scss +42 -0
- data/_sass/bootstrap/_list-group.scss +192 -0
- data/_sass/bootstrap/_maps.scss +54 -0
- data/_sass/bootstrap/_mixins.scss +43 -0
- data/_sass/bootstrap/_modal.scss +237 -0
- data/_sass/bootstrap/_nav.scss +172 -0
- data/_sass/bootstrap/_navbar.scss +278 -0
- data/_sass/bootstrap/_offcanvas.scss +144 -0
- data/_sass/bootstrap/_pagination.scss +109 -0
- data/_sass/bootstrap/_placeholders.scss +51 -0
- data/_sass/bootstrap/_popover.scss +196 -0
- data/_sass/bootstrap/_progress.scss +59 -0
- data/_sass/bootstrap/_reboot.scss +610 -0
- data/_sass/bootstrap/_root.scss +73 -0
- data/_sass/bootstrap/_spinners.scss +85 -0
- data/_sass/bootstrap/_tables.scss +164 -0
- data/_sass/bootstrap/_toasts.scss +73 -0
- data/_sass/bootstrap/_tooltip.scss +120 -0
- data/_sass/bootstrap/_transitions.scss +27 -0
- data/_sass/bootstrap/_type.scss +106 -0
- data/_sass/bootstrap/_utilities.scss +647 -0
- data/_sass/bootstrap/_variables.scss +1634 -0
- data/_sass/bootstrap/bootstrap-grid.scss +64 -0
- data/_sass/bootstrap/bootstrap-reboot.scss +9 -0
- data/_sass/bootstrap/bootstrap-utilities.scss +18 -0
- data/_sass/bootstrap/bootstrap.scss +51 -0
- data/_sass/bootstrap/forms/_floating-labels.scss +75 -0
- data/_sass/bootstrap/forms/_form-check.scss +175 -0
- data/_sass/bootstrap/forms/_form-control.scss +194 -0
- data/_sass/bootstrap/forms/_form-range.scss +91 -0
- data/_sass/bootstrap/forms/_form-select.scss +71 -0
- data/_sass/bootstrap/forms/_form-text.scss +11 -0
- data/_sass/bootstrap/forms/_input-group.scss +132 -0
- data/_sass/bootstrap/forms/_labels.scss +36 -0
- data/_sass/bootstrap/forms/_validation.scss +12 -0
- data/_sass/bootstrap/helpers/_clearfix.scss +3 -0
- data/_sass/bootstrap/helpers/_color-bg.scss +10 -0
- data/_sass/bootstrap/helpers/_colored-links.scss +12 -0
- data/_sass/bootstrap/helpers/_position.scss +36 -0
- data/_sass/bootstrap/helpers/_ratio.scss +26 -0
- data/_sass/bootstrap/helpers/_stacks.scss +15 -0
- data/_sass/bootstrap/helpers/_stretched-link.scss +15 -0
- data/_sass/bootstrap/helpers/_text-truncation.scss +7 -0
- data/_sass/bootstrap/helpers/_visually-hidden.scss +8 -0
- data/_sass/bootstrap/helpers/_vr.scss +8 -0
- data/_sass/bootstrap/mixins/_alert.scss +15 -0
- data/_sass/bootstrap/mixins/_backdrop.scss +14 -0
- data/_sass/bootstrap/mixins/_banner.scss +9 -0
- data/_sass/bootstrap/mixins/_border-radius.scss +78 -0
- data/_sass/bootstrap/mixins/_box-shadow.scss +18 -0
- data/_sass/bootstrap/mixins/_breakpoints.scss +127 -0
- data/_sass/bootstrap/mixins/_buttons.scss +70 -0
- data/_sass/bootstrap/mixins/_caret.scss +64 -0
- data/_sass/bootstrap/mixins/_clearfix.scss +9 -0
- data/_sass/bootstrap/mixins/_color-scheme.scss +7 -0
- data/_sass/bootstrap/mixins/_container.scss +11 -0
- data/_sass/bootstrap/mixins/_deprecate.scss +10 -0
- data/_sass/bootstrap/mixins/_forms.scss +152 -0
- data/_sass/bootstrap/mixins/_gradients.scss +47 -0
- data/_sass/bootstrap/mixins/_grid.scss +151 -0
- data/_sass/bootstrap/mixins/_image.scss +16 -0
- data/_sass/bootstrap/mixins/_list-group.scss +24 -0
- data/_sass/bootstrap/mixins/_lists.scss +7 -0
- data/_sass/bootstrap/mixins/_pagination.scss +10 -0
- data/_sass/bootstrap/mixins/_reset-text.scss +17 -0
- data/_sass/bootstrap/mixins/_resize.scss +6 -0
- data/_sass/bootstrap/mixins/_table-variants.scss +24 -0
- data/_sass/bootstrap/mixins/_text-truncate.scss +8 -0
- data/_sass/bootstrap/mixins/_transition.scss +26 -0
- data/_sass/bootstrap/mixins/_utilities.scss +97 -0
- data/_sass/bootstrap/mixins/_visually-hidden.scss +29 -0
- data/_sass/bootstrap/utilities/_api.scss +47 -0
- data/_sass/bootstrap/vendor/_rfs.scss +354 -0
- data/_sass/fontawesome-free/_animated.scss +153 -0
- data/_sass/fontawesome-free/_bordered-pulled.scss +20 -0
- data/_sass/fontawesome-free/_core.scss +43 -0
- data/_sass/fontawesome-free/_fixed-width.scss +7 -0
- data/_sass/fontawesome-free/_functions.scss +57 -0
- data/_sass/fontawesome-free/_icons.scss +9 -0
- data/_sass/fontawesome-free/_list.scss +18 -0
- data/_sass/fontawesome-free/_mixins.scss +75 -0
- data/_sass/fontawesome-free/_rotated-flipped.scss +31 -0
- data/_sass/fontawesome-free/_screen-reader.scss +14 -0
- data/_sass/fontawesome-free/_shims.scss +2042 -0
- data/_sass/fontawesome-free/_sizing.scss +16 -0
- data/_sass/fontawesome-free/_stacked.scss +32 -0
- data/_sass/fontawesome-free/_variables.scss +4957 -0
- data/_sass/fontawesome-free/brands.scss +30 -0
- data/_sass/fontawesome-free/fontawesome.scss +21 -0
- data/_sass/fontawesome-free/regular.scss +26 -0
- data/_sass/fontawesome-free/solid.scss +26 -0
- data/_sass/fontawesome-free/v4-shims.scss +11 -0
- data/assets/css/dataTables.bootstrap5.css +416 -0
- data/assets/css/dataTables.bootstrap5.min.css +5 -0
- data/assets/img/anaconda-symbolic.svg +149 -0
- data/assets/img/anaconda.svg +183 -0
- data/assets/img/centos-dynamicmsg-logo.svg +182 -0
- data/assets/img/centos-dynamicmsg-type.svg +136 -0
- data/assets/img/centos-dynamicmsg-whitelogo.svg +172 -0
- data/assets/img/centos-dynamicmsg-whitetype.svg +142 -0
- data/assets/img/centos-gdm-whitelogo.svg +184 -0
- data/assets/img/centos-ipa-whiteheader.svg +162 -0
- data/assets/img/centos-logo-2bits.svg +142 -0
- data/assets/img/centos-logo.svg +171 -0
- data/assets/img/centos-message-logo.svg +304 -0
- data/assets/img/centos-motif.png +0 -0
- data/assets/img/centos-poweredby-logo.svg +258 -0
- data/assets/img/centos-symbol-2bits.svg +102 -0
- data/assets/img/centos-symbol.svg +121 -0
- data/assets/img/centos-type.svg +125 -0
- data/assets/img/centos-vertical-logo.svg +168 -0
- data/assets/img/centos-vertical-message-logo.svg +316 -0
- data/assets/img/centos-whitelogo.svg +161 -0
- data/assets/img/favicon.svg +121 -0
- data/assets/img/sort_asc.png +0 -0
- data/assets/img/sort_asc_disabled.png +0 -0
- data/assets/img/sort_both.png +0 -0
- data/assets/img/sort_desc.png +0 -0
- data/assets/img/sort_desc_disabled.png +0 -0
- data/assets/js/bootstrap.bundle.js +7075 -0
- data/assets/js/bootstrap.bundle.js.map +1 -0
- data/assets/js/bootstrap.bundle.min.js +7 -0
- data/assets/js/bootstrap.bundle.min.js.map +1 -0
- data/assets/js/bootstrap.esm.js +5202 -0
- data/assets/js/bootstrap.esm.js.map +1 -0
- data/assets/js/bootstrap.esm.min.js +7 -0
- data/assets/js/bootstrap.esm.min.js.map +1 -0
- data/assets/js/bootstrap.js +5249 -0
- data/assets/js/bootstrap.js.map +1 -0
- data/assets/js/bootstrap.min.js +7 -0
- data/assets/js/bootstrap.min.js.map +1 -0
- data/assets/js/clipboard.js +890 -0
- data/assets/js/clipboard.min.js +7 -0
- data/assets/js/dataTables.bootstrap5.js +200 -0
- data/assets/js/dataTables.bootstrap5.min.js +4 -0
- data/assets/js/dataTables.bootstrap5.min.mjs +4 -0
- data/assets/js/dataTables.bootstrap5.mjs +164 -0
- data/assets/js/jquery.js +10993 -0
- data/assets/js/jquery.min.js +2 -0
- data/assets/js/jquery.min.map +1 -0
- data/assets/js/jquery.slim.js +8894 -0
- data/assets/js/jquery.slim.min.js +2 -0
- data/assets/js/jquery.slim.min.map +1 -0
- data/assets/webfonts/Montserrat-Black.woff +0 -0
- data/assets/webfonts/Montserrat-Black.woff2 +0 -0
- data/assets/webfonts/Montserrat-BlackItalic.woff +0 -0
- data/assets/webfonts/Montserrat-BlackItalic.woff2 +0 -0
- data/assets/webfonts/Montserrat-Bold.woff +0 -0
- data/assets/webfonts/Montserrat-Bold.woff2 +0 -0
- data/assets/webfonts/Montserrat-BoldItalic.woff +0 -0
- data/assets/webfonts/Montserrat-BoldItalic.woff2 +0 -0
- data/assets/webfonts/Montserrat-ExtraBold.woff +0 -0
- data/assets/webfonts/Montserrat-ExtraBold.woff2 +0 -0
- data/assets/webfonts/Montserrat-ExtraBoldItalic.woff +0 -0
- data/assets/webfonts/Montserrat-ExtraBoldItalic.woff2 +0 -0
- data/assets/webfonts/Montserrat-ExtraLight.woff +0 -0
- data/assets/webfonts/Montserrat-ExtraLight.woff2 +0 -0
- data/assets/webfonts/Montserrat-ExtraLightItalic.woff +0 -0
- data/assets/webfonts/Montserrat-ExtraLightItalic.woff2 +0 -0
- data/assets/webfonts/Montserrat-Italic.woff +0 -0
- data/assets/webfonts/Montserrat-Italic.woff2 +0 -0
- data/assets/webfonts/Montserrat-Light.woff +0 -0
- data/assets/webfonts/Montserrat-Light.woff2 +0 -0
- data/assets/webfonts/Montserrat-LightItalic.woff +0 -0
- data/assets/webfonts/Montserrat-LightItalic.woff2 +0 -0
- data/assets/webfonts/Montserrat-Medium.woff +0 -0
- data/assets/webfonts/Montserrat-Medium.woff2 +0 -0
- data/assets/webfonts/Montserrat-MediumItalic.woff +0 -0
- data/assets/webfonts/Montserrat-MediumItalic.woff2 +0 -0
- data/assets/webfonts/Montserrat-Regular.woff +0 -0
- data/assets/webfonts/Montserrat-Regular.woff2 +0 -0
- data/assets/webfonts/Montserrat-SemiBold.woff +0 -0
- data/assets/webfonts/Montserrat-SemiBold.woff2 +0 -0
- data/assets/webfonts/Montserrat-SemiBoldItalic.woff +0 -0
- data/assets/webfonts/Montserrat-SemiBoldItalic.woff2 +0 -0
- data/assets/webfonts/Montserrat-Thin.woff +0 -0
- data/assets/webfonts/Montserrat-Thin.woff2 +0 -0
- data/assets/webfonts/Montserrat-ThinItalic.woff +0 -0
- data/assets/webfonts/Montserrat-ThinItalic.woff2 +0 -0
- data/assets/webfonts/MontserratAlternates-Black.woff +0 -0
- data/assets/webfonts/MontserratAlternates-Black.woff2 +0 -0
- data/assets/webfonts/MontserratAlternates-BlackItalic.woff +0 -0
- data/assets/webfonts/MontserratAlternates-BlackItalic.woff2 +0 -0
- data/assets/webfonts/MontserratAlternates-Bold.woff +0 -0
- data/assets/webfonts/MontserratAlternates-Bold.woff2 +0 -0
- data/assets/webfonts/MontserratAlternates-BoldItalic.woff +0 -0
- data/assets/webfonts/MontserratAlternates-BoldItalic.woff2 +0 -0
- data/assets/webfonts/MontserratAlternates-ExtraBold.woff +0 -0
- data/assets/webfonts/MontserratAlternates-ExtraBold.woff2 +0 -0
- data/assets/webfonts/MontserratAlternates-ExtraBoldItalic.woff +0 -0
- data/assets/webfonts/MontserratAlternates-ExtraBoldItalic.woff2 +0 -0
- data/assets/webfonts/MontserratAlternates-ExtraLight.woff +0 -0
- data/assets/webfonts/MontserratAlternates-ExtraLight.woff2 +0 -0
- data/assets/webfonts/MontserratAlternates-ExtraLightItalic.woff +0 -0
- data/assets/webfonts/MontserratAlternates-ExtraLightItalic.woff2 +0 -0
- data/assets/webfonts/MontserratAlternates-Italic.woff +0 -0
- data/assets/webfonts/MontserratAlternates-Italic.woff2 +0 -0
- data/assets/webfonts/MontserratAlternates-Light.woff +0 -0
- data/assets/webfonts/MontserratAlternates-Light.woff2 +0 -0
- data/assets/webfonts/MontserratAlternates-LightItalic.woff +0 -0
- data/assets/webfonts/MontserratAlternates-LightItalic.woff2 +0 -0
- data/assets/webfonts/MontserratAlternates-Medium.woff +0 -0
- data/assets/webfonts/MontserratAlternates-Medium.woff2 +0 -0
- data/assets/webfonts/MontserratAlternates-MediumItalic.woff +0 -0
- data/assets/webfonts/MontserratAlternates-MediumItalic.woff2 +0 -0
- data/assets/webfonts/MontserratAlternates-Regular.woff +0 -0
- data/assets/webfonts/MontserratAlternates-Regular.woff2 +0 -0
- data/assets/webfonts/MontserratAlternates-SemiBold.woff +0 -0
- data/assets/webfonts/MontserratAlternates-SemiBold.woff2 +0 -0
- data/assets/webfonts/MontserratAlternates-SemiBoldItalic.woff +0 -0
- data/assets/webfonts/MontserratAlternates-SemiBoldItalic.woff2 +0 -0
- data/assets/webfonts/MontserratAlternates-Thin.woff +0 -0
- data/assets/webfonts/MontserratAlternates-Thin.woff2 +0 -0
- data/assets/webfonts/MontserratAlternates-ThinItalic.woff +0 -0
- data/assets/webfonts/MontserratAlternates-ThinItalic.woff2 +0 -0
- data/assets/webfonts/fa-brands-400.ttf +0 -0
- data/assets/webfonts/fa-brands-400.woff2 +0 -0
- data/assets/webfonts/fa-regular-400.ttf +0 -0
- data/assets/webfonts/fa-regular-400.woff2 +0 -0
- data/assets/webfonts/fa-solid-900.ttf +0 -0
- data/assets/webfonts/fa-solid-900.woff2 +0 -0
- data/assets/webfonts/fa-v4compatibility.ttf +0 -0
- data/assets/webfonts/fa-v4compatibility.woff2 +0 -0
- data/assets/webfonts/overpass-mono-bold.woff +0 -0
- data/assets/webfonts/overpass-mono-bold.woff2 +0 -0
- data/assets/webfonts/overpass-mono-light.woff +0 -0
- data/assets/webfonts/overpass-mono-light.woff2 +0 -0
- data/assets/webfonts/overpass-mono-regular.woff +0 -0
- data/assets/webfonts/overpass-mono-regular.woff2 +0 -0
- data/assets/webfonts/overpass-mono-semibold.woff +0 -0
- data/assets/webfonts/overpass-mono-semibold.woff2 +0 -0
- metadata +247 -1
@@ -0,0 +1,234 @@
|
|
1
|
+
//
|
2
|
+
// Base styles
|
3
|
+
//
|
4
|
+
|
5
|
+
.card {
|
6
|
+
// scss-docs-start card-css-vars
|
7
|
+
--#{$prefix}card-spacer-y: #{$card-spacer-y};
|
8
|
+
--#{$prefix}card-spacer-x: #{$card-spacer-x};
|
9
|
+
--#{$prefix}card-title-spacer-y: #{$card-title-spacer-y};
|
10
|
+
--#{$prefix}card-border-width: #{$card-border-width};
|
11
|
+
--#{$prefix}card-border-color: #{$card-border-color};
|
12
|
+
--#{$prefix}card-border-radius: #{$card-border-radius};
|
13
|
+
--#{$prefix}card-box-shadow: #{$card-box-shadow};
|
14
|
+
--#{$prefix}card-inner-border-radius: #{$card-inner-border-radius};
|
15
|
+
--#{$prefix}card-cap-padding-y: #{$card-cap-padding-y};
|
16
|
+
--#{$prefix}card-cap-padding-x: #{$card-cap-padding-x};
|
17
|
+
--#{$prefix}card-cap-bg: #{$card-cap-bg};
|
18
|
+
--#{$prefix}card-cap-color: #{$card-cap-color};
|
19
|
+
--#{$prefix}card-height: #{$card-height};
|
20
|
+
--#{$prefix}card-color: #{$card-color};
|
21
|
+
--#{$prefix}card-bg: #{$card-bg};
|
22
|
+
--#{$prefix}card-img-overlay-padding: #{$card-img-overlay-padding};
|
23
|
+
--#{$prefix}card-group-margin: #{$card-group-margin};
|
24
|
+
// scss-docs-end card-css-vars
|
25
|
+
|
26
|
+
position: relative;
|
27
|
+
display: flex;
|
28
|
+
flex-direction: column;
|
29
|
+
min-width: 0; // See https://github.com/twbs/bootstrap/pull/22740#issuecomment-305868106
|
30
|
+
height: var(--#{$prefix}card-height);
|
31
|
+
word-wrap: break-word;
|
32
|
+
background-color: var(--#{$prefix}card-bg);
|
33
|
+
background-clip: border-box;
|
34
|
+
border: var(--#{$prefix}card-border-width) solid var(--#{$prefix}card-border-color);
|
35
|
+
@include border-radius(var(--#{$prefix}card-border-radius));
|
36
|
+
@include box-shadow(var(--#{$prefix}card-box-shadow));
|
37
|
+
|
38
|
+
> hr {
|
39
|
+
margin-right: 0;
|
40
|
+
margin-left: 0;
|
41
|
+
}
|
42
|
+
|
43
|
+
> .list-group {
|
44
|
+
border-top: inherit;
|
45
|
+
border-bottom: inherit;
|
46
|
+
|
47
|
+
&:first-child {
|
48
|
+
border-top-width: 0;
|
49
|
+
@include border-top-radius(var(--#{$prefix}card-inner-border-radius));
|
50
|
+
}
|
51
|
+
|
52
|
+
&:last-child {
|
53
|
+
border-bottom-width: 0;
|
54
|
+
@include border-bottom-radius(var(--#{$prefix}card-inner-border-radius));
|
55
|
+
}
|
56
|
+
}
|
57
|
+
|
58
|
+
// Due to specificity of the above selector (`.card > .list-group`), we must
|
59
|
+
// use a child selector here to prevent double borders.
|
60
|
+
> .card-header + .list-group,
|
61
|
+
> .list-group + .card-footer {
|
62
|
+
border-top: 0;
|
63
|
+
}
|
64
|
+
}
|
65
|
+
|
66
|
+
.card-body {
|
67
|
+
// Enable `flex-grow: 1` for decks and groups so that card blocks take up
|
68
|
+
// as much space as possible, ensuring footers are aligned to the bottom.
|
69
|
+
flex: 1 1 auto;
|
70
|
+
padding: var(--#{$prefix}card-spacer-y) var(--#{$prefix}card-spacer-x);
|
71
|
+
color: var(--#{$prefix}card-color);
|
72
|
+
}
|
73
|
+
|
74
|
+
.card-title {
|
75
|
+
margin-bottom: var(--#{$prefix}card-title-spacer-y);
|
76
|
+
}
|
77
|
+
|
78
|
+
.card-subtitle {
|
79
|
+
margin-top: calc(-.5 * var(--#{$prefix}card-title-spacer-y)); // stylelint-disable-line function-disallowed-list
|
80
|
+
margin-bottom: 0;
|
81
|
+
}
|
82
|
+
|
83
|
+
.card-text:last-child {
|
84
|
+
margin-bottom: 0;
|
85
|
+
}
|
86
|
+
|
87
|
+
.card-link {
|
88
|
+
&:hover {
|
89
|
+
text-decoration: if($link-hover-decoration == underline, none, null);
|
90
|
+
}
|
91
|
+
|
92
|
+
+ .card-link {
|
93
|
+
margin-left: var(--#{$prefix}card-spacer-x);
|
94
|
+
}
|
95
|
+
}
|
96
|
+
|
97
|
+
//
|
98
|
+
// Optional textual caps
|
99
|
+
//
|
100
|
+
|
101
|
+
.card-header {
|
102
|
+
padding: var(--#{$prefix}card-cap-padding-y) var(--#{$prefix}card-cap-padding-x);
|
103
|
+
margin-bottom: 0; // Removes the default margin-bottom of <hN>
|
104
|
+
color: var(--#{$prefix}card-cap-color);
|
105
|
+
background-color: var(--#{$prefix}card-cap-bg);
|
106
|
+
border-bottom: var(--#{$prefix}card-border-width) solid var(--#{$prefix}card-border-color);
|
107
|
+
|
108
|
+
&:first-child {
|
109
|
+
@include border-radius(var(--#{$prefix}card-inner-border-radius) var(--#{$prefix}card-inner-border-radius) 0 0);
|
110
|
+
}
|
111
|
+
}
|
112
|
+
|
113
|
+
.card-footer {
|
114
|
+
padding: var(--#{$prefix}card-cap-padding-y) var(--#{$prefix}card-cap-padding-x);
|
115
|
+
color: var(--#{$prefix}card-cap-color);
|
116
|
+
background-color: var(--#{$prefix}card-cap-bg);
|
117
|
+
border-top: var(--#{$prefix}card-border-width) solid var(--#{$prefix}card-border-color);
|
118
|
+
|
119
|
+
&:last-child {
|
120
|
+
@include border-radius(0 0 var(--#{$prefix}card-inner-border-radius) var(--#{$prefix}card-inner-border-radius));
|
121
|
+
}
|
122
|
+
}
|
123
|
+
|
124
|
+
|
125
|
+
//
|
126
|
+
// Header navs
|
127
|
+
//
|
128
|
+
|
129
|
+
.card-header-tabs {
|
130
|
+
margin-right: calc(-.5 * var(--#{$prefix}card-cap-padding-x)); // stylelint-disable-line function-disallowed-list
|
131
|
+
margin-bottom: calc(-1 * var(--#{$prefix}card-cap-padding-y)); // stylelint-disable-line function-disallowed-list
|
132
|
+
margin-left: calc(-.5 * var(--#{$prefix}card-cap-padding-x)); // stylelint-disable-line function-disallowed-list
|
133
|
+
border-bottom: 0;
|
134
|
+
|
135
|
+
.nav-link.active {
|
136
|
+
background-color: var(--#{$prefix}card-bg);
|
137
|
+
border-bottom-color: var(--#{$prefix}card-bg);
|
138
|
+
}
|
139
|
+
}
|
140
|
+
|
141
|
+
.card-header-pills {
|
142
|
+
margin-right: calc(-.5 * var(--#{$prefix}card-cap-padding-x)); // stylelint-disable-line function-disallowed-list
|
143
|
+
margin-left: calc(-.5 * var(--#{$prefix}card-cap-padding-x)); // stylelint-disable-line function-disallowed-list
|
144
|
+
}
|
145
|
+
|
146
|
+
// Card image
|
147
|
+
.card-img-overlay {
|
148
|
+
position: absolute;
|
149
|
+
top: 0;
|
150
|
+
right: 0;
|
151
|
+
bottom: 0;
|
152
|
+
left: 0;
|
153
|
+
padding: var(--#{$prefix}card-img-overlay-padding);
|
154
|
+
@include border-radius(var(--#{$prefix}card-inner-border-radius));
|
155
|
+
}
|
156
|
+
|
157
|
+
.card-img,
|
158
|
+
.card-img-top,
|
159
|
+
.card-img-bottom {
|
160
|
+
width: 100%; // Required because we use flexbox and this inherently applies align-self: stretch
|
161
|
+
}
|
162
|
+
|
163
|
+
.card-img,
|
164
|
+
.card-img-top {
|
165
|
+
@include border-top-radius(var(--#{$prefix}card-inner-border-radius));
|
166
|
+
}
|
167
|
+
|
168
|
+
.card-img,
|
169
|
+
.card-img-bottom {
|
170
|
+
@include border-bottom-radius(var(--#{$prefix}card-inner-border-radius));
|
171
|
+
}
|
172
|
+
|
173
|
+
|
174
|
+
//
|
175
|
+
// Card groups
|
176
|
+
//
|
177
|
+
|
178
|
+
.card-group {
|
179
|
+
// The child selector allows nested `.card` within `.card-group`
|
180
|
+
// to display properly.
|
181
|
+
> .card {
|
182
|
+
margin-bottom: var(--#{$prefix}card-group-margin);
|
183
|
+
}
|
184
|
+
|
185
|
+
@include media-breakpoint-up(sm) {
|
186
|
+
display: flex;
|
187
|
+
flex-flow: row wrap;
|
188
|
+
// The child selector allows nested `.card` within `.card-group`
|
189
|
+
// to display properly.
|
190
|
+
> .card {
|
191
|
+
// Flexbugs #4: https://github.com/philipwalton/flexbugs#flexbug-4
|
192
|
+
flex: 1 0 0%;
|
193
|
+
margin-bottom: 0;
|
194
|
+
|
195
|
+
+ .card {
|
196
|
+
margin-left: 0;
|
197
|
+
border-left: 0;
|
198
|
+
}
|
199
|
+
|
200
|
+
// Handle rounded corners
|
201
|
+
@if $enable-rounded {
|
202
|
+
&:not(:last-child) {
|
203
|
+
@include border-end-radius(0);
|
204
|
+
|
205
|
+
.card-img-top,
|
206
|
+
.card-header {
|
207
|
+
// stylelint-disable-next-line property-disallowed-list
|
208
|
+
border-top-right-radius: 0;
|
209
|
+
}
|
210
|
+
.card-img-bottom,
|
211
|
+
.card-footer {
|
212
|
+
// stylelint-disable-next-line property-disallowed-list
|
213
|
+
border-bottom-right-radius: 0;
|
214
|
+
}
|
215
|
+
}
|
216
|
+
|
217
|
+
&:not(:first-child) {
|
218
|
+
@include border-start-radius(0);
|
219
|
+
|
220
|
+
.card-img-top,
|
221
|
+
.card-header {
|
222
|
+
// stylelint-disable-next-line property-disallowed-list
|
223
|
+
border-top-left-radius: 0;
|
224
|
+
}
|
225
|
+
.card-img-bottom,
|
226
|
+
.card-footer {
|
227
|
+
// stylelint-disable-next-line property-disallowed-list
|
228
|
+
border-bottom-left-radius: 0;
|
229
|
+
}
|
230
|
+
}
|
231
|
+
}
|
232
|
+
}
|
233
|
+
}
|
234
|
+
}
|
@@ -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
|
+
}
|