jekyll-theme-lydde 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.txt +21 -0
- data/README.md +79 -0
- data/_includes/breadcrumb.liquid +20 -0
- data/_includes/footer.liquid +60 -0
- data/_includes/header.liquid +124 -0
- data/_includes/info.liquid +15 -0
- data/_includes/menu.liquid +26 -0
- data/_includes/post-author.liquid +59 -0
- data/_includes/post-categories.liquid +13 -0
- data/_includes/post-share.liquid +26 -0
- data/_includes/post-tags.liquid +16 -0
- data/_includes/post-toc.liquid +86 -0
- data/_includes/scripts.liquid +15 -0
- data/_layouts/default.html +33 -0
- data/_layouts/home.html +6 -0
- data/_layouts/page.html +10 -0
- data/_layouts/post.html +33 -0
- data/_sass/bootstrap/_accordion.scss +158 -0
- data/_sass/bootstrap/_alert.scss +68 -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 +239 -0
- data/_sass/bootstrap/_carousel.scss +244 -0
- data/_sass/bootstrap/_close.scss +63 -0
- data/_sass/bootstrap/_containers.scss +41 -0
- data/_sass/bootstrap/_dropdown.scss +250 -0
- data/_sass/bootstrap/_forms.scss +9 -0
- data/_sass/bootstrap/_functions.scss +302 -0
- data/_sass/bootstrap/_grid.scss +39 -0
- data/_sass/bootstrap/_helpers.scss +12 -0
- data/_sass/bootstrap/_images.scss +42 -0
- data/_sass/bootstrap/_list-group.scss +197 -0
- data/_sass/bootstrap/_maps.scss +174 -0
- data/_sass/bootstrap/_mixins.scss +42 -0
- data/_sass/bootstrap/_modal.scss +237 -0
- data/_sass/bootstrap/_nav.scss +209 -0
- data/_sass/bootstrap/_navbar.scss +289 -0
- data/_sass/bootstrap/_offcanvas.scss +146 -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 +68 -0
- data/_sass/bootstrap/_reboot.scss +610 -0
- data/_sass/bootstrap/_root.scss +184 -0
- data/_sass/bootstrap/_spinners.scss +85 -0
- data/_sass/bootstrap/_tables.scss +171 -0
- data/_sass/bootstrap/_toasts.scss +73 -0
- data/_sass/bootstrap/_tooltip.scss +119 -0
- data/_sass/bootstrap/_transitions.scss +27 -0
- data/_sass/bootstrap/_type.scss +106 -0
- data/_sass/bootstrap/_utilities.scss +806 -0
- data/_sass/bootstrap/_variables-dark.scss +85 -0
- data/_sass/bootstrap/_variables.scss +1743 -0
- data/_sass/bootstrap/bootstrap-grid.scss +62 -0
- data/_sass/bootstrap/bootstrap-reboot.scss +10 -0
- data/_sass/bootstrap/bootstrap-utilities.scss +19 -0
- data/_sass/bootstrap/bootstrap.scss +52 -0
- data/_sass/bootstrap/forms/_floating-labels.scss +94 -0
- data/_sass/bootstrap/forms/_form-check.scss +188 -0
- data/_sass/bootstrap/forms/_form-control.scss +214 -0
- data/_sass/bootstrap/forms/_form-range.scss +91 -0
- data/_sass/bootstrap/forms/_form-select.scss +80 -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 +8 -0
- data/_sass/bootstrap/helpers/_colored-links.scss +30 -0
- data/_sass/bootstrap/helpers/_focus-ring.scss +5 -0
- data/_sass/bootstrap/helpers/_icon-link.scss +25 -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 +18 -0
- data/_sass/bootstrap/mixins/_backdrop.scss +14 -0
- data/_sass/bootstrap/mixins/_banner.scss +7 -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 +69 -0
- data/_sass/bootstrap/mixins/_clearfix.scss +9 -0
- data/_sass/bootstrap/mixins/_color-mode.scss +21 -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 +153 -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 +26 -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 +33 -0
- data/_sass/bootstrap/tests/jasmine.js +16 -0
- data/_sass/bootstrap/tests/mixins/_color-modes.test.scss +69 -0
- data/_sass/bootstrap/tests/mixins/_media-query-color-mode-full.test.scss +8 -0
- data/_sass/bootstrap/tests/mixins/_utilities.test.scss +393 -0
- data/_sass/bootstrap/tests/sass-true/register.js +14 -0
- data/_sass/bootstrap/tests/sass-true/runner.js +17 -0
- data/_sass/bootstrap/tests/utilities/_api.test.scss +75 -0
- data/_sass/bootstrap/utilities/_api.scss +47 -0
- data/_sass/bootstrap/vendor/_rfs.scss +348 -0
- data/_sass/code.scss +80 -0
- data/_sass/html.scss +26 -0
- data/_sass/variables.scss +29 -0
- data/_sass/website.scss +31 -0
- data/assets/images/_default.jpeg +0 -0
- data/assets/images/categories.jpeg +0 -0
- data/assets/images/home.jpeg +0 -0
- data/assets/images/koubyak.jpeg +0 -0
- data/assets/images/news.jpeg +0 -0
- data/assets/images/page.jpeg +0 -0
- data/assets/images/pages.jpeg +0 -0
- data/assets/images/post.jpeg +0 -0
- data/assets/images/posts.jpeg +0 -0
- data/assets/images/tags.jpeg +0 -0
- data/assets/logo.png +0 -0
- data/assets/lydde.png +0 -0
- data/assets/resources/site/404.md +11 -0
- data/assets/resources/site/humans.txt +31 -0
- data/assets/resources/site/robots.txt +7 -0
- data/assets/resources/site/site.webmanifest +36 -0
- data/assets/resources/site/sitemap.md +36 -0
- data/assets/resources/site/sitemap.xml +52 -0
- data/assets/scripts/bootstrap/bootstrap.bundle.js +6306 -0
- data/assets/scripts/bootstrap/bootstrap.bundle.js.map +1 -0
- data/assets/scripts/bootstrap/bootstrap.bundle.min.js +7 -0
- data/assets/scripts/bootstrap/bootstrap.bundle.min.js.map +1 -0
- data/assets/scripts/bootstrap/bootstrap.esm.js +4439 -0
- data/assets/scripts/bootstrap/bootstrap.esm.js.map +1 -0
- data/assets/scripts/bootstrap/bootstrap.esm.min.js +7 -0
- data/assets/scripts/bootstrap/bootstrap.esm.min.js.map +1 -0
- data/assets/scripts/bootstrap/bootstrap.js +4486 -0
- data/assets/scripts/bootstrap/bootstrap.js.map +1 -0
- data/assets/scripts/bootstrap/bootstrap.min.js +7 -0
- data/assets/scripts/bootstrap/bootstrap.min.js.map +1 -0
- data/assets/scripts/main.js +7 -0
- data/assets/styles/main.scss +23 -0
- metadata +209 -0
@@ -0,0 +1,62 @@
|
|
1
|
+
@import "mixins/banner";
|
2
|
+
@include bsBanner(Grid);
|
3
|
+
|
4
|
+
$include-column-box-sizing: true !default;
|
5
|
+
|
6
|
+
@import "functions";
|
7
|
+
@import "variables";
|
8
|
+
@import "variables-dark";
|
9
|
+
@import "maps";
|
10
|
+
|
11
|
+
@import "mixins/breakpoints";
|
12
|
+
@import "mixins/container";
|
13
|
+
@import "mixins/grid";
|
14
|
+
@import "mixins/utilities";
|
15
|
+
|
16
|
+
@import "vendor/rfs";
|
17
|
+
|
18
|
+
@import "containers";
|
19
|
+
@import "grid";
|
20
|
+
|
21
|
+
@import "utilities";
|
22
|
+
// Only use the utilities we need
|
23
|
+
// stylelint-disable-next-line scss/dollar-variable-default
|
24
|
+
$utilities: map-get-multiple(
|
25
|
+
$utilities,
|
26
|
+
(
|
27
|
+
"display",
|
28
|
+
"order",
|
29
|
+
"flex",
|
30
|
+
"flex-direction",
|
31
|
+
"flex-grow",
|
32
|
+
"flex-shrink",
|
33
|
+
"flex-wrap",
|
34
|
+
"justify-content",
|
35
|
+
"align-items",
|
36
|
+
"align-content",
|
37
|
+
"align-self",
|
38
|
+
"margin",
|
39
|
+
"margin-x",
|
40
|
+
"margin-y",
|
41
|
+
"margin-top",
|
42
|
+
"margin-end",
|
43
|
+
"margin-bottom",
|
44
|
+
"margin-start",
|
45
|
+
"negative-margin",
|
46
|
+
"negative-margin-x",
|
47
|
+
"negative-margin-y",
|
48
|
+
"negative-margin-top",
|
49
|
+
"negative-margin-end",
|
50
|
+
"negative-margin-bottom",
|
51
|
+
"negative-margin-start",
|
52
|
+
"padding",
|
53
|
+
"padding-x",
|
54
|
+
"padding-y",
|
55
|
+
"padding-top",
|
56
|
+
"padding-end",
|
57
|
+
"padding-bottom",
|
58
|
+
"padding-start",
|
59
|
+
)
|
60
|
+
);
|
61
|
+
|
62
|
+
@import "utilities/api";
|
@@ -0,0 +1,19 @@
|
|
1
|
+
@import "mixins/banner";
|
2
|
+
@include bsBanner(Utilities);
|
3
|
+
|
4
|
+
// Configuration
|
5
|
+
@import "functions";
|
6
|
+
@import "variables";
|
7
|
+
@import "variables-dark";
|
8
|
+
@import "maps";
|
9
|
+
@import "mixins";
|
10
|
+
@import "utilities";
|
11
|
+
|
12
|
+
// Layout & components
|
13
|
+
@import "root";
|
14
|
+
|
15
|
+
// Helpers
|
16
|
+
@import "helpers";
|
17
|
+
|
18
|
+
// Utilities
|
19
|
+
@import "utilities/api";
|
@@ -0,0 +1,52 @@
|
|
1
|
+
@import "mixins/banner";
|
2
|
+
@include bsBanner("");
|
3
|
+
|
4
|
+
|
5
|
+
// scss-docs-start import-stack
|
6
|
+
// Configuration
|
7
|
+
@import "functions";
|
8
|
+
@import "variables";
|
9
|
+
@import "variables-dark";
|
10
|
+
@import "maps";
|
11
|
+
@import "mixins";
|
12
|
+
@import "utilities";
|
13
|
+
|
14
|
+
// Layout & components
|
15
|
+
@import "root";
|
16
|
+
@import "reboot";
|
17
|
+
@import "type";
|
18
|
+
@import "images";
|
19
|
+
@import "containers";
|
20
|
+
@import "grid";
|
21
|
+
@import "tables";
|
22
|
+
@import "forms";
|
23
|
+
@import "buttons";
|
24
|
+
@import "transitions";
|
25
|
+
@import "dropdown";
|
26
|
+
@import "button-group";
|
27
|
+
@import "nav";
|
28
|
+
@import "navbar";
|
29
|
+
@import "card";
|
30
|
+
@import "accordion";
|
31
|
+
@import "breadcrumb";
|
32
|
+
@import "pagination";
|
33
|
+
@import "badge";
|
34
|
+
@import "alert";
|
35
|
+
@import "progress";
|
36
|
+
@import "list-group";
|
37
|
+
@import "close";
|
38
|
+
@import "toasts";
|
39
|
+
@import "modal";
|
40
|
+
@import "tooltip";
|
41
|
+
@import "popover";
|
42
|
+
@import "carousel";
|
43
|
+
@import "spinners";
|
44
|
+
@import "offcanvas";
|
45
|
+
@import "placeholders";
|
46
|
+
|
47
|
+
// Helpers
|
48
|
+
@import "helpers";
|
49
|
+
|
50
|
+
// Utilities
|
51
|
+
@import "utilities/api";
|
52
|
+
// scss-docs-end import-stack
|
@@ -0,0 +1,94 @@
|
|
1
|
+
.form-floating {
|
2
|
+
position: relative;
|
3
|
+
|
4
|
+
> .form-control,
|
5
|
+
> .form-control-plaintext,
|
6
|
+
> .form-select {
|
7
|
+
height: $form-floating-height;
|
8
|
+
min-height: $form-floating-height;
|
9
|
+
line-height: $form-floating-line-height;
|
10
|
+
}
|
11
|
+
|
12
|
+
> label {
|
13
|
+
position: absolute;
|
14
|
+
top: 0;
|
15
|
+
left: 0;
|
16
|
+
z-index: 2;
|
17
|
+
height: 100%; // allow textareas
|
18
|
+
padding: $form-floating-padding-y $form-floating-padding-x;
|
19
|
+
overflow: hidden;
|
20
|
+
text-align: start;
|
21
|
+
text-overflow: ellipsis;
|
22
|
+
white-space: nowrap;
|
23
|
+
pointer-events: none;
|
24
|
+
border: $input-border-width solid transparent; // Required for aligning label's text with the input as it affects inner box model
|
25
|
+
transform-origin: 0 0;
|
26
|
+
@include transition($form-floating-transition);
|
27
|
+
}
|
28
|
+
|
29
|
+
> .form-control,
|
30
|
+
> .form-control-plaintext {
|
31
|
+
padding: $form-floating-padding-y $form-floating-padding-x;
|
32
|
+
|
33
|
+
&::placeholder {
|
34
|
+
color: transparent;
|
35
|
+
}
|
36
|
+
|
37
|
+
&:focus,
|
38
|
+
&:not(:placeholder-shown) {
|
39
|
+
padding-top: $form-floating-input-padding-t;
|
40
|
+
padding-bottom: $form-floating-input-padding-b;
|
41
|
+
}
|
42
|
+
// Duplicated because `:-webkit-autofill` invalidates other selectors when grouped
|
43
|
+
&:-webkit-autofill {
|
44
|
+
padding-top: $form-floating-input-padding-t;
|
45
|
+
padding-bottom: $form-floating-input-padding-b;
|
46
|
+
}
|
47
|
+
}
|
48
|
+
|
49
|
+
> .form-select {
|
50
|
+
padding-top: $form-floating-input-padding-t;
|
51
|
+
padding-bottom: $form-floating-input-padding-b;
|
52
|
+
}
|
53
|
+
|
54
|
+
> .form-control:focus,
|
55
|
+
> .form-control:not(:placeholder-shown),
|
56
|
+
> .form-control-plaintext,
|
57
|
+
> .form-select {
|
58
|
+
~ label {
|
59
|
+
color: rgba(var(--#{$prefix}body-color-rgb), #{$form-floating-label-opacity});
|
60
|
+
transform: $form-floating-label-transform;
|
61
|
+
|
62
|
+
&::after {
|
63
|
+
position: absolute;
|
64
|
+
inset: $form-floating-padding-y ($form-floating-padding-x * .5);
|
65
|
+
z-index: -1;
|
66
|
+
height: $form-floating-label-height;
|
67
|
+
content: "";
|
68
|
+
background-color: $input-bg;
|
69
|
+
@include border-radius($input-border-radius);
|
70
|
+
}
|
71
|
+
}
|
72
|
+
}
|
73
|
+
// Duplicated because `:-webkit-autofill` invalidates other selectors when grouped
|
74
|
+
> .form-control:-webkit-autofill {
|
75
|
+
~ label {
|
76
|
+
color: rgba(var(--#{$prefix}body-color-rgb), #{$form-floating-label-opacity});
|
77
|
+
transform: $form-floating-label-transform;
|
78
|
+
}
|
79
|
+
}
|
80
|
+
|
81
|
+
> .form-control-plaintext {
|
82
|
+
~ label {
|
83
|
+
border-width: $input-border-width 0; // Required to properly position label text - as explained above
|
84
|
+
}
|
85
|
+
}
|
86
|
+
|
87
|
+
> :disabled ~ label {
|
88
|
+
color: $form-floating-label-disabled-color;
|
89
|
+
|
90
|
+
&::after {
|
91
|
+
background-color: $input-disabled-bg;
|
92
|
+
}
|
93
|
+
}
|
94
|
+
}
|
@@ -0,0 +1,188 @@
|
|
1
|
+
//
|
2
|
+
// Check/radio
|
3
|
+
//
|
4
|
+
|
5
|
+
.form-check {
|
6
|
+
display: block;
|
7
|
+
min-height: $form-check-min-height;
|
8
|
+
padding-left: $form-check-padding-start;
|
9
|
+
margin-bottom: $form-check-margin-bottom;
|
10
|
+
|
11
|
+
.form-check-input {
|
12
|
+
float: left;
|
13
|
+
margin-left: $form-check-padding-start * -1;
|
14
|
+
}
|
15
|
+
}
|
16
|
+
|
17
|
+
.form-check-reverse {
|
18
|
+
padding-right: $form-check-padding-start;
|
19
|
+
padding-left: 0;
|
20
|
+
text-align: right;
|
21
|
+
|
22
|
+
.form-check-input {
|
23
|
+
float: right;
|
24
|
+
margin-right: $form-check-padding-start * -1;
|
25
|
+
margin-left: 0;
|
26
|
+
}
|
27
|
+
}
|
28
|
+
|
29
|
+
.form-check-input {
|
30
|
+
--#{$prefix}form-check-bg: #{$form-check-input-bg};
|
31
|
+
|
32
|
+
width: $form-check-input-width;
|
33
|
+
height: $form-check-input-width;
|
34
|
+
margin-top: ($line-height-base - $form-check-input-width) * .5; // line-height minus check height
|
35
|
+
vertical-align: top;
|
36
|
+
background-color: var(--#{$prefix}form-check-bg);
|
37
|
+
background-image: var(--#{$prefix}form-check-bg-image);
|
38
|
+
background-repeat: no-repeat;
|
39
|
+
background-position: center;
|
40
|
+
background-size: contain;
|
41
|
+
border: $form-check-input-border;
|
42
|
+
appearance: none;
|
43
|
+
print-color-adjust: exact; // Keep themed appearance for print
|
44
|
+
@include transition($form-check-transition);
|
45
|
+
|
46
|
+
&[type="checkbox"] {
|
47
|
+
@include border-radius($form-check-input-border-radius);
|
48
|
+
}
|
49
|
+
|
50
|
+
&[type="radio"] {
|
51
|
+
// stylelint-disable-next-line property-disallowed-list
|
52
|
+
border-radius: $form-check-radio-border-radius;
|
53
|
+
}
|
54
|
+
|
55
|
+
&:active {
|
56
|
+
filter: $form-check-input-active-filter;
|
57
|
+
}
|
58
|
+
|
59
|
+
&:focus {
|
60
|
+
border-color: $form-check-input-focus-border;
|
61
|
+
outline: 0;
|
62
|
+
box-shadow: $form-check-input-focus-box-shadow;
|
63
|
+
}
|
64
|
+
|
65
|
+
&:checked {
|
66
|
+
background-color: $form-check-input-checked-bg-color;
|
67
|
+
border-color: $form-check-input-checked-border-color;
|
68
|
+
|
69
|
+
&[type="checkbox"] {
|
70
|
+
@if $enable-gradients {
|
71
|
+
--#{$prefix}form-check-bg-image: #{escape-svg($form-check-input-checked-bg-image)}, var(--#{$prefix}gradient);
|
72
|
+
} @else {
|
73
|
+
--#{$prefix}form-check-bg-image: #{escape-svg($form-check-input-checked-bg-image)};
|
74
|
+
}
|
75
|
+
}
|
76
|
+
|
77
|
+
&[type="radio"] {
|
78
|
+
@if $enable-gradients {
|
79
|
+
--#{$prefix}form-check-bg-image: #{escape-svg($form-check-radio-checked-bg-image)}, var(--#{$prefix}gradient);
|
80
|
+
} @else {
|
81
|
+
--#{$prefix}form-check-bg-image: #{escape-svg($form-check-radio-checked-bg-image)};
|
82
|
+
}
|
83
|
+
}
|
84
|
+
}
|
85
|
+
|
86
|
+
&[type="checkbox"]:indeterminate {
|
87
|
+
background-color: $form-check-input-indeterminate-bg-color;
|
88
|
+
border-color: $form-check-input-indeterminate-border-color;
|
89
|
+
|
90
|
+
@if $enable-gradients {
|
91
|
+
--#{$prefix}form-check-bg-image: #{escape-svg($form-check-input-indeterminate-bg-image)}, var(--#{$prefix}gradient);
|
92
|
+
} @else {
|
93
|
+
--#{$prefix}form-check-bg-image: #{escape-svg($form-check-input-indeterminate-bg-image)};
|
94
|
+
}
|
95
|
+
}
|
96
|
+
|
97
|
+
&:disabled {
|
98
|
+
pointer-events: none;
|
99
|
+
filter: none;
|
100
|
+
opacity: $form-check-input-disabled-opacity;
|
101
|
+
}
|
102
|
+
|
103
|
+
// Use disabled attribute in addition of :disabled pseudo-class
|
104
|
+
// See: https://github.com/twbs/bootstrap/issues/28247
|
105
|
+
&[disabled],
|
106
|
+
&:disabled {
|
107
|
+
~ .form-check-label {
|
108
|
+
cursor: default;
|
109
|
+
opacity: $form-check-label-disabled-opacity;
|
110
|
+
}
|
111
|
+
}
|
112
|
+
}
|
113
|
+
|
114
|
+
.form-check-label {
|
115
|
+
color: $form-check-label-color;
|
116
|
+
cursor: $form-check-label-cursor;
|
117
|
+
}
|
118
|
+
|
119
|
+
//
|
120
|
+
// Switch
|
121
|
+
//
|
122
|
+
|
123
|
+
.form-switch {
|
124
|
+
padding-left: $form-switch-padding-start;
|
125
|
+
|
126
|
+
.form-check-input {
|
127
|
+
--#{$prefix}form-switch-bg: #{escape-svg($form-switch-bg-image)};
|
128
|
+
|
129
|
+
width: $form-switch-width;
|
130
|
+
margin-left: $form-switch-padding-start * -1;
|
131
|
+
background-image: var(--#{$prefix}form-switch-bg);
|
132
|
+
background-position: left center;
|
133
|
+
@include border-radius($form-switch-border-radius);
|
134
|
+
@include transition($form-switch-transition);
|
135
|
+
|
136
|
+
&:focus {
|
137
|
+
--#{$prefix}form-switch-bg: #{escape-svg($form-switch-focus-bg-image)};
|
138
|
+
}
|
139
|
+
|
140
|
+
&:checked {
|
141
|
+
background-position: $form-switch-checked-bg-position;
|
142
|
+
|
143
|
+
@if $enable-gradients {
|
144
|
+
--#{$prefix}form-switch-bg: #{escape-svg($form-switch-checked-bg-image)}, var(--#{$prefix}gradient);
|
145
|
+
} @else {
|
146
|
+
--#{$prefix}form-switch-bg: #{escape-svg($form-switch-checked-bg-image)};
|
147
|
+
}
|
148
|
+
}
|
149
|
+
}
|
150
|
+
|
151
|
+
&.form-check-reverse {
|
152
|
+
padding-right: $form-switch-padding-start;
|
153
|
+
padding-left: 0;
|
154
|
+
|
155
|
+
.form-check-input {
|
156
|
+
margin-right: $form-switch-padding-start * -1;
|
157
|
+
margin-left: 0;
|
158
|
+
}
|
159
|
+
}
|
160
|
+
}
|
161
|
+
|
162
|
+
.form-check-inline {
|
163
|
+
display: inline-block;
|
164
|
+
margin-right: $form-check-inline-margin-end;
|
165
|
+
}
|
166
|
+
|
167
|
+
.btn-check {
|
168
|
+
position: absolute;
|
169
|
+
clip: rect(0, 0, 0, 0);
|
170
|
+
pointer-events: none;
|
171
|
+
|
172
|
+
&[disabled],
|
173
|
+
&:disabled {
|
174
|
+
+ .btn {
|
175
|
+
pointer-events: none;
|
176
|
+
filter: none;
|
177
|
+
opacity: $form-check-btn-check-disabled-opacity;
|
178
|
+
}
|
179
|
+
}
|
180
|
+
}
|
181
|
+
|
182
|
+
@if $enable-dark-mode {
|
183
|
+
@include color-mode(dark) {
|
184
|
+
.form-switch .form-check-input:not(:checked):not(:focus) {
|
185
|
+
--#{$prefix}form-switch-bg: #{escape-svg($form-switch-bg-image-dark)};
|
186
|
+
}
|
187
|
+
}
|
188
|
+
}
|
@@ -0,0 +1,214 @@
|
|
1
|
+
//
|
2
|
+
// General form controls (plus a few specific high-level interventions)
|
3
|
+
//
|
4
|
+
|
5
|
+
.form-control {
|
6
|
+
display: block;
|
7
|
+
width: 100%;
|
8
|
+
padding: $input-padding-y $input-padding-x;
|
9
|
+
font-family: $input-font-family;
|
10
|
+
@include font-size($input-font-size);
|
11
|
+
font-weight: $input-font-weight;
|
12
|
+
line-height: $input-line-height;
|
13
|
+
color: $input-color;
|
14
|
+
background-color: $input-bg;
|
15
|
+
background-clip: padding-box;
|
16
|
+
border: $input-border-width solid $input-border-color;
|
17
|
+
appearance: none; // Fix appearance for date inputs in Safari
|
18
|
+
|
19
|
+
// Note: This has no effect on <select>s in some browsers, due to the limited stylability of `<select>`s in CSS.
|
20
|
+
@include border-radius($input-border-radius, 0);
|
21
|
+
|
22
|
+
@include box-shadow($input-box-shadow);
|
23
|
+
@include transition($input-transition);
|
24
|
+
|
25
|
+
&[type="file"] {
|
26
|
+
overflow: hidden; // prevent pseudo element button overlap
|
27
|
+
|
28
|
+
&:not(:disabled):not([readonly]) {
|
29
|
+
cursor: pointer;
|
30
|
+
}
|
31
|
+
}
|
32
|
+
|
33
|
+
// Customize the `:focus` state to imitate native WebKit styles.
|
34
|
+
&:focus {
|
35
|
+
color: $input-focus-color;
|
36
|
+
background-color: $input-focus-bg;
|
37
|
+
border-color: $input-focus-border-color;
|
38
|
+
outline: 0;
|
39
|
+
@if $enable-shadows {
|
40
|
+
@include box-shadow($input-box-shadow, $input-focus-box-shadow);
|
41
|
+
} @else {
|
42
|
+
// Avoid using mixin so we can pass custom focus shadow properly
|
43
|
+
box-shadow: $input-focus-box-shadow;
|
44
|
+
}
|
45
|
+
}
|
46
|
+
|
47
|
+
&::-webkit-date-and-time-value {
|
48
|
+
// On Android Chrome, form-control's "width: 100%" makes the input width too small
|
49
|
+
// Tested under Android 11 / Chrome 89, Android 12 / Chrome 100, Android 13 / Chrome 109
|
50
|
+
//
|
51
|
+
// On iOS Safari, form-control's "appearance: none" + "width: 100%" makes the input width too small
|
52
|
+
// Tested under iOS 16.2 / Safari 16.2
|
53
|
+
min-width: 85px; // Seems to be a good minimum safe width
|
54
|
+
|
55
|
+
// Add some height to date inputs on iOS
|
56
|
+
// https://github.com/twbs/bootstrap/issues/23307
|
57
|
+
// TODO: we can remove this workaround once https://bugs.webkit.org/show_bug.cgi?id=198959 is resolved
|
58
|
+
// Multiply line-height by 1em if it has no unit
|
59
|
+
height: if(unit($input-line-height) == "", $input-line-height * 1em, $input-line-height);
|
60
|
+
|
61
|
+
// Android Chrome type="date" is taller than the other inputs
|
62
|
+
// because of "margin: 1px 24px 1px 4px" inside the shadow DOM
|
63
|
+
// Tested under Android 11 / Chrome 89, Android 12 / Chrome 100, Android 13 / Chrome 109
|
64
|
+
margin: 0;
|
65
|
+
}
|
66
|
+
|
67
|
+
// Prevent excessive date input height in Webkit
|
68
|
+
// https://github.com/twbs/bootstrap/issues/34433
|
69
|
+
&::-webkit-datetime-edit {
|
70
|
+
display: block;
|
71
|
+
padding: 0;
|
72
|
+
}
|
73
|
+
|
74
|
+
// Placeholder
|
75
|
+
&::placeholder {
|
76
|
+
color: $input-placeholder-color;
|
77
|
+
// Override Firefox's unusual default opacity; see https://github.com/twbs/bootstrap/pull/11526.
|
78
|
+
opacity: 1;
|
79
|
+
}
|
80
|
+
|
81
|
+
// Disabled inputs
|
82
|
+
//
|
83
|
+
// HTML5 says that controls under a fieldset > legend:first-child won't be
|
84
|
+
// disabled if the fieldset is disabled. Due to implementation difficulty, we
|
85
|
+
// don't honor that edge case; we style them as disabled anyway.
|
86
|
+
&:disabled {
|
87
|
+
color: $input-disabled-color;
|
88
|
+
background-color: $input-disabled-bg;
|
89
|
+
border-color: $input-disabled-border-color;
|
90
|
+
// iOS fix for unreadable disabled content; see https://github.com/twbs/bootstrap/issues/11655.
|
91
|
+
opacity: 1;
|
92
|
+
}
|
93
|
+
|
94
|
+
// File input buttons theming
|
95
|
+
&::file-selector-button {
|
96
|
+
padding: $input-padding-y $input-padding-x;
|
97
|
+
margin: (-$input-padding-y) (-$input-padding-x);
|
98
|
+
margin-inline-end: $input-padding-x;
|
99
|
+
color: $form-file-button-color;
|
100
|
+
@include gradient-bg($form-file-button-bg);
|
101
|
+
pointer-events: none;
|
102
|
+
border-color: inherit;
|
103
|
+
border-style: solid;
|
104
|
+
border-width: 0;
|
105
|
+
border-inline-end-width: $input-border-width;
|
106
|
+
border-radius: 0; // stylelint-disable-line property-disallowed-list
|
107
|
+
@include transition($btn-transition);
|
108
|
+
}
|
109
|
+
|
110
|
+
&:hover:not(:disabled):not([readonly])::file-selector-button {
|
111
|
+
background-color: $form-file-button-hover-bg;
|
112
|
+
}
|
113
|
+
}
|
114
|
+
|
115
|
+
// Readonly controls as plain text
|
116
|
+
//
|
117
|
+
// Apply class to a readonly input to make it appear like regular plain
|
118
|
+
// text (without any border, background color, focus indicator)
|
119
|
+
|
120
|
+
.form-control-plaintext {
|
121
|
+
display: block;
|
122
|
+
width: 100%;
|
123
|
+
padding: $input-padding-y 0;
|
124
|
+
margin-bottom: 0; // match inputs if this class comes on inputs with default margins
|
125
|
+
line-height: $input-line-height;
|
126
|
+
color: $input-plaintext-color;
|
127
|
+
background-color: transparent;
|
128
|
+
border: solid transparent;
|
129
|
+
border-width: $input-border-width 0;
|
130
|
+
|
131
|
+
&:focus {
|
132
|
+
outline: 0;
|
133
|
+
}
|
134
|
+
|
135
|
+
&.form-control-sm,
|
136
|
+
&.form-control-lg {
|
137
|
+
padding-right: 0;
|
138
|
+
padding-left: 0;
|
139
|
+
}
|
140
|
+
}
|
141
|
+
|
142
|
+
// Form control sizing
|
143
|
+
//
|
144
|
+
// Build on `.form-control` with modifier classes to decrease or increase the
|
145
|
+
// height and font-size of form controls.
|
146
|
+
//
|
147
|
+
// Repeated in `_input_group.scss` to avoid Sass extend issues.
|
148
|
+
|
149
|
+
.form-control-sm {
|
150
|
+
min-height: $input-height-sm;
|
151
|
+
padding: $input-padding-y-sm $input-padding-x-sm;
|
152
|
+
@include font-size($input-font-size-sm);
|
153
|
+
@include border-radius($input-border-radius-sm);
|
154
|
+
|
155
|
+
&::file-selector-button {
|
156
|
+
padding: $input-padding-y-sm $input-padding-x-sm;
|
157
|
+
margin: (-$input-padding-y-sm) (-$input-padding-x-sm);
|
158
|
+
margin-inline-end: $input-padding-x-sm;
|
159
|
+
}
|
160
|
+
}
|
161
|
+
|
162
|
+
.form-control-lg {
|
163
|
+
min-height: $input-height-lg;
|
164
|
+
padding: $input-padding-y-lg $input-padding-x-lg;
|
165
|
+
@include font-size($input-font-size-lg);
|
166
|
+
@include border-radius($input-border-radius-lg);
|
167
|
+
|
168
|
+
&::file-selector-button {
|
169
|
+
padding: $input-padding-y-lg $input-padding-x-lg;
|
170
|
+
margin: (-$input-padding-y-lg) (-$input-padding-x-lg);
|
171
|
+
margin-inline-end: $input-padding-x-lg;
|
172
|
+
}
|
173
|
+
}
|
174
|
+
|
175
|
+
// Make sure textareas don't shrink too much when resized
|
176
|
+
// https://github.com/twbs/bootstrap/pull/29124
|
177
|
+
// stylelint-disable selector-no-qualifying-type
|
178
|
+
textarea {
|
179
|
+
&.form-control {
|
180
|
+
min-height: $input-height;
|
181
|
+
}
|
182
|
+
|
183
|
+
&.form-control-sm {
|
184
|
+
min-height: $input-height-sm;
|
185
|
+
}
|
186
|
+
|
187
|
+
&.form-control-lg {
|
188
|
+
min-height: $input-height-lg;
|
189
|
+
}
|
190
|
+
}
|
191
|
+
// stylelint-enable selector-no-qualifying-type
|
192
|
+
|
193
|
+
.form-control-color {
|
194
|
+
width: $form-color-width;
|
195
|
+
height: $input-height;
|
196
|
+
padding: $input-padding-y;
|
197
|
+
|
198
|
+
&:not(:disabled):not([readonly]) {
|
199
|
+
cursor: pointer;
|
200
|
+
}
|
201
|
+
|
202
|
+
&::-moz-color-swatch {
|
203
|
+
border: 0 !important; // stylelint-disable-line declaration-no-important
|
204
|
+
@include border-radius($input-border-radius);
|
205
|
+
}
|
206
|
+
|
207
|
+
&::-webkit-color-swatch {
|
208
|
+
border: 0 !important; // stylelint-disable-line declaration-no-important
|
209
|
+
@include border-radius($input-border-radius);
|
210
|
+
}
|
211
|
+
|
212
|
+
&.form-control-sm { height: $input-height-sm; }
|
213
|
+
&.form-control-lg { height: $input-height-lg; }
|
214
|
+
}
|