j1-template 2022.5.2 → 2022.5.3
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 +4 -4
- data/_includes/themes/j1/layouts/layout_metadata_generator.html +22 -7
- data/_layouts/default.html +12 -21
- data/assets/data/banner.html +2 -2
- data/assets/themes/j1/core/css/icon-fonts/fontawesome.min.css +1 -1
- data/assets/themes/j1/core/css/icon-fonts/mdi.min.css +1 -1
- data/assets/themes/j1/core/css/icon-fonts/mdil.min.css +1 -1
- data/assets/themes/j1/core/css/themes/bootstrap/bootstrap.css +86 -73
- data/assets/themes/j1/core/css/themes/bootstrap/bootstrap.min.css +5 -3
- data/assets/themes/j1/core/css/themes/theme_vapor/bootstrap.css +86 -73
- data/assets/themes/j1/core/css/themes/theme_vapor/bootstrap.min.css +5 -3
- data/assets/themes/j1/core/css/themes/unodark/bootstrap.css +86 -73
- data/assets/themes/j1/core/css/themes/unodark/bootstrap.min.css +5 -3
- data/assets/themes/j1/core/css/themes/unolight/bootstrap.css +138 -137
- data/assets/themes/j1/core/css/themes/unolight/bootstrap.min.css +25 -14
- data/assets/themes/j1/core/css/vendor.min.css +1 -1
- data/lib/j1/version.rb +1 -1
- data/lib/starter_web/Gemfile +13 -12
- data/lib/starter_web/README.md +5 -5
- data/lib/starter_web/_config.yml +32 -59
- data/lib/starter_web/_data/blocks/banner.yml +1 -1
- data/lib/starter_web/_plugins/lunr_index.rb +11 -8
- data/lib/starter_web/assets/images/modules/attics/1920x1280/{nasa.jpg → _nasa.jpg} +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/ben-kolde.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/braden-collum.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/firmbee-com.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/spacex.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/{shutterstock_sponsor-1920x1280.jpg → gift-from-hand-1920x1280.jpg} +0 -0
- data/lib/starter_web/index.html +34 -54
- data/lib/starter_web/package.json +1 -1
- data/lib/starter_web/pages/public/about/features.adoc +22 -17
- data/lib/starter_web/pages/public/about/reporting_issues.adoc +6 -0
- data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/000_intro.adoc +12 -3
- data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/100_converter.adoc +13 -1
- data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/200_themes.adoc +12 -1
- data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/_includes/documents/100_converter/111_about_the_converter.asciidoc +15 -10
- data/lib/starter_web/pages/public/asciidoc_skeletons/multi-document/multi.adoc +6 -0
- data/lib/starter_web/pages/public/asciidoc_skeletons/simple-document/simple.adoc +6 -0
- data/lib/starter_web/pages/public/blog/navigator/index.html +1 -1
- data/lib/starter_web/pages/public/features/general.adoc +1 -1
- data/lib/starter_web/pages/public/plans/plans.adoc +1 -1
- data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
- data/lib/starter_web/utilsrv/package.json +1 -1
- metadata +8 -4
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
// -----------------------------------------------------------------------------
|
|
95
95
|
*/
|
|
96
96
|
/*!
|
|
97
|
-
* Bootstrap v5.2.
|
|
97
|
+
* Bootstrap v5.2.1 (https://getbootstrap.com/)
|
|
98
98
|
* Copyright 2011-2022 The Bootstrap Authors
|
|
99
99
|
* Copyright 2011-2022 Twitter, Inc.
|
|
100
100
|
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
|
@@ -1992,6 +1992,7 @@ textarea.form-control-lg {
|
|
|
1992
1992
|
height: 100%;
|
|
1993
1993
|
padding: 1rem 1rem;
|
|
1994
1994
|
overflow: hidden;
|
|
1995
|
+
text-align: start;
|
|
1995
1996
|
text-overflow: ellipsis;
|
|
1996
1997
|
white-space: nowrap;
|
|
1997
1998
|
pointer-events: none;
|
|
@@ -2047,12 +2048,12 @@ textarea.form-control-lg {
|
|
|
2047
2048
|
.input-group > .form-control:focus,
|
|
2048
2049
|
.input-group > .form-select:focus,
|
|
2049
2050
|
.input-group > .form-floating:focus-within {
|
|
2050
|
-
z-index:
|
|
2051
|
+
z-index: 5; }
|
|
2051
2052
|
.input-group .btn {
|
|
2052
2053
|
position: relative;
|
|
2053
2054
|
z-index: 2; }
|
|
2054
2055
|
.input-group .btn:focus {
|
|
2055
|
-
z-index:
|
|
2056
|
+
z-index: 5; }
|
|
2056
2057
|
|
|
2057
2058
|
.input-group-text {
|
|
2058
2059
|
display: flex;
|
|
@@ -2102,10 +2103,13 @@ textarea.form-control-lg {
|
|
|
2102
2103
|
border-top-right-radius: 0;
|
|
2103
2104
|
border-bottom-right-radius: 0; }
|
|
2104
2105
|
|
|
2105
|
-
.input-group > :not(:first-child):not(.dropdown-menu):not(.
|
|
2106
|
+
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
|
|
2107
|
+
margin-left: -1px;
|
|
2108
|
+
border-top-left-radius: 0;
|
|
2109
|
+
border-bottom-left-radius: 0; }
|
|
2110
|
+
|
|
2106
2111
|
.input-group > .form-floating:not(:first-child) > .form-control,
|
|
2107
2112
|
.input-group > .form-floating:not(:first-child) > .form-select {
|
|
2108
|
-
margin-left: -1px;
|
|
2109
2113
|
border-top-left-radius: 0;
|
|
2110
2114
|
border-bottom-left-radius: 0; }
|
|
2111
2115
|
|
|
@@ -2176,14 +2180,12 @@ textarea.form-control-lg {
|
|
|
2176
2180
|
.form-check-inline .form-check-input ~ .valid-feedback {
|
|
2177
2181
|
margin-left: .5em; }
|
|
2178
2182
|
|
|
2179
|
-
.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid, .was-validated
|
|
2180
|
-
.input-group .form-select:valid,
|
|
2181
|
-
.input-group .form-select.is-valid
|
|
2182
|
-
|
|
2183
|
-
|
|
2184
|
-
|
|
2185
|
-
.input-group .form-select.is-valid:focus {
|
|
2186
|
-
z-index: 3; }
|
|
2183
|
+
.was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid, .was-validated
|
|
2184
|
+
.input-group > .form-select:not(:focus):valid,
|
|
2185
|
+
.input-group > .form-select:not(:focus).is-valid, .was-validated
|
|
2186
|
+
.input-group > .form-floating:not(:focus-within):valid,
|
|
2187
|
+
.input-group > .form-floating:not(:focus-within).is-valid {
|
|
2188
|
+
z-index: 3; }
|
|
2187
2189
|
|
|
2188
2190
|
.invalid-feedback {
|
|
2189
2191
|
display: none;
|
|
@@ -2252,14 +2254,12 @@ textarea.form-control-lg {
|
|
|
2252
2254
|
.form-check-inline .form-check-input ~ .invalid-feedback {
|
|
2253
2255
|
margin-left: .5em; }
|
|
2254
2256
|
|
|
2255
|
-
.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid, .was-validated
|
|
2256
|
-
.input-group .form-select:invalid,
|
|
2257
|
-
.input-group .form-select.is-invalid
|
|
2258
|
-
|
|
2259
|
-
|
|
2260
|
-
|
|
2261
|
-
.input-group .form-select.is-invalid:focus {
|
|
2262
|
-
z-index: 3; }
|
|
2257
|
+
.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid, .was-validated
|
|
2258
|
+
.input-group > .form-select:not(:focus):invalid,
|
|
2259
|
+
.input-group > .form-select:not(:focus).is-invalid, .was-validated
|
|
2260
|
+
.input-group > .form-floating:not(:focus-within):invalid,
|
|
2261
|
+
.input-group > .form-floating:not(:focus-within).is-invalid {
|
|
2262
|
+
z-index: 4; }
|
|
2263
2263
|
|
|
2264
2264
|
.btn {
|
|
2265
2265
|
--bs-btn-padding-x: 1rem;
|
|
@@ -2273,6 +2273,7 @@ textarea.form-control-lg {
|
|
|
2273
2273
|
--bs-btn-border-width: 1px;
|
|
2274
2274
|
--bs-btn-border-color: transparent;
|
|
2275
2275
|
--bs-btn-border-radius: 0.375rem;
|
|
2276
|
+
--bs-btn-hover-border-color: transparent;
|
|
2276
2277
|
--bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
2277
2278
|
--bs-btn-disabled-opacity: 0.65;
|
|
2278
2279
|
--bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
|
|
@@ -2295,23 +2296,27 @@ textarea.form-control-lg {
|
|
|
2295
2296
|
@media (prefers-reduced-motion: reduce) {
|
|
2296
2297
|
.btn {
|
|
2297
2298
|
transition: none; } }
|
|
2298
|
-
.btn:hover {
|
|
2299
|
+
:not(.btn-check) + .btn:hover, .btn:first-child:hover {
|
|
2299
2300
|
color: var(--bs-btn-hover-color);
|
|
2300
2301
|
background-color: var(--bs-btn-hover-bg);
|
|
2301
2302
|
border-color: var(--bs-btn-hover-border-color); }
|
|
2302
|
-
.btn
|
|
2303
|
+
.btn:focus-visible {
|
|
2303
2304
|
color: var(--bs-btn-hover-color);
|
|
2304
2305
|
background-color: var(--bs-btn-hover-bg);
|
|
2305
2306
|
border-color: var(--bs-btn-hover-border-color);
|
|
2306
2307
|
outline: 0;
|
|
2307
2308
|
box-shadow: var(--bs-btn-focus-box-shadow); }
|
|
2309
|
+
.btn-check:focus-visible + .btn {
|
|
2310
|
+
border-color: var(--bs-btn-hover-border-color);
|
|
2311
|
+
outline: 0;
|
|
2312
|
+
box-shadow: var(--bs-btn-focus-box-shadow); }
|
|
2308
2313
|
.btn-check:checked + .btn,
|
|
2309
|
-
.btn-check
|
|
2314
|
+
:not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
|
|
2310
2315
|
color: var(--bs-btn-active-color);
|
|
2311
2316
|
background-color: var(--bs-btn-active-bg);
|
|
2312
2317
|
border-color: var(--bs-btn-active-border-color); }
|
|
2313
|
-
.btn-check:checked + .btn:focus,
|
|
2314
|
-
.btn-check
|
|
2318
|
+
.btn-check:checked + .btn:focus-visible,
|
|
2319
|
+
:not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
|
|
2315
2320
|
box-shadow: var(--bs-btn-focus-box-shadow); }
|
|
2316
2321
|
.btn:disabled, .btn.disabled,
|
|
2317
2322
|
fieldset:disabled .btn {
|
|
@@ -2591,7 +2596,7 @@ textarea.form-control-lg {
|
|
|
2591
2596
|
--bs-btn-box-shadow: none;
|
|
2592
2597
|
--bs-btn-focus-shadow-rgb: 28, 128, 207;
|
|
2593
2598
|
text-decoration: underline; }
|
|
2594
|
-
.btn-link:focus {
|
|
2599
|
+
.btn-link:focus-visible {
|
|
2595
2600
|
color: var(--bs-btn-color); }
|
|
2596
2601
|
.btn-link:hover {
|
|
2597
2602
|
color: var(--bs-btn-hover-color); }
|
|
@@ -2657,6 +2662,7 @@ textarea.form-control-lg {
|
|
|
2657
2662
|
margin-left: 0; }
|
|
2658
2663
|
|
|
2659
2664
|
.dropdown-menu {
|
|
2665
|
+
--bs-dropdown-zindex: 1000;
|
|
2660
2666
|
--bs-dropdown-min-width: 10rem;
|
|
2661
2667
|
--bs-dropdown-padding-x: 0;
|
|
2662
2668
|
--bs-dropdown-padding-y: 0.5rem;
|
|
@@ -2683,7 +2689,7 @@ textarea.form-control-lg {
|
|
|
2683
2689
|
--bs-dropdown-header-padding-x: 1rem;
|
|
2684
2690
|
--bs-dropdown-header-padding-y: 0.5rem;
|
|
2685
2691
|
position: absolute;
|
|
2686
|
-
z-index:
|
|
2692
|
+
z-index: var(--bs-dropdown-zindex);
|
|
2687
2693
|
display: none;
|
|
2688
2694
|
min-width: var(--bs-dropdown-min-width);
|
|
2689
2695
|
padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
|
|
@@ -2939,7 +2945,7 @@ textarea.form-control-lg {
|
|
|
2939
2945
|
|
|
2940
2946
|
.btn-group {
|
|
2941
2947
|
border-radius: 0.375rem; }
|
|
2942
|
-
.btn-group >
|
|
2948
|
+
.btn-group > :not(.btn-check:first-child) + .btn,
|
|
2943
2949
|
.btn-group > .btn-group:not(:first-child) {
|
|
2944
2950
|
margin-left: -1px; }
|
|
2945
2951
|
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
|
|
@@ -3031,7 +3037,7 @@ textarea.form-control-lg {
|
|
|
3031
3037
|
--bs-nav-tabs-link-active-border-color: rgba(0, 0, 0, 0.6);
|
|
3032
3038
|
border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color); }
|
|
3033
3039
|
.nav-tabs .nav-link {
|
|
3034
|
-
margin-bottom: calc(var(--bs-nav-tabs-border-width)
|
|
3040
|
+
margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
|
|
3035
3041
|
background: none;
|
|
3036
3042
|
border: var(--bs-nav-tabs-border-width) solid transparent;
|
|
3037
3043
|
border-top-left-radius: var(--bs-nav-tabs-border-radius);
|
|
@@ -3049,7 +3055,7 @@ textarea.form-control-lg {
|
|
|
3049
3055
|
background-color: var(--bs-nav-tabs-link-active-bg);
|
|
3050
3056
|
border-color: var(--bs-nav-tabs-link-active-border-color); }
|
|
3051
3057
|
.nav-tabs .dropdown-menu {
|
|
3052
|
-
margin-top: calc(var(--bs-nav-tabs-border-width)
|
|
3058
|
+
margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
|
|
3053
3059
|
border-top-left-radius: 0;
|
|
3054
3060
|
border-top-right-radius: 0; }
|
|
3055
3061
|
|
|
@@ -3583,7 +3589,7 @@ textarea.form-control-lg {
|
|
|
3583
3589
|
border-bottom-left-radius: 0; } }
|
|
3584
3590
|
|
|
3585
3591
|
.accordion {
|
|
3586
|
-
--bs-accordion-color:
|
|
3592
|
+
--bs-accordion-color: var(--bs-body-color);
|
|
3587
3593
|
--bs-accordion-bg: #424242;
|
|
3588
3594
|
--bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
|
|
3589
3595
|
--bs-accordion-border-color: var(--bs-border-color);
|
|
@@ -3626,7 +3632,7 @@ textarea.form-control-lg {
|
|
|
3626
3632
|
.accordion-button:not(.collapsed) {
|
|
3627
3633
|
color: var(--bs-accordion-active-color);
|
|
3628
3634
|
background-color: var(--bs-accordion-active-bg);
|
|
3629
|
-
box-shadow: inset 0 calc(var(--bs-accordion-border-width)
|
|
3635
|
+
box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color); }
|
|
3630
3636
|
.accordion-button:not(.collapsed)::after {
|
|
3631
3637
|
background-image: var(--bs-accordion-btn-active-icon);
|
|
3632
3638
|
transform: var(--bs-accordion-btn-icon-transform); }
|
|
@@ -3690,7 +3696,7 @@ textarea.form-control-lg {
|
|
|
3690
3696
|
border-top: 0; }
|
|
3691
3697
|
.accordion-flush .accordion-item:last-child {
|
|
3692
3698
|
border-bottom: 0; }
|
|
3693
|
-
.accordion-flush .accordion-item .accordion-button {
|
|
3699
|
+
.accordion-flush .accordion-item .accordion-button, .accordion-flush .accordion-item .accordion-button.collapsed {
|
|
3694
3700
|
border-radius: 0; }
|
|
3695
3701
|
|
|
3696
3702
|
.breadcrumb {
|
|
@@ -3787,8 +3793,13 @@ textarea.form-control-lg {
|
|
|
3787
3793
|
.page-item:not(:first-child) .page-link {
|
|
3788
3794
|
margin-left: -1px; }
|
|
3789
3795
|
|
|
3790
|
-
.page-item .page-link {
|
|
3791
|
-
border-radius: var(--bs-pagination-border-radius);
|
|
3796
|
+
.page-item:first-child .page-link {
|
|
3797
|
+
border-top-left-radius: var(--bs-pagination-border-radius);
|
|
3798
|
+
border-bottom-left-radius: var(--bs-pagination-border-radius); }
|
|
3799
|
+
|
|
3800
|
+
.page-item:last-child .page-link {
|
|
3801
|
+
border-top-right-radius: var(--bs-pagination-border-radius);
|
|
3802
|
+
border-bottom-right-radius: var(--bs-pagination-border-radius); }
|
|
3792
3803
|
|
|
3793
3804
|
.pagination-lg {
|
|
3794
3805
|
--bs-pagination-padding-x: 1.5rem;
|
|
@@ -4028,15 +4039,15 @@ textarea.form-control-lg {
|
|
|
4028
4039
|
.list-group-item + .list-group-item {
|
|
4029
4040
|
border-top-width: 0; }
|
|
4030
4041
|
.list-group-item + .list-group-item.active {
|
|
4031
|
-
margin-top: calc(var(--bs-list-group-border-width)
|
|
4042
|
+
margin-top: calc(-1 * var(--bs-list-group-border-width));
|
|
4032
4043
|
border-top-width: var(--bs-list-group-border-width); }
|
|
4033
4044
|
|
|
4034
4045
|
.list-group-horizontal {
|
|
4035
4046
|
flex-direction: row; }
|
|
4036
|
-
.list-group-horizontal > .list-group-item:first-child {
|
|
4047
|
+
.list-group-horizontal > .list-group-item:first-child:not(:last-child) {
|
|
4037
4048
|
border-bottom-left-radius: var(--bs-list-group-border-radius);
|
|
4038
4049
|
border-top-right-radius: 0; }
|
|
4039
|
-
.list-group-horizontal > .list-group-item:last-child {
|
|
4050
|
+
.list-group-horizontal > .list-group-item:last-child:not(:first-child) {
|
|
4040
4051
|
border-top-right-radius: var(--bs-list-group-border-radius);
|
|
4041
4052
|
border-bottom-left-radius: 0; }
|
|
4042
4053
|
.list-group-horizontal > .list-group-item.active {
|
|
@@ -4045,16 +4056,16 @@ textarea.form-control-lg {
|
|
|
4045
4056
|
border-top-width: var(--bs-list-group-border-width);
|
|
4046
4057
|
border-left-width: 0; }
|
|
4047
4058
|
.list-group-horizontal > .list-group-item + .list-group-item.active {
|
|
4048
|
-
margin-left: calc(var(--bs-list-group-border-width)
|
|
4059
|
+
margin-left: calc(-1 * var(--bs-list-group-border-width));
|
|
4049
4060
|
border-left-width: var(--bs-list-group-border-width); }
|
|
4050
4061
|
|
|
4051
4062
|
@media (min-width: 576px) {
|
|
4052
4063
|
.list-group-horizontal-sm {
|
|
4053
4064
|
flex-direction: row; }
|
|
4054
|
-
.list-group-horizontal-sm > .list-group-item:first-child {
|
|
4065
|
+
.list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
|
|
4055
4066
|
border-bottom-left-radius: var(--bs-list-group-border-radius);
|
|
4056
4067
|
border-top-right-radius: 0; }
|
|
4057
|
-
.list-group-horizontal-sm > .list-group-item:last-child {
|
|
4068
|
+
.list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
|
|
4058
4069
|
border-top-right-radius: var(--bs-list-group-border-radius);
|
|
4059
4070
|
border-bottom-left-radius: 0; }
|
|
4060
4071
|
.list-group-horizontal-sm > .list-group-item.active {
|
|
@@ -4063,16 +4074,16 @@ textarea.form-control-lg {
|
|
|
4063
4074
|
border-top-width: var(--bs-list-group-border-width);
|
|
4064
4075
|
border-left-width: 0; }
|
|
4065
4076
|
.list-group-horizontal-sm > .list-group-item + .list-group-item.active {
|
|
4066
|
-
margin-left: calc(var(--bs-list-group-border-width)
|
|
4077
|
+
margin-left: calc(-1 * var(--bs-list-group-border-width));
|
|
4067
4078
|
border-left-width: var(--bs-list-group-border-width); } }
|
|
4068
4079
|
|
|
4069
4080
|
@media (min-width: 768px) {
|
|
4070
4081
|
.list-group-horizontal-md {
|
|
4071
4082
|
flex-direction: row; }
|
|
4072
|
-
.list-group-horizontal-md > .list-group-item:first-child {
|
|
4083
|
+
.list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
|
|
4073
4084
|
border-bottom-left-radius: var(--bs-list-group-border-radius);
|
|
4074
4085
|
border-top-right-radius: 0; }
|
|
4075
|
-
.list-group-horizontal-md > .list-group-item:last-child {
|
|
4086
|
+
.list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
|
|
4076
4087
|
border-top-right-radius: var(--bs-list-group-border-radius);
|
|
4077
4088
|
border-bottom-left-radius: 0; }
|
|
4078
4089
|
.list-group-horizontal-md > .list-group-item.active {
|
|
@@ -4081,16 +4092,16 @@ textarea.form-control-lg {
|
|
|
4081
4092
|
border-top-width: var(--bs-list-group-border-width);
|
|
4082
4093
|
border-left-width: 0; }
|
|
4083
4094
|
.list-group-horizontal-md > .list-group-item + .list-group-item.active {
|
|
4084
|
-
margin-left: calc(var(--bs-list-group-border-width)
|
|
4095
|
+
margin-left: calc(-1 * var(--bs-list-group-border-width));
|
|
4085
4096
|
border-left-width: var(--bs-list-group-border-width); } }
|
|
4086
4097
|
|
|
4087
4098
|
@media (min-width: 992px) {
|
|
4088
4099
|
.list-group-horizontal-lg {
|
|
4089
4100
|
flex-direction: row; }
|
|
4090
|
-
.list-group-horizontal-lg > .list-group-item:first-child {
|
|
4101
|
+
.list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
|
|
4091
4102
|
border-bottom-left-radius: var(--bs-list-group-border-radius);
|
|
4092
4103
|
border-top-right-radius: 0; }
|
|
4093
|
-
.list-group-horizontal-lg > .list-group-item:last-child {
|
|
4104
|
+
.list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
|
|
4094
4105
|
border-top-right-radius: var(--bs-list-group-border-radius);
|
|
4095
4106
|
border-bottom-left-radius: 0; }
|
|
4096
4107
|
.list-group-horizontal-lg > .list-group-item.active {
|
|
@@ -4099,16 +4110,16 @@ textarea.form-control-lg {
|
|
|
4099
4110
|
border-top-width: var(--bs-list-group-border-width);
|
|
4100
4111
|
border-left-width: 0; }
|
|
4101
4112
|
.list-group-horizontal-lg > .list-group-item + .list-group-item.active {
|
|
4102
|
-
margin-left: calc(var(--bs-list-group-border-width)
|
|
4113
|
+
margin-left: calc(-1 * var(--bs-list-group-border-width));
|
|
4103
4114
|
border-left-width: var(--bs-list-group-border-width); } }
|
|
4104
4115
|
|
|
4105
4116
|
@media (min-width: 1200px) {
|
|
4106
4117
|
.list-group-horizontal-xl {
|
|
4107
4118
|
flex-direction: row; }
|
|
4108
|
-
.list-group-horizontal-xl > .list-group-item:first-child {
|
|
4119
|
+
.list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
|
|
4109
4120
|
border-bottom-left-radius: var(--bs-list-group-border-radius);
|
|
4110
4121
|
border-top-right-radius: 0; }
|
|
4111
|
-
.list-group-horizontal-xl > .list-group-item:last-child {
|
|
4122
|
+
.list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
|
|
4112
4123
|
border-top-right-radius: var(--bs-list-group-border-radius);
|
|
4113
4124
|
border-bottom-left-radius: 0; }
|
|
4114
4125
|
.list-group-horizontal-xl > .list-group-item.active {
|
|
@@ -4117,16 +4128,16 @@ textarea.form-control-lg {
|
|
|
4117
4128
|
border-top-width: var(--bs-list-group-border-width);
|
|
4118
4129
|
border-left-width: 0; }
|
|
4119
4130
|
.list-group-horizontal-xl > .list-group-item + .list-group-item.active {
|
|
4120
|
-
margin-left: calc(var(--bs-list-group-border-width)
|
|
4131
|
+
margin-left: calc(-1 * var(--bs-list-group-border-width));
|
|
4121
4132
|
border-left-width: var(--bs-list-group-border-width); } }
|
|
4122
4133
|
|
|
4123
4134
|
@media (min-width: 1400px) {
|
|
4124
4135
|
.list-group-horizontal-xxl {
|
|
4125
4136
|
flex-direction: row; }
|
|
4126
|
-
.list-group-horizontal-xxl > .list-group-item:first-child {
|
|
4137
|
+
.list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
|
|
4127
4138
|
border-bottom-left-radius: var(--bs-list-group-border-radius);
|
|
4128
4139
|
border-top-right-radius: 0; }
|
|
4129
|
-
.list-group-horizontal-xxl > .list-group-item:last-child {
|
|
4140
|
+
.list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
|
|
4130
4141
|
border-top-right-radius: var(--bs-list-group-border-radius);
|
|
4131
4142
|
border-bottom-left-radius: 0; }
|
|
4132
4143
|
.list-group-horizontal-xxl > .list-group-item.active {
|
|
@@ -4135,7 +4146,7 @@ textarea.form-control-lg {
|
|
|
4135
4146
|
border-top-width: var(--bs-list-group-border-width);
|
|
4136
4147
|
border-left-width: 0; }
|
|
4137
4148
|
.list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
|
|
4138
|
-
margin-left: calc(var(--bs-list-group-border-width)
|
|
4149
|
+
margin-left: calc(-1 * var(--bs-list-group-border-width));
|
|
4139
4150
|
border-left-width: var(--bs-list-group-border-width); } }
|
|
4140
4151
|
|
|
4141
4152
|
.list-group-flush {
|
|
@@ -4260,6 +4271,7 @@ textarea.form-control-lg {
|
|
|
4260
4271
|
filter: invert(1) grayscale(100%) brightness(200%); }
|
|
4261
4272
|
|
|
4262
4273
|
.toast {
|
|
4274
|
+
--bs-toast-zindex: 1090;
|
|
4263
4275
|
--bs-toast-padding-x: 0.75rem;
|
|
4264
4276
|
--bs-toast-padding-y: 0.5rem;
|
|
4265
4277
|
--bs-toast-spacing: 1.5rem;
|
|
@@ -4291,7 +4303,7 @@ textarea.form-control-lg {
|
|
|
4291
4303
|
|
|
4292
4304
|
.toast-container {
|
|
4293
4305
|
position: absolute;
|
|
4294
|
-
z-index:
|
|
4306
|
+
z-index: var(--bs-toast-zindex);
|
|
4295
4307
|
width: max-content;
|
|
4296
4308
|
max-width: 100%;
|
|
4297
4309
|
pointer-events: none; }
|
|
@@ -4309,7 +4321,7 @@ textarea.form-control-lg {
|
|
|
4309
4321
|
border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
|
|
4310
4322
|
border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width)); }
|
|
4311
4323
|
.toast-header .btn-close {
|
|
4312
|
-
margin-right: calc(var(--bs-toast-padding-x)
|
|
4324
|
+
margin-right: calc(-.5 * var(--bs-toast-padding-x));
|
|
4313
4325
|
margin-left: var(--bs-toast-padding-x); }
|
|
4314
4326
|
|
|
4315
4327
|
.toast-body {
|
|
@@ -4418,7 +4430,7 @@ textarea.form-control-lg {
|
|
|
4418
4430
|
border-top-right-radius: var(--bs-modal-inner-border-radius); }
|
|
4419
4431
|
.modal-header .btn-close {
|
|
4420
4432
|
padding: calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);
|
|
4421
|
-
margin: calc(var(--bs-modal-header-padding-y)
|
|
4433
|
+
margin: calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.5 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto; }
|
|
4422
4434
|
|
|
4423
4435
|
.modal-title {
|
|
4424
4436
|
margin-bottom: 0;
|
|
@@ -4661,7 +4673,7 @@ textarea.form-control-lg {
|
|
|
4661
4673
|
--bs-popover-header-padding-x: 1rem;
|
|
4662
4674
|
--bs-popover-header-padding-y: 0.5rem;
|
|
4663
4675
|
--bs-popover-header-font-size: 0.9375rem;
|
|
4664
|
-
--bs-popover-header-color:
|
|
4676
|
+
--bs-popover-header-color: ;
|
|
4665
4677
|
--bs-popover-header-bg: #4a4a4a;
|
|
4666
4678
|
--bs-popover-body-padding-x: 1rem;
|
|
4667
4679
|
--bs-popover-body-padding-y: 1rem;
|
|
@@ -4705,7 +4717,7 @@ textarea.form-control-lg {
|
|
|
4705
4717
|
border-width: 0; }
|
|
4706
4718
|
|
|
4707
4719
|
.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow {
|
|
4708
|
-
bottom: calc((var(--bs-popover-arrow-height)
|
|
4720
|
+
bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width)); }
|
|
4709
4721
|
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before, .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after {
|
|
4710
4722
|
border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0; }
|
|
4711
4723
|
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before {
|
|
@@ -4717,7 +4729,7 @@ textarea.form-control-lg {
|
|
|
4717
4729
|
|
|
4718
4730
|
/* rtl:begin:ignore */
|
|
4719
4731
|
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow {
|
|
4720
|
-
left: calc((var(--bs-popover-arrow-height)
|
|
4732
|
+
left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
|
|
4721
4733
|
width: var(--bs-popover-arrow-height);
|
|
4722
4734
|
height: var(--bs-popover-arrow-width); }
|
|
4723
4735
|
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before, .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after {
|
|
@@ -4731,7 +4743,7 @@ textarea.form-control-lg {
|
|
|
4731
4743
|
|
|
4732
4744
|
/* rtl:end:ignore */
|
|
4733
4745
|
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow {
|
|
4734
|
-
top: calc((var(--bs-popover-arrow-height)
|
|
4746
|
+
top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width)); }
|
|
4735
4747
|
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after {
|
|
4736
4748
|
border-width: 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height); }
|
|
4737
4749
|
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before {
|
|
@@ -4747,13 +4759,13 @@ textarea.form-control-lg {
|
|
|
4747
4759
|
left: 50%;
|
|
4748
4760
|
display: block;
|
|
4749
4761
|
width: var(--bs-popover-arrow-width);
|
|
4750
|
-
margin-left: calc(var(--bs-popover-arrow-width)
|
|
4762
|
+
margin-left: calc(-.5 * var(--bs-popover-arrow-width));
|
|
4751
4763
|
content: "";
|
|
4752
4764
|
border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg); }
|
|
4753
4765
|
|
|
4754
4766
|
/* rtl:begin:ignore */
|
|
4755
4767
|
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow {
|
|
4756
|
-
right: calc((var(--bs-popover-arrow-height)
|
|
4768
|
+
right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
|
|
4757
4769
|
width: var(--bs-popover-arrow-height);
|
|
4758
4770
|
height: var(--bs-popover-arrow-width); }
|
|
4759
4771
|
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before, .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after {
|
|
@@ -5013,6 +5025,7 @@ textarea.form-control-lg {
|
|
|
5013
5025
|
--bs-spinner-animation-speed: 1.5s; } }
|
|
5014
5026
|
|
|
5015
5027
|
.offcanvas-sm, .offcanvas-md, .offcanvas-lg, .offcanvas-xl, .offcanvas-xxl, .offcanvas {
|
|
5028
|
+
--bs-offcanvas-zindex: 1045;
|
|
5016
5029
|
--bs-offcanvas-width: 400px;
|
|
5017
5030
|
--bs-offcanvas-height: 30vh;
|
|
5018
5031
|
--bs-offcanvas-padding-x: 1rem;
|
|
@@ -5027,7 +5040,7 @@ textarea.form-control-lg {
|
|
|
5027
5040
|
.offcanvas-sm {
|
|
5028
5041
|
position: fixed;
|
|
5029
5042
|
bottom: 0;
|
|
5030
|
-
z-index:
|
|
5043
|
+
z-index: var(--bs-offcanvas-zindex);
|
|
5031
5044
|
display: flex;
|
|
5032
5045
|
flex-direction: column;
|
|
5033
5046
|
max-width: 100%;
|
|
@@ -5092,7 +5105,7 @@ textarea.form-control-lg {
|
|
|
5092
5105
|
.offcanvas-md {
|
|
5093
5106
|
position: fixed;
|
|
5094
5107
|
bottom: 0;
|
|
5095
|
-
z-index:
|
|
5108
|
+
z-index: var(--bs-offcanvas-zindex);
|
|
5096
5109
|
display: flex;
|
|
5097
5110
|
flex-direction: column;
|
|
5098
5111
|
max-width: 100%;
|
|
@@ -5157,7 +5170,7 @@ textarea.form-control-lg {
|
|
|
5157
5170
|
.offcanvas-lg {
|
|
5158
5171
|
position: fixed;
|
|
5159
5172
|
bottom: 0;
|
|
5160
|
-
z-index:
|
|
5173
|
+
z-index: var(--bs-offcanvas-zindex);
|
|
5161
5174
|
display: flex;
|
|
5162
5175
|
flex-direction: column;
|
|
5163
5176
|
max-width: 100%;
|
|
@@ -5222,7 +5235,7 @@ textarea.form-control-lg {
|
|
|
5222
5235
|
.offcanvas-xl {
|
|
5223
5236
|
position: fixed;
|
|
5224
5237
|
bottom: 0;
|
|
5225
|
-
z-index:
|
|
5238
|
+
z-index: var(--bs-offcanvas-zindex);
|
|
5226
5239
|
display: flex;
|
|
5227
5240
|
flex-direction: column;
|
|
5228
5241
|
max-width: 100%;
|
|
@@ -5287,7 +5300,7 @@ textarea.form-control-lg {
|
|
|
5287
5300
|
.offcanvas-xxl {
|
|
5288
5301
|
position: fixed;
|
|
5289
5302
|
bottom: 0;
|
|
5290
|
-
z-index:
|
|
5303
|
+
z-index: var(--bs-offcanvas-zindex);
|
|
5291
5304
|
display: flex;
|
|
5292
5305
|
flex-direction: column;
|
|
5293
5306
|
max-width: 100%;
|
|
@@ -5351,7 +5364,7 @@ textarea.form-control-lg {
|
|
|
5351
5364
|
.offcanvas {
|
|
5352
5365
|
position: fixed;
|
|
5353
5366
|
bottom: 0;
|
|
5354
|
-
z-index:
|
|
5367
|
+
z-index: var(--bs-offcanvas-zindex);
|
|
5355
5368
|
display: flex;
|
|
5356
5369
|
flex-direction: column;
|
|
5357
5370
|
max-width: 100%;
|
|
@@ -5416,9 +5429,9 @@ textarea.form-control-lg {
|
|
|
5416
5429
|
padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x); }
|
|
5417
5430
|
.offcanvas-header .btn-close {
|
|
5418
5431
|
padding: calc(var(--bs-offcanvas-padding-y) * .5) calc(var(--bs-offcanvas-padding-x) * .5);
|
|
5419
|
-
margin-top: calc(var(--bs-offcanvas-padding-y)
|
|
5420
|
-
margin-right: calc(var(--bs-offcanvas-padding-x)
|
|
5421
|
-
margin-bottom: calc(var(--bs-offcanvas-padding-y)
|
|
5432
|
+
margin-top: calc(-.5 * var(--bs-offcanvas-padding-y));
|
|
5433
|
+
margin-right: calc(-.5 * var(--bs-offcanvas-padding-x));
|
|
5434
|
+
margin-bottom: calc(-.5 * var(--bs-offcanvas-padding-y)); }
|
|
5422
5435
|
|
|
5423
5436
|
.offcanvas-title {
|
|
5424
5437
|
margin-bottom: 0;
|