@quandis/qbo4.ui-bridge 4.0.1-CI-20241028-221209 → 4.0.1-CI-20241029-174759
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.
- package/package.json +1 -1
- package/wwwroot/css/ui-bridge.css +311 -162
- package/wwwroot/css/ui-bridge.css.map +1 -1
- package/wwwroot/css/ui-bridge.min.css +3 -3
- package/wwwroot/js/esm/ui-bridge.js +1273 -181
- package/wwwroot/js/esm/ui-bridge.min.js +122 -69
- package/wwwroot/js/esm/ui-bridge.min.js.LICENSE.txt +6 -0
- package/wwwroot/js/esm/ui-bridge.min.js.map +1 -1
- package/wwwroot/js/qbo4.ui-bridge.js +1277 -181
- package/wwwroot/js/qbo4.ui-bridge.min.js +122 -69
- package/wwwroot/js/qbo4.ui-bridge.min.js.LICENSE.txt +6 -0
- package/wwwroot/js/qbo4.ui-bridge.min.js.map +1 -1
|
@@ -800,7 +800,7 @@ div.qbo-container-layout,
|
|
|
800
800
|
margin-top: var(--bs-gutter-y);
|
|
801
801
|
}
|
|
802
802
|
|
|
803
|
-
.col {
|
|
803
|
+
.col, qbo-card, .qbo-card {
|
|
804
804
|
flex: 1 0 0%;
|
|
805
805
|
}
|
|
806
806
|
|
|
@@ -839,27 +839,27 @@ div.qbo-container-layout,
|
|
|
839
839
|
width: 16.66666667%;
|
|
840
840
|
}
|
|
841
841
|
|
|
842
|
-
.col-auto {
|
|
842
|
+
.col-auto, qbo-card[columns=auto] {
|
|
843
843
|
flex: 0 0 auto;
|
|
844
844
|
width: auto;
|
|
845
845
|
}
|
|
846
846
|
|
|
847
|
-
.col-1 {
|
|
847
|
+
.col-1, qbo-card[columns="1"] {
|
|
848
848
|
flex: 0 0 auto;
|
|
849
849
|
width: 8.33333333%;
|
|
850
850
|
}
|
|
851
851
|
|
|
852
|
-
.col-2 {
|
|
852
|
+
.col-2, qbo-card[columns="2"] {
|
|
853
853
|
flex: 0 0 auto;
|
|
854
854
|
width: 16.66666667%;
|
|
855
855
|
}
|
|
856
856
|
|
|
857
|
-
.col-3 {
|
|
857
|
+
.col-3, qbo-card[columns="3"] {
|
|
858
858
|
flex: 0 0 auto;
|
|
859
859
|
width: 25%;
|
|
860
860
|
}
|
|
861
861
|
|
|
862
|
-
.col-4 {
|
|
862
|
+
.col-4, qbo-card[columns="4"] {
|
|
863
863
|
flex: 0 0 auto;
|
|
864
864
|
width: 33.33333333%;
|
|
865
865
|
}
|
|
@@ -869,37 +869,37 @@ div.qbo-container-layout,
|
|
|
869
869
|
width: 41.66666667%;
|
|
870
870
|
}
|
|
871
871
|
|
|
872
|
-
.col-6 {
|
|
872
|
+
.col-6, qbo-card[columns="6"] {
|
|
873
873
|
flex: 0 0 auto;
|
|
874
874
|
width: 50%;
|
|
875
875
|
}
|
|
876
876
|
|
|
877
|
-
.col-7 {
|
|
877
|
+
.col-7, qbo-card[columns="7"] {
|
|
878
878
|
flex: 0 0 auto;
|
|
879
879
|
width: 58.33333333%;
|
|
880
880
|
}
|
|
881
881
|
|
|
882
|
-
.col-8 {
|
|
882
|
+
.col-8, qbo-card[columns="8"] {
|
|
883
883
|
flex: 0 0 auto;
|
|
884
884
|
width: 66.66666667%;
|
|
885
885
|
}
|
|
886
886
|
|
|
887
|
-
.col-9 {
|
|
887
|
+
.col-9, qbo-card[columns="9"] {
|
|
888
888
|
flex: 0 0 auto;
|
|
889
889
|
width: 75%;
|
|
890
890
|
}
|
|
891
891
|
|
|
892
|
-
.col-10 {
|
|
892
|
+
.col-10, qbo-card[columns="10"] {
|
|
893
893
|
flex: 0 0 auto;
|
|
894
894
|
width: 83.33333333%;
|
|
895
895
|
}
|
|
896
896
|
|
|
897
|
-
.col-11 {
|
|
897
|
+
.col-11, qbo-card[columns="11"] {
|
|
898
898
|
flex: 0 0 auto;
|
|
899
899
|
width: 91.66666667%;
|
|
900
900
|
}
|
|
901
901
|
|
|
902
|
-
.col-12 {
|
|
902
|
+
.col-12, qbo-card[columns="12"] {
|
|
903
903
|
flex: 0 0 auto;
|
|
904
904
|
width: 100%;
|
|
905
905
|
}
|
|
@@ -2479,7 +2479,7 @@ div.qbo-form form > * > slot [data-bs-theme=dark] div > select.qbo-sm {
|
|
|
2479
2479
|
clip: rect(0, 0, 0, 0);
|
|
2480
2480
|
pointer-events: none;
|
|
2481
2481
|
}
|
|
2482
|
-
.btn-check[disabled] + .btn, .btn-check[disabled] + button.qbo-primary-dropdown, .btn-check[disabled] + button.qbo-secondary, .btn-check[disabled] + button.qbo-primary, .btn-check[disabled] + button.qbo-btn, .btn-check[disabled] + .qbo-btn-light, aside.qbo-sidebar > nav > ul > li > .btn-check[disabled] + button, .btn-check:disabled + .btn, .btn-check:disabled + button.qbo-primary-dropdown, .btn-check:disabled + button.qbo-secondary, .btn-check:disabled + button.qbo-primary, .btn-check:disabled + button.qbo-btn, .btn-check:disabled + .qbo-btn-light, aside.qbo-sidebar > nav > ul > li > .btn-check:disabled + button {
|
|
2482
|
+
.btn-check[disabled] + .btn, .btn-check[disabled] + button.qbo-primary-dropdown, .btn-check[disabled] + button.qbo-secondary, .btn-check[disabled] + button.qbo-primary, .btn-check[disabled] + button.qbo-btn, .btn-check[disabled] + .qbo-btn-light, aside.qbo-sidebar > nav > ul > li > .btn-check[disabled] + button, .btn-check[disabled] + qbo-icon[type=toggle], .btn-check[disabled] + qbo-icon[type=button], .btn-check:disabled + .btn, .btn-check:disabled + button.qbo-primary-dropdown, .btn-check:disabled + button.qbo-secondary, .btn-check:disabled + button.qbo-primary, .btn-check:disabled + button.qbo-btn, .btn-check:disabled + .qbo-btn-light, aside.qbo-sidebar > nav > ul > li > .btn-check:disabled + button, .btn-check:disabled + qbo-icon[type=toggle], .btn-check:disabled + qbo-icon[type=button] {
|
|
2483
2483
|
pointer-events: none;
|
|
2484
2484
|
filter: none;
|
|
2485
2485
|
opacity: 0.65;
|
|
@@ -2757,11 +2757,11 @@ div.qbo-input-group > .form-floating:focus-within,
|
|
|
2757
2757
|
.qbo-paginate li.pageSize > .form-floating:focus-within {
|
|
2758
2758
|
z-index: 5;
|
|
2759
2759
|
}
|
|
2760
|
-
.input-group .btn, div.qbo-input-group .btn, .input-group button.qbo-primary-dropdown, div.qbo-input-group button.qbo-primary-dropdown, .input-group button.qbo-secondary, div.qbo-input-group button.qbo-secondary, .input-group button.qbo-primary, div.qbo-input-group button.qbo-primary, .input-group button.qbo-btn, div.qbo-input-group button.qbo-btn, .input-group .qbo-btn-light, div.qbo-input-group .qbo-btn-light, .input-group aside.qbo-sidebar > nav > ul > li > button, div.qbo-input-group aside.qbo-sidebar > nav > ul > li > button, .qbo-paginate li.pageSize .btn, .qbo-paginate li.pageSize button.qbo-primary-dropdown, .qbo-paginate li.pageSize button.qbo-secondary, .qbo-paginate li.pageSize button.qbo-primary, .qbo-paginate li.pageSize button.qbo-btn, .qbo-paginate li.pageSize .qbo-btn-light, .qbo-paginate li.pageSize aside.qbo-sidebar > nav > ul > li > button {
|
|
2760
|
+
.input-group .btn, div.qbo-input-group .btn, .input-group button.qbo-primary-dropdown, div.qbo-input-group button.qbo-primary-dropdown, .input-group button.qbo-secondary, div.qbo-input-group button.qbo-secondary, .input-group button.qbo-primary, div.qbo-input-group button.qbo-primary, .input-group button.qbo-btn, div.qbo-input-group button.qbo-btn, .input-group .qbo-btn-light, div.qbo-input-group .qbo-btn-light, .input-group aside.qbo-sidebar > nav > ul > li > button, div.qbo-input-group aside.qbo-sidebar > nav > ul > li > button, .qbo-paginate li.pageSize .btn, .qbo-paginate li.pageSize button.qbo-primary-dropdown, .qbo-paginate li.pageSize button.qbo-secondary, .qbo-paginate li.pageSize button.qbo-primary, .qbo-paginate li.pageSize button.qbo-btn, .qbo-paginate li.pageSize .qbo-btn-light, .qbo-paginate li.pageSize aside.qbo-sidebar > nav > ul > li > button, .input-group qbo-icon[type=toggle], div.qbo-input-group qbo-icon[type=toggle], .qbo-paginate li.pageSize qbo-icon[type=toggle], .input-group qbo-icon[type=button], div.qbo-input-group qbo-icon[type=button], .qbo-paginate li.pageSize qbo-icon[type=button] {
|
|
2761
2761
|
position: relative;
|
|
2762
2762
|
z-index: 2;
|
|
2763
2763
|
}
|
|
2764
|
-
.input-group .btn:focus, div.qbo-input-group .btn:focus, .input-group button.qbo-primary-dropdown:focus, div.qbo-input-group button.qbo-primary-dropdown:focus, .input-group button.qbo-secondary:focus, div.qbo-input-group button.qbo-secondary:focus, .input-group button.qbo-primary:focus, div.qbo-input-group button.qbo-primary:focus, .input-group button.qbo-btn:focus, div.qbo-input-group button.qbo-btn:focus, .input-group .qbo-btn-light:focus, div.qbo-input-group .qbo-btn-light:focus, .input-group aside.qbo-sidebar > nav > ul > li > button:focus, div.qbo-input-group aside.qbo-sidebar > nav > ul > li > button:focus, .qbo-paginate li.pageSize .btn:focus, .qbo-paginate li.pageSize button.qbo-primary-dropdown:focus, .qbo-paginate li.pageSize button.qbo-secondary:focus, .qbo-paginate li.pageSize button.qbo-primary:focus, .qbo-paginate li.pageSize button.qbo-btn:focus, .qbo-paginate li.pageSize .qbo-btn-light:focus, .qbo-paginate li.pageSize aside.qbo-sidebar > nav > ul > li > button:focus {
|
|
2764
|
+
.input-group .btn:focus, div.qbo-input-group .btn:focus, .input-group button.qbo-primary-dropdown:focus, div.qbo-input-group button.qbo-primary-dropdown:focus, .input-group button.qbo-secondary:focus, div.qbo-input-group button.qbo-secondary:focus, .input-group button.qbo-primary:focus, div.qbo-input-group button.qbo-primary:focus, .input-group button.qbo-btn:focus, div.qbo-input-group button.qbo-btn:focus, .input-group .qbo-btn-light:focus, div.qbo-input-group .qbo-btn-light:focus, .input-group aside.qbo-sidebar > nav > ul > li > button:focus, div.qbo-input-group aside.qbo-sidebar > nav > ul > li > button:focus, .qbo-paginate li.pageSize .btn:focus, .qbo-paginate li.pageSize button.qbo-primary-dropdown:focus, .qbo-paginate li.pageSize button.qbo-secondary:focus, .qbo-paginate li.pageSize button.qbo-primary:focus, .qbo-paginate li.pageSize button.qbo-btn:focus, .qbo-paginate li.pageSize .qbo-btn-light:focus, .qbo-paginate li.pageSize aside.qbo-sidebar > nav > ul > li > button:focus, .input-group qbo-icon[type=toggle]:focus, div.qbo-input-group qbo-icon[type=toggle]:focus, .qbo-paginate li.pageSize qbo-icon[type=toggle]:focus, .input-group qbo-icon[type=button]:focus, div.qbo-input-group qbo-icon[type=button]:focus, .qbo-paginate li.pageSize qbo-icon[type=button]:focus {
|
|
2765
2765
|
z-index: 5;
|
|
2766
2766
|
}
|
|
2767
2767
|
|
|
@@ -2794,7 +2794,9 @@ div.qbo-form form > * > slot div.input-group-lg > select.qbo-sm,
|
|
|
2794
2794
|
.input-group-lg > button.qbo-primary,
|
|
2795
2795
|
.input-group-lg > button.qbo-btn,
|
|
2796
2796
|
.input-group-lg > .qbo-btn-light,
|
|
2797
|
-
aside.qbo-sidebar > nav > ul > li.input-group-lg > button
|
|
2797
|
+
aside.qbo-sidebar > nav > ul > li.input-group-lg > button,
|
|
2798
|
+
.input-group-lg > qbo-icon[type=toggle],
|
|
2799
|
+
.input-group-lg > qbo-icon[type=button] {
|
|
2798
2800
|
padding: 0.5rem 1rem;
|
|
2799
2801
|
font-size: 1.25rem;
|
|
2800
2802
|
border-radius: var(--bs-border-radius-lg);
|
|
@@ -2840,7 +2842,13 @@ aside.qbo-sidebar > nav > ul > li > div > ul.qbo-paginate li.pageSize > button.q
|
|
|
2840
2842
|
aside.qbo-sidebar > nav > ul > li > div > ul.qbo-paginate li.pageSize > button.qbo-btn,
|
|
2841
2843
|
aside.qbo-sidebar > nav > ul > li > div > ul.qbo-paginate li.pageSize > .qbo-btn-light,
|
|
2842
2844
|
.qbo-paginate.small aside.qbo-sidebar > nav > ul > li.pageSize > button,
|
|
2843
|
-
aside.qbo-sidebar > nav > ul > li > div > ul.qbo-paginate aside.qbo-sidebar > nav > ul > li.pageSize > button
|
|
2845
|
+
aside.qbo-sidebar > nav > ul > li > div > ul.qbo-paginate aside.qbo-sidebar > nav > ul > li.pageSize > button,
|
|
2846
|
+
.input-group-sm > qbo-icon[type=toggle],
|
|
2847
|
+
.qbo-paginate.small li.pageSize > qbo-icon[type=toggle],
|
|
2848
|
+
aside.qbo-sidebar > nav > ul > li > div > ul.qbo-paginate li.pageSize > qbo-icon[type=toggle],
|
|
2849
|
+
.input-group-sm > qbo-icon[type=button],
|
|
2850
|
+
.qbo-paginate.small li.pageSize > qbo-icon[type=button],
|
|
2851
|
+
aside.qbo-sidebar > nav > ul > li > div > ul.qbo-paginate li.pageSize > qbo-icon[type=button] {
|
|
2844
2852
|
padding: 0.25rem 0.5rem;
|
|
2845
2853
|
font-size: 0.875rem;
|
|
2846
2854
|
border-radius: var(--bs-border-radius-sm);
|
|
@@ -3232,7 +3240,7 @@ div.qbo-input-group > .form-floating:not(:focus-within).is-invalid,
|
|
|
3232
3240
|
z-index: 4;
|
|
3233
3241
|
}
|
|
3234
3242
|
|
|
3235
|
-
.btn, button.qbo-primary-dropdown, button.qbo-secondary, button.qbo-primary, button.qbo-btn, .qbo-btn-light, aside.qbo-sidebar > nav > ul > li > button {
|
|
3243
|
+
.btn, button.qbo-primary-dropdown, button.qbo-secondary, button.qbo-primary, button.qbo-btn, .qbo-btn-light, aside.qbo-sidebar > nav > ul > li > button, qbo-icon[type=toggle], qbo-icon[type=button] {
|
|
3236
3244
|
--bs-btn-padding-x: 0.75rem;
|
|
3237
3245
|
--bs-btn-padding-y: 0.375rem;
|
|
3238
3246
|
--bs-btn-font-family: ;
|
|
@@ -3268,44 +3276,44 @@ div.qbo-input-group > .form-floating:not(:focus-within).is-invalid,
|
|
|
3268
3276
|
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;
|
|
3269
3277
|
}
|
|
3270
3278
|
@media (prefers-reduced-motion: reduce) {
|
|
3271
|
-
.btn, button.qbo-primary-dropdown, button.qbo-secondary, button.qbo-primary, button.qbo-btn, .qbo-btn-light, aside.qbo-sidebar > nav > ul > li > button {
|
|
3279
|
+
.btn, button.qbo-primary-dropdown, button.qbo-secondary, button.qbo-primary, button.qbo-btn, .qbo-btn-light, aside.qbo-sidebar > nav > ul > li > button, qbo-icon[type=toggle], qbo-icon[type=button] {
|
|
3272
3280
|
transition: none;
|
|
3273
3281
|
}
|
|
3274
3282
|
}
|
|
3275
|
-
.btn:hover, button.qbo-primary-dropdown:hover, button.qbo-secondary:hover, button.qbo-primary:hover, button.qbo-btn:hover, .qbo-btn-light:hover, aside.qbo-sidebar > nav > ul > li > button:hover {
|
|
3283
|
+
.btn:hover, button.qbo-primary-dropdown:hover, button.qbo-secondary:hover, button.qbo-primary:hover, button.qbo-btn:hover, .qbo-btn-light:hover, aside.qbo-sidebar > nav > ul > li > button:hover, qbo-icon[type=toggle]:hover, qbo-icon[type=button]:hover {
|
|
3276
3284
|
color: var(--bs-btn-hover-color);
|
|
3277
3285
|
background-color: var(--bs-btn-hover-bg);
|
|
3278
3286
|
border-color: var(--bs-btn-hover-border-color);
|
|
3279
3287
|
}
|
|
3280
|
-
.btn-check + .btn:hover, .btn-check + button.qbo-primary-dropdown:hover, .btn-check + button.qbo-secondary:hover, .btn-check + button.qbo-primary:hover, .btn-check + button.qbo-btn:hover, .btn-check + .qbo-btn-light:hover, aside.qbo-sidebar > nav > ul > li > .btn-check + button:hover {
|
|
3288
|
+
.btn-check + .btn:hover, .btn-check + button.qbo-primary-dropdown:hover, .btn-check + button.qbo-secondary:hover, .btn-check + button.qbo-primary:hover, .btn-check + button.qbo-btn:hover, .btn-check + .qbo-btn-light:hover, aside.qbo-sidebar > nav > ul > li > .btn-check + button:hover, .btn-check + qbo-icon[type=toggle]:hover, .btn-check + qbo-icon[type=button]:hover {
|
|
3281
3289
|
color: var(--bs-btn-color);
|
|
3282
3290
|
background-color: var(--bs-btn-bg);
|
|
3283
3291
|
border-color: var(--bs-btn-border-color);
|
|
3284
3292
|
}
|
|
3285
|
-
.btn:focus-visible, button.qbo-primary-dropdown:focus-visible, button.qbo-secondary:focus-visible, button.qbo-primary:focus-visible, button.qbo-btn:focus-visible, .qbo-btn-light:focus-visible, aside.qbo-sidebar > nav > ul > li > button:focus-visible {
|
|
3293
|
+
.btn:focus-visible, button.qbo-primary-dropdown:focus-visible, button.qbo-secondary:focus-visible, button.qbo-primary:focus-visible, button.qbo-btn:focus-visible, .qbo-btn-light:focus-visible, aside.qbo-sidebar > nav > ul > li > button:focus-visible, qbo-icon[type=toggle]:focus-visible, qbo-icon[type=button]:focus-visible {
|
|
3286
3294
|
color: var(--bs-btn-hover-color);
|
|
3287
3295
|
background-color: var(--bs-btn-hover-bg);
|
|
3288
3296
|
border-color: var(--bs-btn-hover-border-color);
|
|
3289
3297
|
outline: 0;
|
|
3290
3298
|
box-shadow: var(--bs-btn-focus-box-shadow);
|
|
3291
3299
|
}
|
|
3292
|
-
.btn-check:focus-visible + .btn, .btn-check:focus-visible + button.qbo-primary-dropdown, .btn-check:focus-visible + button.qbo-secondary, .btn-check:focus-visible + button.qbo-primary, .btn-check:focus-visible + button.qbo-btn, .btn-check:focus-visible + .qbo-btn-light, aside.qbo-sidebar > nav > ul > li > .btn-check:focus-visible + button {
|
|
3300
|
+
.btn-check:focus-visible + .btn, .btn-check:focus-visible + button.qbo-primary-dropdown, .btn-check:focus-visible + button.qbo-secondary, .btn-check:focus-visible + button.qbo-primary, .btn-check:focus-visible + button.qbo-btn, .btn-check:focus-visible + .qbo-btn-light, aside.qbo-sidebar > nav > ul > li > .btn-check:focus-visible + button, .btn-check:focus-visible + qbo-icon[type=toggle], .btn-check:focus-visible + qbo-icon[type=button] {
|
|
3293
3301
|
border-color: var(--bs-btn-hover-border-color);
|
|
3294
3302
|
outline: 0;
|
|
3295
3303
|
box-shadow: var(--bs-btn-focus-box-shadow);
|
|
3296
3304
|
}
|
|
3297
|
-
.btn-check:checked + .btn, .btn-check:checked + button.qbo-primary-dropdown, .btn-check:checked + button.qbo-secondary, .btn-check:checked + button.qbo-primary, .btn-check:checked + button.qbo-btn, .btn-check:checked + .qbo-btn-light, aside.qbo-sidebar > nav > ul > li > .btn-check:checked + button, :not(.btn-check) + .btn:active, :not(.btn-check) + button.qbo-primary-dropdown:active, :not(.btn-check) + button.qbo-secondary:active, :not(.btn-check) + button.qbo-primary:active, :not(.btn-check) + button.qbo-btn:active, :not(.btn-check) + .qbo-btn-light:active, aside.qbo-sidebar > nav > ul > li > :not(.btn-check) + button:active, .btn:first-child:active, button.qbo-primary-dropdown:first-child:active, button.qbo-secondary:first-child:active, button.qbo-primary:first-child:active, button.qbo-btn:first-child:active, .qbo-btn-light:first-child:active, aside.qbo-sidebar > nav > ul > li > button:first-child:active, .btn.active, button.active.qbo-primary-dropdown, button.active.qbo-secondary, button.active.qbo-primary, button.active.qbo-btn, .active.qbo-btn-light, nav.qbo-breadcrumb > div > nav > ul > li.btn:last-child, nav.qbo-breadcrumb > div > nav > ul > li.qbo-btn-light:last-child, aside.qbo-sidebar > nav > ul > li > button.active, .qbo-paginate li.btn.active, .qbo-paginate li.active.qbo-btn-light, .btn.show, qbo-
|
|
3305
|
+
.btn-check:checked + .btn, .btn-check:checked + button.qbo-primary-dropdown, .btn-check:checked + button.qbo-secondary, .btn-check:checked + button.qbo-primary, .btn-check:checked + button.qbo-btn, .btn-check:checked + .qbo-btn-light, aside.qbo-sidebar > nav > ul > li > .btn-check:checked + button, .btn-check:checked + qbo-icon[type=toggle], .btn-check:checked + qbo-icon[type=button], :not(.btn-check) + .btn:active, :not(.btn-check) + button.qbo-primary-dropdown:active, :not(.btn-check) + button.qbo-secondary:active, :not(.btn-check) + button.qbo-primary:active, :not(.btn-check) + button.qbo-btn:active, :not(.btn-check) + .qbo-btn-light:active, aside.qbo-sidebar > nav > ul > li > :not(.btn-check) + button:active, :not(.btn-check) + qbo-icon[type=toggle]:active, :not(.btn-check) + qbo-icon[type=button]:active, .btn:first-child:active, button.qbo-primary-dropdown:first-child:active, button.qbo-secondary:first-child:active, button.qbo-primary:first-child:active, button.qbo-btn:first-child:active, .qbo-btn-light:first-child:active, aside.qbo-sidebar > nav > ul > li > button:first-child:active, qbo-icon[type=toggle]:first-child:active, qbo-icon[type=button]:first-child:active, .btn.active, button.active.qbo-primary-dropdown, button.active.qbo-secondary, button.active.qbo-primary, button.active.qbo-btn, .active.qbo-btn-light, nav.qbo-breadcrumb > div > nav > ul > li.btn:last-child, nav.qbo-breadcrumb > div > nav > ul > li.qbo-btn-light:last-child, aside.qbo-sidebar > nav > ul > li > button.active, .qbo-paginate li.btn.active, .qbo-paginate li.active.qbo-btn-light, qbo-icon.btn[selected], qbo-icon[selected].qbo-btn-light, qbo-icon.active[type=toggle], qbo-icon[type=toggle][selected], qbo-icon.active[type=button], qbo-icon[type=button][selected], .btn.show, qbo-menu[type=context] > menu.btn, .qbo-menu-context > menu.btn, button.show.qbo-primary-dropdown, button.show.qbo-secondary, button.show.qbo-primary, button.show.qbo-btn, .show.qbo-btn-light, qbo-menu[type=context] > menu.qbo-btn-light, .qbo-menu-context > menu.qbo-btn-light, div.btn.qbo-show, div.qbo-show.qbo-btn-light, aside.qbo-sidebar > nav > ul > li > button.show, qbo-icon.show[type=toggle], qbo-icon.show[type=button] {
|
|
3298
3306
|
color: var(--bs-btn-active-color);
|
|
3299
3307
|
background-color: var(--bs-btn-active-bg);
|
|
3300
3308
|
border-color: var(--bs-btn-active-border-color);
|
|
3301
3309
|
}
|
|
3302
|
-
.btn-check:checked + .btn:focus-visible, .btn-check:checked + button.qbo-primary-dropdown:focus-visible, .btn-check:checked + button.qbo-secondary:focus-visible, .btn-check:checked + button.qbo-primary:focus-visible, .btn-check:checked + button.qbo-btn:focus-visible, .btn-check:checked + .qbo-btn-light:focus-visible, aside.qbo-sidebar > nav > ul > li > .btn-check:checked + button:focus-visible, :not(.btn-check) + .btn:active:focus-visible, :not(.btn-check) + button.qbo-primary-dropdown:active:focus-visible, :not(.btn-check) + button.qbo-secondary:active:focus-visible, :not(.btn-check) + button.qbo-primary:active:focus-visible, :not(.btn-check) + button.qbo-btn:active:focus-visible, :not(.btn-check) + .qbo-btn-light:active:focus-visible, aside.qbo-sidebar > nav > ul > li > :not(.btn-check) + button:active:focus-visible, .btn:first-child:active:focus-visible, button.qbo-primary-dropdown:first-child:active:focus-visible, button.qbo-secondary:first-child:active:focus-visible, button.qbo-primary:first-child:active:focus-visible, button.qbo-btn:first-child:active:focus-visible, .qbo-btn-light:first-child:active:focus-visible, aside.qbo-sidebar > nav > ul > li > button:first-child:active:focus-visible, .btn.active:focus-visible, button.active.qbo-primary-dropdown:focus-visible, button.active.qbo-secondary:focus-visible, button.active.qbo-primary:focus-visible, button.active.qbo-btn:focus-visible, .active.qbo-btn-light:focus-visible, nav.qbo-breadcrumb > div > nav > ul > li.btn:focus-visible:last-child, nav.qbo-breadcrumb > div > nav > ul > li.qbo-btn-light:focus-visible:last-child, aside.qbo-sidebar > nav > ul > li > button.active:focus-visible, .btn.show:focus-visible, qbo-
|
|
3310
|
+
.btn-check:checked + .btn:focus-visible, .btn-check:checked + button.qbo-primary-dropdown:focus-visible, .btn-check:checked + button.qbo-secondary:focus-visible, .btn-check:checked + button.qbo-primary:focus-visible, .btn-check:checked + button.qbo-btn:focus-visible, .btn-check:checked + .qbo-btn-light:focus-visible, aside.qbo-sidebar > nav > ul > li > .btn-check:checked + button:focus-visible, .btn-check:checked + qbo-icon[type=toggle]:focus-visible, .btn-check:checked + qbo-icon[type=button]:focus-visible, :not(.btn-check) + .btn:active:focus-visible, :not(.btn-check) + button.qbo-primary-dropdown:active:focus-visible, :not(.btn-check) + button.qbo-secondary:active:focus-visible, :not(.btn-check) + button.qbo-primary:active:focus-visible, :not(.btn-check) + button.qbo-btn:active:focus-visible, :not(.btn-check) + .qbo-btn-light:active:focus-visible, aside.qbo-sidebar > nav > ul > li > :not(.btn-check) + button:active:focus-visible, :not(.btn-check) + qbo-icon[type=toggle]:active:focus-visible, :not(.btn-check) + qbo-icon[type=button]:active:focus-visible, .btn:first-child:active:focus-visible, button.qbo-primary-dropdown:first-child:active:focus-visible, button.qbo-secondary:first-child:active:focus-visible, button.qbo-primary:first-child:active:focus-visible, button.qbo-btn:first-child:active:focus-visible, .qbo-btn-light:first-child:active:focus-visible, aside.qbo-sidebar > nav > ul > li > button:first-child:active:focus-visible, qbo-icon[type=toggle]:first-child:active:focus-visible, qbo-icon[type=button]:first-child:active:focus-visible, .btn.active:focus-visible, button.active.qbo-primary-dropdown:focus-visible, button.active.qbo-secondary:focus-visible, button.active.qbo-primary:focus-visible, button.active.qbo-btn:focus-visible, .active.qbo-btn-light:focus-visible, nav.qbo-breadcrumb > div > nav > ul > li.btn:focus-visible:last-child, nav.qbo-breadcrumb > div > nav > ul > li.qbo-btn-light:focus-visible:last-child, aside.qbo-sidebar > nav > ul > li > button.active:focus-visible, qbo-icon.btn[selected]:focus-visible, qbo-icon[selected].qbo-btn-light:focus-visible, qbo-icon.active[type=toggle]:focus-visible, qbo-icon[type=toggle][selected]:focus-visible, qbo-icon.active[type=button]:focus-visible, qbo-icon[type=button][selected]:focus-visible, .btn.show:focus-visible, qbo-menu[type=context] > menu.btn:focus-visible, .qbo-menu-context > menu.btn:focus-visible, button.show.qbo-primary-dropdown:focus-visible, button.show.qbo-secondary:focus-visible, button.show.qbo-primary:focus-visible, button.show.qbo-btn:focus-visible, .show.qbo-btn-light:focus-visible, qbo-menu[type=context] > menu.qbo-btn-light:focus-visible, .qbo-menu-context > menu.qbo-btn-light:focus-visible, div.btn.qbo-show:focus-visible, div.qbo-show.qbo-btn-light:focus-visible, aside.qbo-sidebar > nav > ul > li > button.show:focus-visible, qbo-icon.show[type=toggle]:focus-visible, qbo-icon.show[type=button]:focus-visible {
|
|
3303
3311
|
box-shadow: var(--bs-btn-focus-box-shadow);
|
|
3304
3312
|
}
|
|
3305
|
-
.btn-check:checked:focus-visible + .btn, .btn-check:checked:focus-visible + button.qbo-primary-dropdown, .btn-check:checked:focus-visible + button.qbo-secondary, .btn-check:checked:focus-visible + button.qbo-primary, .btn-check:checked:focus-visible + button.qbo-btn, .btn-check:checked:focus-visible + .qbo-btn-light, aside.qbo-sidebar > nav > ul > li > .btn-check:checked:focus-visible + button {
|
|
3313
|
+
.btn-check:checked:focus-visible + .btn, .btn-check:checked:focus-visible + button.qbo-primary-dropdown, .btn-check:checked:focus-visible + button.qbo-secondary, .btn-check:checked:focus-visible + button.qbo-primary, .btn-check:checked:focus-visible + button.qbo-btn, .btn-check:checked:focus-visible + .qbo-btn-light, aside.qbo-sidebar > nav > ul > li > .btn-check:checked:focus-visible + button, .btn-check:checked:focus-visible + qbo-icon[type=toggle], .btn-check:checked:focus-visible + qbo-icon[type=button] {
|
|
3306
3314
|
box-shadow: var(--bs-btn-focus-box-shadow);
|
|
3307
3315
|
}
|
|
3308
|
-
.btn:disabled, button.qbo-primary-dropdown:disabled, button.qbo-secondary:disabled, button.qbo-primary:disabled, button.qbo-btn:disabled, .qbo-btn-light:disabled, aside.qbo-sidebar > nav > ul > li > button:disabled, .btn.disabled, button.disabled.qbo-primary-dropdown, button.disabled.qbo-secondary, button.disabled.qbo-primary, button.disabled.qbo-btn, .disabled.qbo-btn-light, aside.qbo-sidebar > nav > ul > li > button.disabled, .qbo-paginate li.btn.disabled, .qbo-paginate li.disabled.qbo-btn-light, fieldset:disabled .btn, fieldset:disabled button.qbo-primary-dropdown, fieldset:disabled button.qbo-secondary, fieldset:disabled button.qbo-primary, fieldset:disabled button.qbo-btn, fieldset:disabled .qbo-btn-light, fieldset:disabled aside.qbo-sidebar > nav > ul > li > button {
|
|
3316
|
+
.btn:disabled, button.qbo-primary-dropdown:disabled, button.qbo-secondary:disabled, button.qbo-primary:disabled, button.qbo-btn:disabled, .qbo-btn-light:disabled, aside.qbo-sidebar > nav > ul > li > button:disabled, qbo-icon[type=toggle]:disabled, qbo-icon[type=button]:disabled, .btn.disabled, button.disabled.qbo-primary-dropdown, button.disabled.qbo-secondary, button.disabled.qbo-primary, button.disabled.qbo-btn, .disabled.qbo-btn-light, aside.qbo-sidebar > nav > ul > li > button.disabled, .qbo-paginate li.btn.disabled, .qbo-paginate li.disabled.qbo-btn-light, qbo-icon.disabled[type=toggle], qbo-icon.disabled[type=button], fieldset:disabled .btn, fieldset:disabled button.qbo-primary-dropdown, fieldset:disabled button.qbo-secondary, fieldset:disabled button.qbo-primary, fieldset:disabled button.qbo-btn, fieldset:disabled .qbo-btn-light, fieldset:disabled aside.qbo-sidebar > nav > ul > li > button, fieldset:disabled qbo-icon[type=toggle], fieldset:disabled qbo-icon[type=button] {
|
|
3309
3317
|
color: var(--bs-btn-disabled-color);
|
|
3310
3318
|
pointer-events: none;
|
|
3311
3319
|
background-color: var(--bs-btn-disabled-bg);
|
|
@@ -3607,14 +3615,14 @@ div.qbo-input-group > .form-floating:not(:focus-within).is-invalid,
|
|
|
3607
3615
|
color: var(--bs-btn-hover-color);
|
|
3608
3616
|
}
|
|
3609
3617
|
|
|
3610
|
-
.btn-lg, .btn-group-lg > .btn, .btn-group-lg > button.qbo-primary-dropdown, .btn-group-lg > button.qbo-secondary, .btn-group-lg > button.qbo-primary, .btn-group-lg > button.qbo-btn, .btn-group-lg > .qbo-btn-light, aside.qbo-sidebar > nav > ul > li.btn-group-lg > button {
|
|
3618
|
+
.btn-lg, .btn-group-lg > .btn, .btn-group-lg > button.qbo-primary-dropdown, .btn-group-lg > button.qbo-secondary, .btn-group-lg > button.qbo-primary, .btn-group-lg > button.qbo-btn, .btn-group-lg > .qbo-btn-light, aside.qbo-sidebar > nav > ul > li.btn-group-lg > button, .btn-group-lg > qbo-icon[type=toggle], .btn-group-lg > qbo-icon[type=button] {
|
|
3611
3619
|
--bs-btn-padding-y: 0.5rem;
|
|
3612
3620
|
--bs-btn-padding-x: 1rem;
|
|
3613
3621
|
--bs-btn-font-size: 1.25rem;
|
|
3614
3622
|
--bs-btn-border-radius: var(--bs-border-radius-lg);
|
|
3615
3623
|
}
|
|
3616
3624
|
|
|
3617
|
-
.btn-sm, .btn-group-sm > .btn, .btn-group-sm > button.qbo-primary-dropdown, .btn-group-sm > button.qbo-secondary, .btn-group-sm > button.qbo-primary, .btn-group-sm > button.qbo-btn, .btn-group-sm > .qbo-btn-light, aside.qbo-sidebar > nav > ul > li.btn-group-sm > button {
|
|
3625
|
+
.btn-sm, .btn-group-sm > .btn, .btn-group-sm > button.qbo-primary-dropdown, .btn-group-sm > button.qbo-secondary, .btn-group-sm > button.qbo-primary, .btn-group-sm > button.qbo-btn, .btn-group-sm > .qbo-btn-light, aside.qbo-sidebar > nav > ul > li.btn-group-sm > button, .btn-group-sm > qbo-icon[type=toggle], .btn-group-sm > qbo-icon[type=button] {
|
|
3618
3626
|
--bs-btn-padding-y: 0.25rem;
|
|
3619
3627
|
--bs-btn-padding-x: 0.5rem;
|
|
3620
3628
|
--bs-btn-font-size: 0.875rem;
|
|
@@ -3685,7 +3693,7 @@ nav.qbo-mainmenu > div > div > ul li.qbo-dropdown,
|
|
|
3685
3693
|
margin-left: 0;
|
|
3686
3694
|
}
|
|
3687
3695
|
|
|
3688
|
-
.dropdown-menu, qbo-
|
|
3696
|
+
.dropdown-menu, qbo-menu[type=context] > ul, .qbo-menu-context > ul, qbo-menu[type=context] > menu, .qbo-menu-context > menu {
|
|
3689
3697
|
--bs-dropdown-zindex: 1000;
|
|
3690
3698
|
--bs-dropdown-min-width: 10rem;
|
|
3691
3699
|
--bs-dropdown-padding-x: 0;
|
|
@@ -3727,7 +3735,7 @@ nav.qbo-mainmenu > div > div > ul li.qbo-dropdown,
|
|
|
3727
3735
|
border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
|
|
3728
3736
|
border-radius: var(--bs-dropdown-border-radius);
|
|
3729
3737
|
}
|
|
3730
|
-
.dropdown-menu[data-bs-popper], qbo-
|
|
3738
|
+
.dropdown-menu[data-bs-popper], qbo-menu[type=context] > ul[data-bs-popper], .qbo-menu-context > ul[data-bs-popper], qbo-menu[type=context] > menu[data-bs-popper], .qbo-menu-context > menu[data-bs-popper] {
|
|
3731
3739
|
top: 100%;
|
|
3732
3740
|
left: 0;
|
|
3733
3741
|
margin-top: var(--bs-dropdown-spacer);
|
|
@@ -3829,7 +3837,7 @@ nav.qbo-mainmenu > div > div > ul li.qbo-dropdown,
|
|
|
3829
3837
|
left: auto;
|
|
3830
3838
|
}
|
|
3831
3839
|
}
|
|
3832
|
-
.dropup .dropdown-menu[data-bs-popper], .dropup qbo-
|
|
3840
|
+
.dropup .dropdown-menu[data-bs-popper], .dropup qbo-menu[type=context] > ul[data-bs-popper], .dropup .qbo-menu-context > ul[data-bs-popper], .dropup qbo-menu[type=context] > menu[data-bs-popper], .dropup .qbo-menu-context > menu[data-bs-popper] {
|
|
3833
3841
|
top: auto;
|
|
3834
3842
|
bottom: 100%;
|
|
3835
3843
|
margin-top: 0;
|
|
@@ -3849,7 +3857,7 @@ nav.qbo-mainmenu > div > div > ul li.qbo-dropdown,
|
|
|
3849
3857
|
margin-left: 0;
|
|
3850
3858
|
}
|
|
3851
3859
|
|
|
3852
|
-
.dropend .dropdown-menu[data-bs-popper], .dropend qbo-
|
|
3860
|
+
.dropend .dropdown-menu[data-bs-popper], .dropend qbo-menu[type=context] > ul[data-bs-popper], .dropend .qbo-menu-context > ul[data-bs-popper], .dropend qbo-menu[type=context] > menu[data-bs-popper], .dropend .qbo-menu-context > menu[data-bs-popper] {
|
|
3853
3861
|
top: 0;
|
|
3854
3862
|
right: auto;
|
|
3855
3863
|
left: 100%;
|
|
@@ -3873,7 +3881,7 @@ nav.qbo-mainmenu > div > div > ul li.qbo-dropdown,
|
|
|
3873
3881
|
vertical-align: 0;
|
|
3874
3882
|
}
|
|
3875
3883
|
|
|
3876
|
-
.dropstart .dropdown-menu[data-bs-popper], .dropstart qbo-
|
|
3884
|
+
.dropstart .dropdown-menu[data-bs-popper], .dropstart qbo-menu[type=context] > ul[data-bs-popper], .dropstart .qbo-menu-context > ul[data-bs-popper], .dropstart qbo-menu[type=context] > menu[data-bs-popper], .dropstart .qbo-menu-context > menu[data-bs-popper] {
|
|
3877
3885
|
top: 0;
|
|
3878
3886
|
right: 100%;
|
|
3879
3887
|
left: auto;
|
|
@@ -3913,7 +3921,7 @@ nav.qbo-mainmenu > div > div > ul li.qbo-dropdown,
|
|
|
3913
3921
|
opacity: 1;
|
|
3914
3922
|
}
|
|
3915
3923
|
|
|
3916
|
-
.dropdown-item, qbo-
|
|
3924
|
+
.dropdown-item, qbo-menu[type=context] li, .qbo-menu-context li, nav.qbo-mainmenu > div > div > ul li > a.qbo-dropdown-item {
|
|
3917
3925
|
display: block;
|
|
3918
3926
|
width: 100%;
|
|
3919
3927
|
padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
|
|
@@ -3927,22 +3935,22 @@ nav.qbo-mainmenu > div > div > ul li.qbo-dropdown,
|
|
|
3927
3935
|
border: 0;
|
|
3928
3936
|
border-radius: var(--bs-dropdown-item-border-radius, 0);
|
|
3929
3937
|
}
|
|
3930
|
-
.dropdown-item:hover, qbo-
|
|
3938
|
+
.dropdown-item:hover, qbo-menu[type=context] li:hover, .qbo-menu-context li:hover, nav.qbo-mainmenu > div > div > ul li > a.qbo-dropdown-item:hover, .dropdown-item:focus, qbo-menu[type=context] li:focus, .qbo-menu-context li:focus, nav.qbo-mainmenu > div > div > ul li > a.qbo-dropdown-item:focus {
|
|
3931
3939
|
color: var(--bs-dropdown-link-hover-color);
|
|
3932
3940
|
background-color: var(--bs-dropdown-link-hover-bg);
|
|
3933
3941
|
}
|
|
3934
|
-
.dropdown-item.active, qbo-
|
|
3942
|
+
.dropdown-item.active, qbo-menu[type=context] li.active, .qbo-menu-context li.active, nav.qbo-mainmenu > div > div > ul li > a.active.qbo-dropdown-item, nav.qbo-breadcrumb > div > nav > ul > li.dropdown-item:last-child, qbo-menu[type=context] nav.qbo-breadcrumb > div > nav > ul > li:last-child, .qbo-menu-context nav.qbo-breadcrumb > div > nav > ul > li:last-child, .qbo-paginate li.dropdown-item.active, qbo-icon.dropdown-item[selected], .dropdown-item:active, qbo-menu[type=context] li:active, .qbo-menu-context li:active, nav.qbo-mainmenu > div > div > ul li > a.qbo-dropdown-item:active {
|
|
3935
3943
|
color: var(--bs-dropdown-link-active-color);
|
|
3936
3944
|
text-decoration: none;
|
|
3937
3945
|
background-color: var(--bs-dropdown-link-active-bg);
|
|
3938
3946
|
}
|
|
3939
|
-
.dropdown-item.disabled, qbo-
|
|
3947
|
+
.dropdown-item.disabled, qbo-menu[type=context] li.disabled, .qbo-menu-context li.disabled, nav.qbo-mainmenu > div > div > ul li > a.disabled.qbo-dropdown-item, .qbo-paginate li.dropdown-item.disabled, .dropdown-item:disabled, qbo-menu[type=context] li:disabled, .qbo-menu-context li:disabled, nav.qbo-mainmenu > div > div > ul li > a.qbo-dropdown-item:disabled {
|
|
3940
3948
|
color: var(--bs-dropdown-link-disabled-color);
|
|
3941
3949
|
pointer-events: none;
|
|
3942
3950
|
background-color: transparent;
|
|
3943
3951
|
}
|
|
3944
3952
|
|
|
3945
|
-
.dropdown-menu.show, qbo-
|
|
3953
|
+
.dropdown-menu.show, qbo-menu[type=context] > ul.show, .qbo-menu-context > ul.show, .qbo-menu-context > menu.dropdown-menu, qbo-menu[type=context] > menu, .qbo-menu-context > menu.show, .qbo-menu-context > menu, div.dropdown-menu.qbo-show {
|
|
3946
3954
|
display: block;
|
|
3947
3955
|
}
|
|
3948
3956
|
|
|
@@ -3982,18 +3990,20 @@ nav.qbo-mainmenu > div > div > ul li.qbo-dropdown,
|
|
|
3982
3990
|
display: inline-flex;
|
|
3983
3991
|
vertical-align: middle;
|
|
3984
3992
|
}
|
|
3985
|
-
.btn-group > .btn, .btn-group > button.qbo-primary-dropdown, .btn-group > button.qbo-secondary, .btn-group > button.qbo-primary, .btn-group > button.qbo-btn, .btn-group > .qbo-btn-light, div.qbo-form form > * > slot > * > slot > div.qbo-form-actions div.qbo-btn-group > .btn, div.qbo-form form > * > slot > * > slot > div.qbo-form-actions div.qbo-btn-group > button.qbo-primary-dropdown, div.qbo-form form > * > slot > * > slot > div.qbo-form-actions div.qbo-btn-group > button.qbo-secondary, div.qbo-form form > * > slot > * > slot > div.qbo-form-actions div.qbo-btn-group > button.qbo-primary, div.qbo-form form > * > slot > * > slot > div.qbo-form-actions div.qbo-btn-group > button.qbo-btn, div.qbo-form form > * > slot > * > slot > div.qbo-form-actions div.qbo-btn-group > .qbo-btn-light, aside.qbo-sidebar > nav > ul > li.btn-group > button,
|
|
3993
|
+
.btn-group > .btn, .btn-group > button.qbo-primary-dropdown, .btn-group > button.qbo-secondary, .btn-group > button.qbo-primary, .btn-group > button.qbo-btn, .btn-group > .qbo-btn-light, div.qbo-form form > * > slot > * > slot > div.qbo-form-actions div.qbo-btn-group > .btn, div.qbo-form form > * > slot > * > slot > div.qbo-form-actions div.qbo-btn-group > button.qbo-primary-dropdown, div.qbo-form form > * > slot > * > slot > div.qbo-form-actions div.qbo-btn-group > button.qbo-secondary, div.qbo-form form > * > slot > * > slot > div.qbo-form-actions div.qbo-btn-group > button.qbo-primary, div.qbo-form form > * > slot > * > slot > div.qbo-form-actions div.qbo-btn-group > button.qbo-btn, div.qbo-form form > * > slot > * > slot > div.qbo-form-actions div.qbo-btn-group > .qbo-btn-light, aside.qbo-sidebar > nav > ul > li.btn-group > button, .btn-group > qbo-icon[type=toggle], div.qbo-form form > * > slot > * > slot > div.qbo-form-actions div.qbo-btn-group > qbo-icon[type=toggle], .btn-group > qbo-icon[type=button], div.qbo-form form > * > slot > * > slot > div.qbo-form-actions div.qbo-btn-group > qbo-icon[type=button],
|
|
3986
3994
|
.btn-group-vertical > .btn,
|
|
3987
3995
|
.btn-group-vertical > button.qbo-primary-dropdown,
|
|
3988
3996
|
.btn-group-vertical > button.qbo-secondary,
|
|
3989
3997
|
.btn-group-vertical > button.qbo-primary,
|
|
3990
3998
|
.btn-group-vertical > button.qbo-btn,
|
|
3991
3999
|
.btn-group-vertical > .qbo-btn-light,
|
|
3992
|
-
aside.qbo-sidebar > nav > ul > li.btn-group-vertical > button
|
|
4000
|
+
aside.qbo-sidebar > nav > ul > li.btn-group-vertical > button,
|
|
4001
|
+
.btn-group-vertical > qbo-icon[type=toggle],
|
|
4002
|
+
.btn-group-vertical > qbo-icon[type=button] {
|
|
3993
4003
|
position: relative;
|
|
3994
4004
|
flex: 1 1 auto;
|
|
3995
4005
|
}
|
|
3996
|
-
.btn-group > .btn-check:checked + .btn, .btn-group > .btn-check:checked + button.qbo-primary-dropdown, .btn-group > .btn-check:checked + button.qbo-secondary, .btn-group > .btn-check:checked + button.qbo-primary, .btn-group > .btn-check:checked + button.qbo-btn, .btn-group > .btn-check:checked + .qbo-btn-light, div.qbo-form form > * > slot > * > slot > div.qbo-form-actions div.qbo-btn-group > .btn-check:checked + .btn, div.qbo-form form > * > slot > * > slot > div.qbo-form-actions div.qbo-btn-group > .btn-check:checked + button.qbo-primary-dropdown, div.qbo-form form > * > slot > * > slot > div.qbo-form-actions div.qbo-btn-group > .btn-check:checked + button.qbo-secondary, div.qbo-form form > * > slot > * > slot > div.qbo-form-actions div.qbo-btn-group > .btn-check:checked + button.qbo-primary, div.qbo-form form > * > slot > * > slot > div.qbo-form-actions div.qbo-btn-group > .btn-check:checked + button.qbo-btn, div.qbo-form form > * > slot > * > slot > div.qbo-form-actions div.qbo-btn-group > .btn-check:checked + .qbo-btn-light, aside.qbo-sidebar > nav > ul > li.btn-group > .btn-check:checked + button,
|
|
4006
|
+
.btn-group > .btn-check:checked + .btn, .btn-group > .btn-check:checked + button.qbo-primary-dropdown, .btn-group > .btn-check:checked + button.qbo-secondary, .btn-group > .btn-check:checked + button.qbo-primary, .btn-group > .btn-check:checked + button.qbo-btn, .btn-group > .btn-check:checked + .qbo-btn-light, div.qbo-form form > * > slot > * > slot > div.qbo-form-actions div.qbo-btn-group > .btn-check:checked + .btn, div.qbo-form form > * > slot > * > slot > div.qbo-form-actions div.qbo-btn-group > .btn-check:checked + button.qbo-primary-dropdown, div.qbo-form form > * > slot > * > slot > div.qbo-form-actions div.qbo-btn-group > .btn-check:checked + button.qbo-secondary, div.qbo-form form > * > slot > * > slot > div.qbo-form-actions div.qbo-btn-group > .btn-check:checked + button.qbo-primary, div.qbo-form form > * > slot > * > slot > div.qbo-form-actions div.qbo-btn-group > .btn-check:checked + button.qbo-btn, div.qbo-form form > * > slot > * > slot > div.qbo-form-actions div.qbo-btn-group > .btn-check:checked + .qbo-btn-light, aside.qbo-sidebar > nav > ul > li.btn-group > .btn-check:checked + button, .btn-group > .btn-check:checked + qbo-icon[type=toggle], div.qbo-form form > * > slot > * > slot > div.qbo-form-actions div.qbo-btn-group > .btn-check:checked + qbo-icon[type=toggle], .btn-group > .btn-check:checked + qbo-icon[type=button], div.qbo-form form > * > slot > * > slot > div.qbo-form-actions div.qbo-btn-group > .btn-check:checked + qbo-icon[type=button],
|
|
3997
4007
|
.btn-group > .btn-check:focus + .btn,
|
|
3998
4008
|
.btn-group > .btn-check:focus + button.qbo-primary-dropdown,
|
|
3999
4009
|
.btn-group > .btn-check:focus + button.qbo-secondary,
|
|
@@ -4007,6 +4017,10 @@ div.qbo-form form > * > slot > * > slot > div.qbo-form-actions div.qbo-btn-group
|
|
|
4007
4017
|
div.qbo-form form > * > slot > * > slot > div.qbo-form-actions div.qbo-btn-group > .btn-check:focus + button.qbo-btn,
|
|
4008
4018
|
div.qbo-form form > * > slot > * > slot > div.qbo-form-actions div.qbo-btn-group > .btn-check:focus + .qbo-btn-light,
|
|
4009
4019
|
aside.qbo-sidebar > nav > ul > li.btn-group > .btn-check:focus + button,
|
|
4020
|
+
.btn-group > .btn-check:focus + qbo-icon[type=toggle],
|
|
4021
|
+
div.qbo-form form > * > slot > * > slot > div.qbo-form-actions div.qbo-btn-group > .btn-check:focus + qbo-icon[type=toggle],
|
|
4022
|
+
.btn-group > .btn-check:focus + qbo-icon[type=button],
|
|
4023
|
+
div.qbo-form form > * > slot > * > slot > div.qbo-form-actions div.qbo-btn-group > .btn-check:focus + qbo-icon[type=button],
|
|
4010
4024
|
.btn-group > .btn:hover,
|
|
4011
4025
|
.btn-group > button.qbo-primary-dropdown:hover,
|
|
4012
4026
|
.btn-group > button.qbo-secondary:hover,
|
|
@@ -4020,6 +4034,10 @@ div.qbo-form form > * > slot > * > slot > div.qbo-form-actions div.qbo-btn-group
|
|
|
4020
4034
|
div.qbo-form form > * > slot > * > slot > div.qbo-form-actions div.qbo-btn-group > button.qbo-btn:hover,
|
|
4021
4035
|
div.qbo-form form > * > slot > * > slot > div.qbo-form-actions div.qbo-btn-group > .qbo-btn-light:hover,
|
|
4022
4036
|
aside.qbo-sidebar > nav > ul > li.btn-group > button:hover,
|
|
4037
|
+
.btn-group > qbo-icon[type=toggle]:hover,
|
|
4038
|
+
div.qbo-form form > * > slot > * > slot > div.qbo-form-actions div.qbo-btn-group > qbo-icon[type=toggle]:hover,
|
|
4039
|
+
.btn-group > qbo-icon[type=button]:hover,
|
|
4040
|
+
div.qbo-form form > * > slot > * > slot > div.qbo-form-actions div.qbo-btn-group > qbo-icon[type=button]:hover,
|
|
4023
4041
|
.btn-group > .btn:focus,
|
|
4024
4042
|
.btn-group > button.qbo-primary-dropdown:focus,
|
|
4025
4043
|
.btn-group > button.qbo-secondary:focus,
|
|
@@ -4033,6 +4051,10 @@ div.qbo-form form > * > slot > * > slot > div.qbo-form-actions div.qbo-btn-group
|
|
|
4033
4051
|
div.qbo-form form > * > slot > * > slot > div.qbo-form-actions div.qbo-btn-group > button.qbo-btn:focus,
|
|
4034
4052
|
div.qbo-form form > * > slot > * > slot > div.qbo-form-actions div.qbo-btn-group > .qbo-btn-light:focus,
|
|
4035
4053
|
aside.qbo-sidebar > nav > ul > li.btn-group > button:focus,
|
|
4054
|
+
.btn-group > qbo-icon[type=toggle]:focus,
|
|
4055
|
+
div.qbo-form form > * > slot > * > slot > div.qbo-form-actions div.qbo-btn-group > qbo-icon[type=toggle]:focus,
|
|
4056
|
+
.btn-group > qbo-icon[type=button]:focus,
|
|
4057
|
+
div.qbo-form form > * > slot > * > slot > div.qbo-form-actions div.qbo-btn-group > qbo-icon[type=button]:focus,
|
|
4036
4058
|
.btn-group > .btn:active,
|
|
4037
4059
|
.btn-group > button.qbo-primary-dropdown:active,
|
|
4038
4060
|
.btn-group > button.qbo-secondary:active,
|
|
@@ -4046,6 +4068,10 @@ div.qbo-form form > * > slot > * > slot > div.qbo-form-actions div.qbo-btn-group
|
|
|
4046
4068
|
div.qbo-form form > * > slot > * > slot > div.qbo-form-actions div.qbo-btn-group > button.qbo-btn:active,
|
|
4047
4069
|
div.qbo-form form > * > slot > * > slot > div.qbo-form-actions div.qbo-btn-group > .qbo-btn-light:active,
|
|
4048
4070
|
aside.qbo-sidebar > nav > ul > li.btn-group > button:active,
|
|
4071
|
+
.btn-group > qbo-icon[type=toggle]:active,
|
|
4072
|
+
div.qbo-form form > * > slot > * > slot > div.qbo-form-actions div.qbo-btn-group > qbo-icon[type=toggle]:active,
|
|
4073
|
+
.btn-group > qbo-icon[type=button]:active,
|
|
4074
|
+
div.qbo-form form > * > slot > * > slot > div.qbo-form-actions div.qbo-btn-group > qbo-icon[type=button]:active,
|
|
4049
4075
|
.btn-group > .btn.active,
|
|
4050
4076
|
.btn-group > button.active.qbo-primary-dropdown,
|
|
4051
4077
|
.btn-group > button.active.qbo-secondary,
|
|
@@ -4061,6 +4087,18 @@ div.qbo-form form > * > slot > * > slot > div.qbo-form-actions div.qbo-btn-group
|
|
|
4061
4087
|
nav.qbo-breadcrumb > div > nav > ul.btn-group > li.btn:last-child,
|
|
4062
4088
|
nav.qbo-breadcrumb > div > nav > ul.btn-group > li.qbo-btn-light:last-child,
|
|
4063
4089
|
aside.qbo-sidebar > nav > ul > li.btn-group > button.active,
|
|
4090
|
+
.btn-group > qbo-icon.btn[selected],
|
|
4091
|
+
.btn-group > qbo-icon[selected].qbo-btn-light,
|
|
4092
|
+
div.qbo-form form > * > slot > * > slot > div.qbo-form-actions div.qbo-btn-group > qbo-icon.btn[selected],
|
|
4093
|
+
div.qbo-form form > * > slot > * > slot > div.qbo-form-actions div.qbo-btn-group > qbo-icon[selected].qbo-btn-light,
|
|
4094
|
+
.btn-group > qbo-icon.active[type=toggle],
|
|
4095
|
+
div.qbo-form form > * > slot > * > slot > div.qbo-form-actions div.qbo-btn-group > qbo-icon.active[type=toggle],
|
|
4096
|
+
.btn-group > qbo-icon[type=toggle][selected],
|
|
4097
|
+
div.qbo-form form > * > slot > * > slot > div.qbo-form-actions div.qbo-btn-group > qbo-icon[type=toggle][selected],
|
|
4098
|
+
.btn-group > qbo-icon.active[type=button],
|
|
4099
|
+
div.qbo-form form > * > slot > * > slot > div.qbo-form-actions div.qbo-btn-group > qbo-icon.active[type=button],
|
|
4100
|
+
.btn-group > qbo-icon[type=button][selected],
|
|
4101
|
+
div.qbo-form form > * > slot > * > slot > div.qbo-form-actions div.qbo-btn-group > qbo-icon[type=button][selected],
|
|
4064
4102
|
.btn-group-vertical > .btn-check:checked + .btn,
|
|
4065
4103
|
.btn-group-vertical > .btn-check:checked + button.qbo-primary-dropdown,
|
|
4066
4104
|
.btn-group-vertical > .btn-check:checked + button.qbo-secondary,
|
|
@@ -4068,6 +4106,8 @@ aside.qbo-sidebar > nav > ul > li.btn-group > button.active,
|
|
|
4068
4106
|
.btn-group-vertical > .btn-check:checked + button.qbo-btn,
|
|
4069
4107
|
.btn-group-vertical > .btn-check:checked + .qbo-btn-light,
|
|
4070
4108
|
aside.qbo-sidebar > nav > ul > li.btn-group-vertical > .btn-check:checked + button,
|
|
4109
|
+
.btn-group-vertical > .btn-check:checked + qbo-icon[type=toggle],
|
|
4110
|
+
.btn-group-vertical > .btn-check:checked + qbo-icon[type=button],
|
|
4071
4111
|
.btn-group-vertical > .btn-check:focus + .btn,
|
|
4072
4112
|
.btn-group-vertical > .btn-check:focus + button.qbo-primary-dropdown,
|
|
4073
4113
|
.btn-group-vertical > .btn-check:focus + button.qbo-secondary,
|
|
@@ -4075,6 +4115,8 @@ aside.qbo-sidebar > nav > ul > li.btn-group-vertical > .btn-check:checked + butt
|
|
|
4075
4115
|
.btn-group-vertical > .btn-check:focus + button.qbo-btn,
|
|
4076
4116
|
.btn-group-vertical > .btn-check:focus + .qbo-btn-light,
|
|
4077
4117
|
aside.qbo-sidebar > nav > ul > li.btn-group-vertical > .btn-check:focus + button,
|
|
4118
|
+
.btn-group-vertical > .btn-check:focus + qbo-icon[type=toggle],
|
|
4119
|
+
.btn-group-vertical > .btn-check:focus + qbo-icon[type=button],
|
|
4078
4120
|
.btn-group-vertical > .btn:hover,
|
|
4079
4121
|
.btn-group-vertical > button.qbo-primary-dropdown:hover,
|
|
4080
4122
|
.btn-group-vertical > button.qbo-secondary:hover,
|
|
@@ -4082,6 +4124,8 @@ aside.qbo-sidebar > nav > ul > li.btn-group-vertical > .btn-check:focus + button
|
|
|
4082
4124
|
.btn-group-vertical > button.qbo-btn:hover,
|
|
4083
4125
|
.btn-group-vertical > .qbo-btn-light:hover,
|
|
4084
4126
|
aside.qbo-sidebar > nav > ul > li.btn-group-vertical > button:hover,
|
|
4127
|
+
.btn-group-vertical > qbo-icon[type=toggle]:hover,
|
|
4128
|
+
.btn-group-vertical > qbo-icon[type=button]:hover,
|
|
4085
4129
|
.btn-group-vertical > .btn:focus,
|
|
4086
4130
|
.btn-group-vertical > button.qbo-primary-dropdown:focus,
|
|
4087
4131
|
.btn-group-vertical > button.qbo-secondary:focus,
|
|
@@ -4089,6 +4133,8 @@ aside.qbo-sidebar > nav > ul > li.btn-group-vertical > button:hover,
|
|
|
4089
4133
|
.btn-group-vertical > button.qbo-btn:focus,
|
|
4090
4134
|
.btn-group-vertical > .qbo-btn-light:focus,
|
|
4091
4135
|
aside.qbo-sidebar > nav > ul > li.btn-group-vertical > button:focus,
|
|
4136
|
+
.btn-group-vertical > qbo-icon[type=toggle]:focus,
|
|
4137
|
+
.btn-group-vertical > qbo-icon[type=button]:focus,
|
|
4092
4138
|
.btn-group-vertical > .btn:active,
|
|
4093
4139
|
.btn-group-vertical > button.qbo-primary-dropdown:active,
|
|
4094
4140
|
.btn-group-vertical > button.qbo-secondary:active,
|
|
@@ -4096,6 +4142,8 @@ aside.qbo-sidebar > nav > ul > li.btn-group-vertical > button:focus,
|
|
|
4096
4142
|
.btn-group-vertical > button.qbo-btn:active,
|
|
4097
4143
|
.btn-group-vertical > .qbo-btn-light:active,
|
|
4098
4144
|
aside.qbo-sidebar > nav > ul > li.btn-group-vertical > button:active,
|
|
4145
|
+
.btn-group-vertical > qbo-icon[type=toggle]:active,
|
|
4146
|
+
.btn-group-vertical > qbo-icon[type=button]:active,
|
|
4099
4147
|
.btn-group-vertical > .btn.active,
|
|
4100
4148
|
.btn-group-vertical > button.active.qbo-primary-dropdown,
|
|
4101
4149
|
.btn-group-vertical > button.active.qbo-secondary,
|
|
@@ -4104,7 +4152,13 @@ aside.qbo-sidebar > nav > ul > li.btn-group-vertical > button:active,
|
|
|
4104
4152
|
.btn-group-vertical > .active.qbo-btn-light,
|
|
4105
4153
|
nav.qbo-breadcrumb > div > nav > ul.btn-group-vertical > li.btn:last-child,
|
|
4106
4154
|
nav.qbo-breadcrumb > div > nav > ul.btn-group-vertical > li.qbo-btn-light:last-child,
|
|
4107
|
-
aside.qbo-sidebar > nav > ul > li.btn-group-vertical > button.active
|
|
4155
|
+
aside.qbo-sidebar > nav > ul > li.btn-group-vertical > button.active,
|
|
4156
|
+
.btn-group-vertical > qbo-icon.btn[selected],
|
|
4157
|
+
.btn-group-vertical > qbo-icon[selected].qbo-btn-light,
|
|
4158
|
+
.btn-group-vertical > qbo-icon.active[type=toggle],
|
|
4159
|
+
.btn-group-vertical > qbo-icon[type=toggle][selected],
|
|
4160
|
+
.btn-group-vertical > qbo-icon.active[type=button],
|
|
4161
|
+
.btn-group-vertical > qbo-icon[type=button][selected] {
|
|
4108
4162
|
z-index: 1;
|
|
4109
4163
|
}
|
|
4110
4164
|
|
|
@@ -4120,14 +4174,14 @@ aside.qbo-sidebar > nav > ul > li.btn-group-vertical > button.active {
|
|
|
4120
4174
|
.btn-group, div.qbo-form form > * > slot > * > slot > div.qbo-form-actions div.qbo-btn-group {
|
|
4121
4175
|
border-radius: var(--bs-border-radius);
|
|
4122
4176
|
}
|
|
4123
|
-
.btn-group > :not(.btn-check:first-child) + .btn, .btn-group > :not(.btn-check:first-child) + button.qbo-primary-dropdown, .btn-group > :not(.btn-check:first-child) + button.qbo-secondary, .btn-group > :not(.btn-check:first-child) + button.qbo-primary, .btn-group > :not(.btn-check:first-child) + button.qbo-btn, .btn-group > :not(.btn-check:first-child) + .qbo-btn-light, div.qbo-form form > * > slot > * > slot > div.qbo-form-actions div.qbo-btn-group > :not(.btn-check:first-child) + .btn, div.qbo-form form > * > slot > * > slot > div.qbo-form-actions div.qbo-btn-group > :not(.btn-check:first-child) + button.qbo-primary-dropdown, div.qbo-form form > * > slot > * > slot > div.qbo-form-actions div.qbo-btn-group > :not(.btn-check:first-child) + button.qbo-secondary, div.qbo-form form > * > slot > * > slot > div.qbo-form-actions div.qbo-btn-group > :not(.btn-check:first-child) + button.qbo-primary, div.qbo-form form > * > slot > * > slot > div.qbo-form-actions div.qbo-btn-group > :not(.btn-check:first-child) + button.qbo-btn, div.qbo-form form > * > slot > * > slot > div.qbo-form-actions div.qbo-btn-group > :not(.btn-check:first-child) + .qbo-btn-light, aside.qbo-sidebar > nav > ul > li.btn-group > :not(.btn-check:first-child) + button,
|
|
4177
|
+
.btn-group > :not(.btn-check:first-child) + .btn, .btn-group > :not(.btn-check:first-child) + button.qbo-primary-dropdown, .btn-group > :not(.btn-check:first-child) + button.qbo-secondary, .btn-group > :not(.btn-check:first-child) + button.qbo-primary, .btn-group > :not(.btn-check:first-child) + button.qbo-btn, .btn-group > :not(.btn-check:first-child) + .qbo-btn-light, div.qbo-form form > * > slot > * > slot > div.qbo-form-actions div.qbo-btn-group > :not(.btn-check:first-child) + .btn, div.qbo-form form > * > slot > * > slot > div.qbo-form-actions div.qbo-btn-group > :not(.btn-check:first-child) + button.qbo-primary-dropdown, div.qbo-form form > * > slot > * > slot > div.qbo-form-actions div.qbo-btn-group > :not(.btn-check:first-child) + button.qbo-secondary, div.qbo-form form > * > slot > * > slot > div.qbo-form-actions div.qbo-btn-group > :not(.btn-check:first-child) + button.qbo-primary, div.qbo-form form > * > slot > * > slot > div.qbo-form-actions div.qbo-btn-group > :not(.btn-check:first-child) + button.qbo-btn, div.qbo-form form > * > slot > * > slot > div.qbo-form-actions div.qbo-btn-group > :not(.btn-check:first-child) + .qbo-btn-light, aside.qbo-sidebar > nav > ul > li.btn-group > :not(.btn-check:first-child) + button, .btn-group > :not(.btn-check:first-child) + qbo-icon[type=toggle], div.qbo-form form > * > slot > * > slot > div.qbo-form-actions div.qbo-btn-group > :not(.btn-check:first-child) + qbo-icon[type=toggle], .btn-group > :not(.btn-check:first-child) + qbo-icon[type=button], div.qbo-form form > * > slot > * > slot > div.qbo-form-actions div.qbo-btn-group > :not(.btn-check:first-child) + qbo-icon[type=button],
|
|
4124
4178
|
.btn-group > .btn-group:not(:first-child),
|
|
4125
4179
|
div.qbo-form form > * > slot > * > slot > div.qbo-form-actions div.qbo-btn-group > .btn-group:not(:first-child),
|
|
4126
4180
|
div.qbo-form form > * > slot > * > slot > div.qbo-form-actions .btn-group > div.qbo-btn-group:not(:first-child),
|
|
4127
4181
|
div.qbo-form form > * > slot > * > slot > div.qbo-form-actions div.qbo-btn-group > div.qbo-btn-group:not(:first-child) {
|
|
4128
4182
|
margin-left: calc(var(--bs-border-width) * -1);
|
|
4129
4183
|
}
|
|
4130
|
-
.btn-group > .btn:not(:last-child):not(.dropdown-toggle):not(button.qbo-primary-dropdown), .btn-group > button.qbo-primary-dropdown:not(:last-child):not(.dropdown-toggle):not(button.qbo-primary-dropdown), .btn-group > button.qbo-secondary:not(:last-child):not(.dropdown-toggle):not(button.qbo-primary-dropdown), .btn-group > button.qbo-primary:not(:last-child):not(.dropdown-toggle):not(button.qbo-primary-dropdown), .btn-group > button.qbo-btn:not(:last-child):not(.dropdown-toggle):not(button.qbo-primary-dropdown), .btn-group > .qbo-btn-light:not(:last-child):not(.dropdown-toggle):not(button.qbo-primary-dropdown), div.qbo-form form > * > slot > * > slot > div.qbo-form-actions div.qbo-btn-group > .btn:not(:last-child):not(.dropdown-toggle):not(button.qbo-primary-dropdown), div.qbo-form form > * > slot > * > slot > div.qbo-form-actions div.qbo-btn-group > button.qbo-primary-dropdown:not(:last-child):not(.dropdown-toggle):not(button.qbo-primary-dropdown), div.qbo-form form > * > slot > * > slot > div.qbo-form-actions div.qbo-btn-group > button.qbo-secondary:not(:last-child):not(.dropdown-toggle):not(button.qbo-primary-dropdown), div.qbo-form form > * > slot > * > slot > div.qbo-form-actions div.qbo-btn-group > button.qbo-primary:not(:last-child):not(.dropdown-toggle):not(button.qbo-primary-dropdown), div.qbo-form form > * > slot > * > slot > div.qbo-form-actions div.qbo-btn-group > button.qbo-btn:not(:last-child):not(.dropdown-toggle):not(button.qbo-primary-dropdown), div.qbo-form form > * > slot > * > slot > div.qbo-form-actions div.qbo-btn-group > .qbo-btn-light:not(:last-child):not(.dropdown-toggle):not(button.qbo-primary-dropdown), aside.qbo-sidebar > nav > ul > li.btn-group > button:not(:last-child):not(.dropdown-toggle):not(button.qbo-primary-dropdown),
|
|
4184
|
+
.btn-group > .btn:not(:last-child):not(.dropdown-toggle):not(button.qbo-primary-dropdown), .btn-group > button.qbo-primary-dropdown:not(:last-child):not(.dropdown-toggle):not(button.qbo-primary-dropdown), .btn-group > button.qbo-secondary:not(:last-child):not(.dropdown-toggle):not(button.qbo-primary-dropdown), .btn-group > button.qbo-primary:not(:last-child):not(.dropdown-toggle):not(button.qbo-primary-dropdown), .btn-group > button.qbo-btn:not(:last-child):not(.dropdown-toggle):not(button.qbo-primary-dropdown), .btn-group > .qbo-btn-light:not(:last-child):not(.dropdown-toggle):not(button.qbo-primary-dropdown), div.qbo-form form > * > slot > * > slot > div.qbo-form-actions div.qbo-btn-group > .btn:not(:last-child):not(.dropdown-toggle):not(button.qbo-primary-dropdown), div.qbo-form form > * > slot > * > slot > div.qbo-form-actions div.qbo-btn-group > button.qbo-primary-dropdown:not(:last-child):not(.dropdown-toggle):not(button.qbo-primary-dropdown), div.qbo-form form > * > slot > * > slot > div.qbo-form-actions div.qbo-btn-group > button.qbo-secondary:not(:last-child):not(.dropdown-toggle):not(button.qbo-primary-dropdown), div.qbo-form form > * > slot > * > slot > div.qbo-form-actions div.qbo-btn-group > button.qbo-primary:not(:last-child):not(.dropdown-toggle):not(button.qbo-primary-dropdown), div.qbo-form form > * > slot > * > slot > div.qbo-form-actions div.qbo-btn-group > button.qbo-btn:not(:last-child):not(.dropdown-toggle):not(button.qbo-primary-dropdown), div.qbo-form form > * > slot > * > slot > div.qbo-form-actions div.qbo-btn-group > .qbo-btn-light:not(:last-child):not(.dropdown-toggle):not(button.qbo-primary-dropdown), aside.qbo-sidebar > nav > ul > li.btn-group > button:not(:last-child):not(.dropdown-toggle):not(button.qbo-primary-dropdown), .btn-group > qbo-icon[type=toggle]:not(:last-child):not(.dropdown-toggle):not(button.qbo-primary-dropdown), div.qbo-form form > * > slot > * > slot > div.qbo-form-actions div.qbo-btn-group > qbo-icon[type=toggle]:not(:last-child):not(.dropdown-toggle):not(button.qbo-primary-dropdown), .btn-group > qbo-icon[type=button]:not(:last-child):not(.dropdown-toggle):not(button.qbo-primary-dropdown), div.qbo-form form > * > slot > * > slot > div.qbo-form-actions div.qbo-btn-group > qbo-icon[type=button]:not(:last-child):not(.dropdown-toggle):not(button.qbo-primary-dropdown),
|
|
4131
4185
|
.btn-group > .btn.dropdown-toggle-split:first-child,
|
|
4132
4186
|
.btn-group > button.qbo-primary-dropdown:first-child,
|
|
4133
4187
|
.btn-group > button.dropdown-toggle-split.qbo-secondary:first-child,
|
|
@@ -4141,6 +4195,10 @@ div.qbo-form form > * > slot > * > slot > div.qbo-form-actions div.qbo-btn-group
|
|
|
4141
4195
|
div.qbo-form form > * > slot > * > slot > div.qbo-form-actions div.qbo-btn-group > button.dropdown-toggle-split.qbo-btn:first-child,
|
|
4142
4196
|
div.qbo-form form > * > slot > * > slot > div.qbo-form-actions div.qbo-btn-group > .dropdown-toggle-split.qbo-btn-light:first-child,
|
|
4143
4197
|
aside.qbo-sidebar > nav > ul > li.btn-group > button.dropdown-toggle-split:first-child,
|
|
4198
|
+
.btn-group > qbo-icon.dropdown-toggle-split[type=toggle]:first-child,
|
|
4199
|
+
div.qbo-form form > * > slot > * > slot > div.qbo-form-actions div.qbo-btn-group > qbo-icon.dropdown-toggle-split[type=toggle]:first-child,
|
|
4200
|
+
.btn-group > qbo-icon.dropdown-toggle-split[type=button]:first-child,
|
|
4201
|
+
div.qbo-form form > * > slot > * > slot > div.qbo-form-actions div.qbo-btn-group > qbo-icon.dropdown-toggle-split[type=button]:first-child,
|
|
4144
4202
|
.btn-group > .btn-group:not(:last-child) > .btn,
|
|
4145
4203
|
.btn-group > .btn-group:not(:last-child) > button.qbo-primary-dropdown,
|
|
4146
4204
|
.btn-group > .btn-group:not(:last-child) > button.qbo-secondary,
|
|
@@ -4165,11 +4223,19 @@ div.qbo-form form > * > slot > * > slot > div.qbo-form-actions div.qbo-btn-group
|
|
|
4165
4223
|
div.qbo-form form > * > slot > * > slot > div.qbo-form-actions div.qbo-btn-group > div.qbo-btn-group:not(:last-child) > button.qbo-primary,
|
|
4166
4224
|
div.qbo-form form > * > slot > * > slot > div.qbo-form-actions div.qbo-btn-group > div.qbo-btn-group:not(:last-child) > button.qbo-btn,
|
|
4167
4225
|
div.qbo-form form > * > slot > * > slot > div.qbo-form-actions div.qbo-btn-group > div.qbo-btn-group:not(:last-child) > .qbo-btn-light,
|
|
4168
|
-
aside.qbo-sidebar > nav > ul.btn-group > li.btn-group:not(:last-child) > button
|
|
4226
|
+
aside.qbo-sidebar > nav > ul.btn-group > li.btn-group:not(:last-child) > button,
|
|
4227
|
+
.btn-group > .btn-group:not(:last-child) > qbo-icon[type=toggle],
|
|
4228
|
+
div.qbo-form form > * > slot > * > slot > div.qbo-form-actions div.qbo-btn-group > .btn-group:not(:last-child) > qbo-icon[type=toggle],
|
|
4229
|
+
div.qbo-form form > * > slot > * > slot > div.qbo-form-actions .btn-group > div.qbo-btn-group:not(:last-child) > qbo-icon[type=toggle],
|
|
4230
|
+
div.qbo-form form > * > slot > * > slot > div.qbo-form-actions div.qbo-btn-group > div.qbo-btn-group:not(:last-child) > qbo-icon[type=toggle],
|
|
4231
|
+
.btn-group > .btn-group:not(:last-child) > qbo-icon[type=button],
|
|
4232
|
+
div.qbo-form form > * > slot > * > slot > div.qbo-form-actions div.qbo-btn-group > .btn-group:not(:last-child) > qbo-icon[type=button],
|
|
4233
|
+
div.qbo-form form > * > slot > * > slot > div.qbo-form-actions .btn-group > div.qbo-btn-group:not(:last-child) > qbo-icon[type=button],
|
|
4234
|
+
div.qbo-form form > * > slot > * > slot > div.qbo-form-actions div.qbo-btn-group > div.qbo-btn-group:not(:last-child) > qbo-icon[type=button] {
|
|
4169
4235
|
border-top-right-radius: 0;
|
|
4170
4236
|
border-bottom-right-radius: 0;
|
|
4171
4237
|
}
|
|
4172
|
-
.btn-group > .btn:nth-child(n+3), .btn-group > button.qbo-primary-dropdown:nth-child(n+3), .btn-group > button.qbo-secondary:nth-child(n+3), .btn-group > button.qbo-primary:nth-child(n+3), .btn-group > button.qbo-btn:nth-child(n+3), .btn-group > .qbo-btn-light:nth-child(n+3), div.qbo-form form > * > slot > * > slot > div.qbo-form-actions div.qbo-btn-group > .btn:nth-child(n+3), div.qbo-form form > * > slot > * > slot > div.qbo-form-actions div.qbo-btn-group > button.qbo-primary-dropdown:nth-child(n+3), div.qbo-form form > * > slot > * > slot > div.qbo-form-actions div.qbo-btn-group > button.qbo-secondary:nth-child(n+3), div.qbo-form form > * > slot > * > slot > div.qbo-form-actions div.qbo-btn-group > button.qbo-primary:nth-child(n+3), div.qbo-form form > * > slot > * > slot > div.qbo-form-actions div.qbo-btn-group > button.qbo-btn:nth-child(n+3), div.qbo-form form > * > slot > * > slot > div.qbo-form-actions div.qbo-btn-group > .qbo-btn-light:nth-child(n+3), aside.qbo-sidebar > nav > ul > li.btn-group > button:nth-child(n+3),
|
|
4238
|
+
.btn-group > .btn:nth-child(n+3), .btn-group > button.qbo-primary-dropdown:nth-child(n+3), .btn-group > button.qbo-secondary:nth-child(n+3), .btn-group > button.qbo-primary:nth-child(n+3), .btn-group > button.qbo-btn:nth-child(n+3), .btn-group > .qbo-btn-light:nth-child(n+3), div.qbo-form form > * > slot > * > slot > div.qbo-form-actions div.qbo-btn-group > .btn:nth-child(n+3), div.qbo-form form > * > slot > * > slot > div.qbo-form-actions div.qbo-btn-group > button.qbo-primary-dropdown:nth-child(n+3), div.qbo-form form > * > slot > * > slot > div.qbo-form-actions div.qbo-btn-group > button.qbo-secondary:nth-child(n+3), div.qbo-form form > * > slot > * > slot > div.qbo-form-actions div.qbo-btn-group > button.qbo-primary:nth-child(n+3), div.qbo-form form > * > slot > * > slot > div.qbo-form-actions div.qbo-btn-group > button.qbo-btn:nth-child(n+3), div.qbo-form form > * > slot > * > slot > div.qbo-form-actions div.qbo-btn-group > .qbo-btn-light:nth-child(n+3), aside.qbo-sidebar > nav > ul > li.btn-group > button:nth-child(n+3), .btn-group > qbo-icon[type=toggle]:nth-child(n+3), div.qbo-form form > * > slot > * > slot > div.qbo-form-actions div.qbo-btn-group > qbo-icon[type=toggle]:nth-child(n+3), .btn-group > qbo-icon[type=button]:nth-child(n+3), div.qbo-form form > * > slot > * > slot > div.qbo-form-actions div.qbo-btn-group > qbo-icon[type=button]:nth-child(n+3),
|
|
4173
4239
|
.btn-group > :not(.btn-check) + .btn,
|
|
4174
4240
|
.btn-group > :not(.btn-check) + button.qbo-primary-dropdown,
|
|
4175
4241
|
.btn-group > :not(.btn-check) + button.qbo-secondary,
|
|
@@ -4183,6 +4249,10 @@ div.qbo-form form > * > slot > * > slot > div.qbo-form-actions div.qbo-btn-group
|
|
|
4183
4249
|
div.qbo-form form > * > slot > * > slot > div.qbo-form-actions div.qbo-btn-group > :not(.btn-check) + button.qbo-btn,
|
|
4184
4250
|
div.qbo-form form > * > slot > * > slot > div.qbo-form-actions div.qbo-btn-group > :not(.btn-check) + .qbo-btn-light,
|
|
4185
4251
|
aside.qbo-sidebar > nav > ul > li.btn-group > :not(.btn-check) + button,
|
|
4252
|
+
.btn-group > :not(.btn-check) + qbo-icon[type=toggle],
|
|
4253
|
+
div.qbo-form form > * > slot > * > slot > div.qbo-form-actions div.qbo-btn-group > :not(.btn-check) + qbo-icon[type=toggle],
|
|
4254
|
+
.btn-group > :not(.btn-check) + qbo-icon[type=button],
|
|
4255
|
+
div.qbo-form form > * > slot > * > slot > div.qbo-form-actions div.qbo-btn-group > :not(.btn-check) + qbo-icon[type=button],
|
|
4186
4256
|
.btn-group > .btn-group:not(:first-child) > .btn,
|
|
4187
4257
|
.btn-group > .btn-group:not(:first-child) > button.qbo-primary-dropdown,
|
|
4188
4258
|
.btn-group > .btn-group:not(:first-child) > button.qbo-secondary,
|
|
@@ -4207,7 +4277,15 @@ div.qbo-form form > * > slot > * > slot > div.qbo-form-actions div.qbo-btn-group
|
|
|
4207
4277
|
div.qbo-form form > * > slot > * > slot > div.qbo-form-actions div.qbo-btn-group > div.qbo-btn-group:not(:first-child) > button.qbo-primary,
|
|
4208
4278
|
div.qbo-form form > * > slot > * > slot > div.qbo-form-actions div.qbo-btn-group > div.qbo-btn-group:not(:first-child) > button.qbo-btn,
|
|
4209
4279
|
div.qbo-form form > * > slot > * > slot > div.qbo-form-actions div.qbo-btn-group > div.qbo-btn-group:not(:first-child) > .qbo-btn-light,
|
|
4210
|
-
aside.qbo-sidebar > nav > ul.btn-group > li.btn-group:not(:first-child) > button
|
|
4280
|
+
aside.qbo-sidebar > nav > ul.btn-group > li.btn-group:not(:first-child) > button,
|
|
4281
|
+
.btn-group > .btn-group:not(:first-child) > qbo-icon[type=toggle],
|
|
4282
|
+
div.qbo-form form > * > slot > * > slot > div.qbo-form-actions div.qbo-btn-group > .btn-group:not(:first-child) > qbo-icon[type=toggle],
|
|
4283
|
+
div.qbo-form form > * > slot > * > slot > div.qbo-form-actions .btn-group > div.qbo-btn-group:not(:first-child) > qbo-icon[type=toggle],
|
|
4284
|
+
div.qbo-form form > * > slot > * > slot > div.qbo-form-actions div.qbo-btn-group > div.qbo-btn-group:not(:first-child) > qbo-icon[type=toggle],
|
|
4285
|
+
.btn-group > .btn-group:not(:first-child) > qbo-icon[type=button],
|
|
4286
|
+
div.qbo-form form > * > slot > * > slot > div.qbo-form-actions div.qbo-btn-group > .btn-group:not(:first-child) > qbo-icon[type=button],
|
|
4287
|
+
div.qbo-form form > * > slot > * > slot > div.qbo-form-actions .btn-group > div.qbo-btn-group:not(:first-child) > qbo-icon[type=button],
|
|
4288
|
+
div.qbo-form form > * > slot > * > slot > div.qbo-form-actions div.qbo-btn-group > div.qbo-btn-group:not(:first-child) > qbo-icon[type=button] {
|
|
4211
4289
|
border-top-left-radius: 0;
|
|
4212
4290
|
border-bottom-left-radius: 0;
|
|
4213
4291
|
}
|
|
@@ -4223,12 +4301,12 @@ aside.qbo-sidebar > nav > ul.btn-group > li.btn-group:not(:first-child) > button
|
|
|
4223
4301
|
margin-right: 0;
|
|
4224
4302
|
}
|
|
4225
4303
|
|
|
4226
|
-
.btn-sm + .dropdown-toggle-split, .btn-sm + button.qbo-primary-dropdown, .btn-group-sm > .btn + .dropdown-toggle-split, .btn-group-sm > .btn + button.qbo-primary-dropdown, .btn-group-sm > button.qbo-primary-dropdown + .dropdown-toggle-split, .btn-group-sm > button.qbo-primary-dropdown + button.qbo-primary-dropdown, .btn-group-sm > button.qbo-secondary + .dropdown-toggle-split, .btn-group-sm > button.qbo-secondary + button.qbo-primary-dropdown, .btn-group-sm > button.qbo-primary + .dropdown-toggle-split, .btn-group-sm > button.qbo-primary + button.qbo-primary-dropdown, .btn-group-sm > button.qbo-btn + .dropdown-toggle-split, .btn-group-sm > button.qbo-btn + button.qbo-primary-dropdown, .btn-group-sm > .qbo-btn-light + .dropdown-toggle-split, .btn-group-sm > .qbo-btn-light + button.qbo-primary-dropdown, aside.qbo-sidebar > nav > ul > li.btn-group-sm > button + .dropdown-toggle-split, aside.qbo-sidebar > nav > ul > li.btn-group-sm > button + button.qbo-primary-dropdown {
|
|
4304
|
+
.btn-sm + .dropdown-toggle-split, .btn-sm + button.qbo-primary-dropdown, .btn-group-sm > .btn + .dropdown-toggle-split, .btn-group-sm > .btn + button.qbo-primary-dropdown, .btn-group-sm > button.qbo-primary-dropdown + .dropdown-toggle-split, .btn-group-sm > button.qbo-primary-dropdown + button.qbo-primary-dropdown, .btn-group-sm > button.qbo-secondary + .dropdown-toggle-split, .btn-group-sm > button.qbo-secondary + button.qbo-primary-dropdown, .btn-group-sm > button.qbo-primary + .dropdown-toggle-split, .btn-group-sm > button.qbo-primary + button.qbo-primary-dropdown, .btn-group-sm > button.qbo-btn + .dropdown-toggle-split, .btn-group-sm > button.qbo-btn + button.qbo-primary-dropdown, .btn-group-sm > .qbo-btn-light + .dropdown-toggle-split, .btn-group-sm > .qbo-btn-light + button.qbo-primary-dropdown, aside.qbo-sidebar > nav > ul > li.btn-group-sm > button + .dropdown-toggle-split, aside.qbo-sidebar > nav > ul > li.btn-group-sm > button + button.qbo-primary-dropdown, .btn-group-sm > qbo-icon[type=toggle] + .dropdown-toggle-split, .btn-group-sm > qbo-icon[type=toggle] + button.qbo-primary-dropdown, .btn-group-sm > qbo-icon[type=button] + .dropdown-toggle-split, .btn-group-sm > qbo-icon[type=button] + button.qbo-primary-dropdown {
|
|
4227
4305
|
padding-right: 0.375rem;
|
|
4228
4306
|
padding-left: 0.375rem;
|
|
4229
4307
|
}
|
|
4230
4308
|
|
|
4231
|
-
.btn-lg + .dropdown-toggle-split, .btn-lg + button.qbo-primary-dropdown, .btn-group-lg > .btn + .dropdown-toggle-split, .btn-group-lg > .btn + button.qbo-primary-dropdown, .btn-group-lg > button.qbo-primary-dropdown + .dropdown-toggle-split, .btn-group-lg > button.qbo-primary-dropdown + button.qbo-primary-dropdown, .btn-group-lg > button.qbo-secondary + .dropdown-toggle-split, .btn-group-lg > button.qbo-secondary + button.qbo-primary-dropdown, .btn-group-lg > button.qbo-primary + .dropdown-toggle-split, .btn-group-lg > button.qbo-primary + button.qbo-primary-dropdown, .btn-group-lg > button.qbo-btn + .dropdown-toggle-split, .btn-group-lg > button.qbo-btn + button.qbo-primary-dropdown, .btn-group-lg > .qbo-btn-light + .dropdown-toggle-split, .btn-group-lg > .qbo-btn-light + button.qbo-primary-dropdown, aside.qbo-sidebar > nav > ul > li.btn-group-lg > button + .dropdown-toggle-split, aside.qbo-sidebar > nav > ul > li.btn-group-lg > button + button.qbo-primary-dropdown {
|
|
4309
|
+
.btn-lg + .dropdown-toggle-split, .btn-lg + button.qbo-primary-dropdown, .btn-group-lg > .btn + .dropdown-toggle-split, .btn-group-lg > .btn + button.qbo-primary-dropdown, .btn-group-lg > button.qbo-primary-dropdown + .dropdown-toggle-split, .btn-group-lg > button.qbo-primary-dropdown + button.qbo-primary-dropdown, .btn-group-lg > button.qbo-secondary + .dropdown-toggle-split, .btn-group-lg > button.qbo-secondary + button.qbo-primary-dropdown, .btn-group-lg > button.qbo-primary + .dropdown-toggle-split, .btn-group-lg > button.qbo-primary + button.qbo-primary-dropdown, .btn-group-lg > button.qbo-btn + .dropdown-toggle-split, .btn-group-lg > button.qbo-btn + button.qbo-primary-dropdown, .btn-group-lg > .qbo-btn-light + .dropdown-toggle-split, .btn-group-lg > .qbo-btn-light + button.qbo-primary-dropdown, aside.qbo-sidebar > nav > ul > li.btn-group-lg > button + .dropdown-toggle-split, aside.qbo-sidebar > nav > ul > li.btn-group-lg > button + button.qbo-primary-dropdown, .btn-group-lg > qbo-icon[type=toggle] + .dropdown-toggle-split, .btn-group-lg > qbo-icon[type=toggle] + button.qbo-primary-dropdown, .btn-group-lg > qbo-icon[type=button] + .dropdown-toggle-split, .btn-group-lg > qbo-icon[type=button] + button.qbo-primary-dropdown {
|
|
4232
4310
|
padding-right: 0.75rem;
|
|
4233
4311
|
padding-left: 0.75rem;
|
|
4234
4312
|
}
|
|
@@ -4238,17 +4316,17 @@ aside.qbo-sidebar > nav > ul.btn-group > li.btn-group:not(:first-child) > button
|
|
|
4238
4316
|
align-items: flex-start;
|
|
4239
4317
|
justify-content: center;
|
|
4240
4318
|
}
|
|
4241
|
-
.btn-group-vertical > .btn, .btn-group-vertical > button.qbo-primary-dropdown, .btn-group-vertical > button.qbo-secondary, .btn-group-vertical > button.qbo-primary, .btn-group-vertical > button.qbo-btn, .btn-group-vertical > .qbo-btn-light, aside.qbo-sidebar > nav > ul > li.btn-group-vertical > button,
|
|
4319
|
+
.btn-group-vertical > .btn, .btn-group-vertical > button.qbo-primary-dropdown, .btn-group-vertical > button.qbo-secondary, .btn-group-vertical > button.qbo-primary, .btn-group-vertical > button.qbo-btn, .btn-group-vertical > .qbo-btn-light, aside.qbo-sidebar > nav > ul > li.btn-group-vertical > button, .btn-group-vertical > qbo-icon[type=toggle], .btn-group-vertical > qbo-icon[type=button],
|
|
4242
4320
|
.btn-group-vertical > .btn-group,
|
|
4243
4321
|
div.qbo-form form > * > slot > * > slot > div.qbo-form-actions .btn-group-vertical > div.qbo-btn-group {
|
|
4244
4322
|
width: 100%;
|
|
4245
4323
|
}
|
|
4246
|
-
.btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > button.qbo-primary-dropdown:not(:first-child), .btn-group-vertical > button.qbo-secondary:not(:first-child), .btn-group-vertical > button.qbo-primary:not(:first-child), .btn-group-vertical > button.qbo-btn:not(:first-child), .btn-group-vertical > .qbo-btn-light:not(:first-child), aside.qbo-sidebar > nav > ul > li.btn-group-vertical > button:not(:first-child),
|
|
4324
|
+
.btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > button.qbo-primary-dropdown:not(:first-child), .btn-group-vertical > button.qbo-secondary:not(:first-child), .btn-group-vertical > button.qbo-primary:not(:first-child), .btn-group-vertical > button.qbo-btn:not(:first-child), .btn-group-vertical > .qbo-btn-light:not(:first-child), aside.qbo-sidebar > nav > ul > li.btn-group-vertical > button:not(:first-child), .btn-group-vertical > qbo-icon[type=toggle]:not(:first-child), .btn-group-vertical > qbo-icon[type=button]:not(:first-child),
|
|
4247
4325
|
.btn-group-vertical > .btn-group:not(:first-child),
|
|
4248
4326
|
div.qbo-form form > * > slot > * > slot > div.qbo-form-actions .btn-group-vertical > div.qbo-btn-group:not(:first-child) {
|
|
4249
4327
|
margin-top: calc(var(--bs-border-width) * -1);
|
|
4250
4328
|
}
|
|
4251
|
-
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle):not(button.qbo-primary-dropdown), .btn-group-vertical > button.qbo-primary-dropdown:not(:last-child):not(.dropdown-toggle):not(button.qbo-primary-dropdown), .btn-group-vertical > button.qbo-secondary:not(:last-child):not(.dropdown-toggle):not(button.qbo-primary-dropdown), .btn-group-vertical > button.qbo-primary:not(:last-child):not(.dropdown-toggle):not(button.qbo-primary-dropdown), .btn-group-vertical > button.qbo-btn:not(:last-child):not(.dropdown-toggle):not(button.qbo-primary-dropdown), .btn-group-vertical > .qbo-btn-light:not(:last-child):not(.dropdown-toggle):not(button.qbo-primary-dropdown), aside.qbo-sidebar > nav > ul > li.btn-group-vertical > button:not(:last-child):not(.dropdown-toggle):not(button.qbo-primary-dropdown),
|
|
4329
|
+
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle):not(button.qbo-primary-dropdown), .btn-group-vertical > button.qbo-primary-dropdown:not(:last-child):not(.dropdown-toggle):not(button.qbo-primary-dropdown), .btn-group-vertical > button.qbo-secondary:not(:last-child):not(.dropdown-toggle):not(button.qbo-primary-dropdown), .btn-group-vertical > button.qbo-primary:not(:last-child):not(.dropdown-toggle):not(button.qbo-primary-dropdown), .btn-group-vertical > button.qbo-btn:not(:last-child):not(.dropdown-toggle):not(button.qbo-primary-dropdown), .btn-group-vertical > .qbo-btn-light:not(:last-child):not(.dropdown-toggle):not(button.qbo-primary-dropdown), aside.qbo-sidebar > nav > ul > li.btn-group-vertical > button:not(:last-child):not(.dropdown-toggle):not(button.qbo-primary-dropdown), .btn-group-vertical > qbo-icon[type=toggle]:not(:last-child):not(.dropdown-toggle):not(button.qbo-primary-dropdown), .btn-group-vertical > qbo-icon[type=button]:not(:last-child):not(.dropdown-toggle):not(button.qbo-primary-dropdown),
|
|
4252
4330
|
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
|
|
4253
4331
|
.btn-group-vertical > .btn-group:not(:last-child) > button.qbo-primary-dropdown,
|
|
4254
4332
|
.btn-group-vertical > .btn-group:not(:last-child) > button.qbo-secondary,
|
|
@@ -4261,11 +4339,15 @@ div.qbo-form form > * > slot > * > slot > div.qbo-form-actions .btn-group-vertic
|
|
|
4261
4339
|
div.qbo-form form > * > slot > * > slot > div.qbo-form-actions .btn-group-vertical > div.qbo-btn-group:not(:last-child) > button.qbo-primary,
|
|
4262
4340
|
div.qbo-form form > * > slot > * > slot > div.qbo-form-actions .btn-group-vertical > div.qbo-btn-group:not(:last-child) > button.qbo-btn,
|
|
4263
4341
|
div.qbo-form form > * > slot > * > slot > div.qbo-form-actions .btn-group-vertical > div.qbo-btn-group:not(:last-child) > .qbo-btn-light,
|
|
4264
|
-
aside.qbo-sidebar > nav > ul.btn-group-vertical > li.btn-group:not(:last-child) > button
|
|
4342
|
+
aside.qbo-sidebar > nav > ul.btn-group-vertical > li.btn-group:not(:last-child) > button,
|
|
4343
|
+
.btn-group-vertical > .btn-group:not(:last-child) > qbo-icon[type=toggle],
|
|
4344
|
+
div.qbo-form form > * > slot > * > slot > div.qbo-form-actions .btn-group-vertical > div.qbo-btn-group:not(:last-child) > qbo-icon[type=toggle],
|
|
4345
|
+
.btn-group-vertical > .btn-group:not(:last-child) > qbo-icon[type=button],
|
|
4346
|
+
div.qbo-form form > * > slot > * > slot > div.qbo-form-actions .btn-group-vertical > div.qbo-btn-group:not(:last-child) > qbo-icon[type=button] {
|
|
4265
4347
|
border-bottom-right-radius: 0;
|
|
4266
4348
|
border-bottom-left-radius: 0;
|
|
4267
4349
|
}
|
|
4268
|
-
.btn-group-vertical > .btn ~ .btn, .btn-group-vertical > button.qbo-primary-dropdown ~ .btn, .btn-group-vertical > .btn ~ button.qbo-primary-dropdown, .btn-group-vertical > button.qbo-primary-dropdown ~ button.qbo-primary-dropdown, .btn-group-vertical > button.qbo-secondary ~ .btn, .btn-group-vertical > button.qbo-secondary ~ button.qbo-primary-dropdown, .btn-group-vertical > .btn ~ button.qbo-secondary, .btn-group-vertical > button.qbo-primary-dropdown ~ button.qbo-secondary, .btn-group-vertical > button.qbo-secondary ~ button.qbo-secondary, .btn-group-vertical > button.qbo-primary ~ .btn, .btn-group-vertical > button.qbo-primary ~ button.qbo-primary-dropdown, .btn-group-vertical > button.qbo-primary ~ button.qbo-secondary, .btn-group-vertical > .btn ~ button.qbo-primary, .btn-group-vertical > button.qbo-primary-dropdown ~ button.qbo-primary, .btn-group-vertical > button.qbo-secondary ~ button.qbo-primary, .btn-group-vertical > button.qbo-primary ~ button.qbo-primary, .btn-group-vertical > button.qbo-btn ~ .btn, .btn-group-vertical > button.qbo-btn ~ button.qbo-primary-dropdown, .btn-group-vertical > button.qbo-btn ~ button.qbo-secondary, .btn-group-vertical > button.qbo-btn ~ button.qbo-primary, .btn-group-vertical > .btn ~ button.qbo-btn, .btn-group-vertical > button.qbo-primary-dropdown ~ button.qbo-btn, .btn-group-vertical > button.qbo-secondary ~ button.qbo-btn, .btn-group-vertical > button.qbo-primary ~ button.qbo-btn, .btn-group-vertical > button.qbo-btn ~ button.qbo-btn, .btn-group-vertical > .qbo-btn-light ~ .btn, .btn-group-vertical > .qbo-btn-light ~ button.qbo-primary-dropdown, .btn-group-vertical > .qbo-btn-light ~ button.qbo-secondary, .btn-group-vertical > .qbo-btn-light ~ button.qbo-primary, .btn-group-vertical > .qbo-btn-light ~ button.qbo-btn, .btn-group-vertical > .btn ~ .qbo-btn-light, .btn-group-vertical > button.qbo-primary-dropdown ~ .qbo-btn-light, .btn-group-vertical > button.qbo-secondary ~ .qbo-btn-light, .btn-group-vertical > button.qbo-primary ~ .qbo-btn-light, .btn-group-vertical > button.qbo-btn ~ .qbo-btn-light, .btn-group-vertical > .qbo-btn-light ~ .qbo-btn-light, aside.qbo-sidebar > nav > ul > li.btn-group-vertical > button ~ .btn, aside.qbo-sidebar > nav > ul > li.btn-group-vertical > button ~ .qbo-btn-light, aside.qbo-sidebar > nav > ul > li.btn-group-vertical > .btn ~ button, aside.qbo-sidebar > nav > ul > li.btn-group-vertical > .qbo-btn-light ~ button, aside.qbo-sidebar > nav > ul > li.btn-group-vertical > button ~ button,
|
|
4350
|
+
.btn-group-vertical > .btn ~ .btn, .btn-group-vertical > button.qbo-primary-dropdown ~ .btn, .btn-group-vertical > .btn ~ button.qbo-primary-dropdown, .btn-group-vertical > button.qbo-primary-dropdown ~ button.qbo-primary-dropdown, .btn-group-vertical > button.qbo-secondary ~ .btn, .btn-group-vertical > button.qbo-secondary ~ button.qbo-primary-dropdown, .btn-group-vertical > .btn ~ button.qbo-secondary, .btn-group-vertical > button.qbo-primary-dropdown ~ button.qbo-secondary, .btn-group-vertical > button.qbo-secondary ~ button.qbo-secondary, .btn-group-vertical > button.qbo-primary ~ .btn, .btn-group-vertical > button.qbo-primary ~ button.qbo-primary-dropdown, .btn-group-vertical > button.qbo-primary ~ button.qbo-secondary, .btn-group-vertical > .btn ~ button.qbo-primary, .btn-group-vertical > button.qbo-primary-dropdown ~ button.qbo-primary, .btn-group-vertical > button.qbo-secondary ~ button.qbo-primary, .btn-group-vertical > button.qbo-primary ~ button.qbo-primary, .btn-group-vertical > button.qbo-btn ~ .btn, .btn-group-vertical > button.qbo-btn ~ button.qbo-primary-dropdown, .btn-group-vertical > button.qbo-btn ~ button.qbo-secondary, .btn-group-vertical > button.qbo-btn ~ button.qbo-primary, .btn-group-vertical > .btn ~ button.qbo-btn, .btn-group-vertical > button.qbo-primary-dropdown ~ button.qbo-btn, .btn-group-vertical > button.qbo-secondary ~ button.qbo-btn, .btn-group-vertical > button.qbo-primary ~ button.qbo-btn, .btn-group-vertical > button.qbo-btn ~ button.qbo-btn, .btn-group-vertical > .qbo-btn-light ~ .btn, .btn-group-vertical > .qbo-btn-light ~ button.qbo-primary-dropdown, .btn-group-vertical > .qbo-btn-light ~ button.qbo-secondary, .btn-group-vertical > .qbo-btn-light ~ button.qbo-primary, .btn-group-vertical > .qbo-btn-light ~ button.qbo-btn, .btn-group-vertical > .btn ~ .qbo-btn-light, .btn-group-vertical > button.qbo-primary-dropdown ~ .qbo-btn-light, .btn-group-vertical > button.qbo-secondary ~ .qbo-btn-light, .btn-group-vertical > button.qbo-primary ~ .qbo-btn-light, .btn-group-vertical > button.qbo-btn ~ .qbo-btn-light, .btn-group-vertical > .qbo-btn-light ~ .qbo-btn-light, aside.qbo-sidebar > nav > ul > li.btn-group-vertical > button ~ .btn, aside.qbo-sidebar > nav > ul > li.btn-group-vertical > button ~ .qbo-btn-light, aside.qbo-sidebar > nav > ul > li.btn-group-vertical > .btn ~ button, aside.qbo-sidebar > nav > ul > li.btn-group-vertical > .qbo-btn-light ~ button, aside.qbo-sidebar > nav > ul > li.btn-group-vertical > button ~ button, .btn-group-vertical > qbo-icon[type=toggle] ~ .btn, .btn-group-vertical > qbo-icon[type=toggle] ~ button.qbo-primary-dropdown, .btn-group-vertical > qbo-icon[type=toggle] ~ button.qbo-secondary, .btn-group-vertical > qbo-icon[type=toggle] ~ button.qbo-primary, .btn-group-vertical > qbo-icon[type=toggle] ~ button.qbo-btn, .btn-group-vertical > qbo-icon[type=toggle] ~ .qbo-btn-light, aside.qbo-sidebar > nav > ul > li.btn-group-vertical > qbo-icon[type=toggle] ~ button, .btn-group-vertical > .btn ~ qbo-icon[type=toggle], .btn-group-vertical > button.qbo-primary-dropdown ~ qbo-icon[type=toggle], .btn-group-vertical > button.qbo-secondary ~ qbo-icon[type=toggle], .btn-group-vertical > button.qbo-primary ~ qbo-icon[type=toggle], .btn-group-vertical > button.qbo-btn ~ qbo-icon[type=toggle], .btn-group-vertical > .qbo-btn-light ~ qbo-icon[type=toggle], aside.qbo-sidebar > nav > ul > li.btn-group-vertical > button ~ qbo-icon[type=toggle], .btn-group-vertical > qbo-icon[type=toggle] ~ qbo-icon[type=toggle], .btn-group-vertical > qbo-icon[type=button] ~ .btn, .btn-group-vertical > qbo-icon[type=button] ~ button.qbo-primary-dropdown, .btn-group-vertical > qbo-icon[type=button] ~ button.qbo-secondary, .btn-group-vertical > qbo-icon[type=button] ~ button.qbo-primary, .btn-group-vertical > qbo-icon[type=button] ~ button.qbo-btn, .btn-group-vertical > qbo-icon[type=button] ~ .qbo-btn-light, aside.qbo-sidebar > nav > ul > li.btn-group-vertical > qbo-icon[type=button] ~ button, .btn-group-vertical > qbo-icon[type=button] ~ qbo-icon[type=toggle], .btn-group-vertical > .btn ~ qbo-icon[type=button], .btn-group-vertical > button.qbo-primary-dropdown ~ qbo-icon[type=button], .btn-group-vertical > button.qbo-secondary ~ qbo-icon[type=button], .btn-group-vertical > button.qbo-primary ~ qbo-icon[type=button], .btn-group-vertical > button.qbo-btn ~ qbo-icon[type=button], .btn-group-vertical > .qbo-btn-light ~ qbo-icon[type=button], aside.qbo-sidebar > nav > ul > li.btn-group-vertical > button ~ qbo-icon[type=button], .btn-group-vertical > qbo-icon[type=toggle] ~ qbo-icon[type=button], .btn-group-vertical > qbo-icon[type=button] ~ qbo-icon[type=button],
|
|
4269
4351
|
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
|
|
4270
4352
|
.btn-group-vertical > .btn-group:not(:first-child) > button.qbo-primary-dropdown,
|
|
4271
4353
|
.btn-group-vertical > .btn-group:not(:first-child) > button.qbo-secondary,
|
|
@@ -4278,7 +4360,11 @@ div.qbo-form form > * > slot > * > slot > div.qbo-form-actions .btn-group-vertic
|
|
|
4278
4360
|
div.qbo-form form > * > slot > * > slot > div.qbo-form-actions .btn-group-vertical > div.qbo-btn-group:not(:first-child) > button.qbo-primary,
|
|
4279
4361
|
div.qbo-form form > * > slot > * > slot > div.qbo-form-actions .btn-group-vertical > div.qbo-btn-group:not(:first-child) > button.qbo-btn,
|
|
4280
4362
|
div.qbo-form form > * > slot > * > slot > div.qbo-form-actions .btn-group-vertical > div.qbo-btn-group:not(:first-child) > .qbo-btn-light,
|
|
4281
|
-
aside.qbo-sidebar > nav > ul.btn-group-vertical > li.btn-group:not(:first-child) > button
|
|
4363
|
+
aside.qbo-sidebar > nav > ul.btn-group-vertical > li.btn-group:not(:first-child) > button,
|
|
4364
|
+
.btn-group-vertical > .btn-group:not(:first-child) > qbo-icon[type=toggle],
|
|
4365
|
+
div.qbo-form form > * > slot > * > slot > div.qbo-form-actions .btn-group-vertical > div.qbo-btn-group:not(:first-child) > qbo-icon[type=toggle],
|
|
4366
|
+
.btn-group-vertical > .btn-group:not(:first-child) > qbo-icon[type=button],
|
|
4367
|
+
div.qbo-form form > * > slot > * > slot > div.qbo-form-actions .btn-group-vertical > div.qbo-btn-group:not(:first-child) > qbo-icon[type=button] {
|
|
4282
4368
|
border-top-left-radius: 0;
|
|
4283
4369
|
border-top-right-radius: 0;
|
|
4284
4370
|
}
|
|
@@ -4346,16 +4432,16 @@ aside.qbo-sidebar > nav > ul.btn-group-vertical > li.btn-group:not(:first-child)
|
|
|
4346
4432
|
isolation: isolate;
|
|
4347
4433
|
border-color: var(--bs-nav-tabs-link-hover-border-color);
|
|
4348
4434
|
}
|
|
4349
|
-
.nav-tabs .nav-link.active, .nav-tabs nav.qbo-mainmenu > div > div > ul li.qbo-nav-item > a.active, nav.qbo-mainmenu > div > div > ul .nav-tabs li.qbo-nav-item > a.active, .nav-tabs nav.qbo-breadcrumb > div > nav > ul > li.nav-link:last-child,
|
|
4435
|
+
.nav-tabs .nav-link.active, .nav-tabs nav.qbo-mainmenu > div > div > ul li.qbo-nav-item > a.active, nav.qbo-mainmenu > div > div > ul .nav-tabs li.qbo-nav-item > a.active, .nav-tabs nav.qbo-breadcrumb > div > nav > ul > li.nav-link:last-child, .nav-tabs qbo-icon.nav-link[selected],
|
|
4350
4436
|
.nav-tabs .nav-item.show .nav-link,
|
|
4351
|
-
.nav-tabs qbo-
|
|
4352
|
-
.nav-tabs .qbo-context
|
|
4437
|
+
.nav-tabs qbo-menu[type=context] > menu.nav-item .nav-link,
|
|
4438
|
+
.nav-tabs .qbo-menu-context > menu.nav-item .nav-link,
|
|
4353
4439
|
.nav-tabs .nav-item.show nav.qbo-mainmenu > div > div > ul li.qbo-nav-item > a,
|
|
4354
|
-
.nav-tabs qbo-
|
|
4355
|
-
.nav-tabs .qbo-context
|
|
4440
|
+
.nav-tabs qbo-menu[type=context] > menu.nav-item nav.qbo-mainmenu > div > div > ul li.qbo-nav-item > a,
|
|
4441
|
+
.nav-tabs .qbo-menu-context > menu.nav-item nav.qbo-mainmenu > div > div > ul li.qbo-nav-item > a,
|
|
4356
4442
|
nav.qbo-mainmenu > div > div > ul .nav-tabs .nav-item.show li.qbo-nav-item > a,
|
|
4357
|
-
nav.qbo-mainmenu > div > div > ul .nav-tabs qbo-
|
|
4358
|
-
nav.qbo-mainmenu > div > div > ul .nav-tabs .qbo-context
|
|
4443
|
+
nav.qbo-mainmenu > div > div > ul .nav-tabs qbo-menu[type=context] > menu.nav-item li.qbo-nav-item > a,
|
|
4444
|
+
nav.qbo-mainmenu > div > div > ul .nav-tabs .qbo-menu-context > menu.nav-item li.qbo-nav-item > a,
|
|
4359
4445
|
.nav-tabs nav.qbo-mainmenu > div > div > ul li.show.qbo-nav-item .nav-link,
|
|
4360
4446
|
.nav-tabs nav.qbo-mainmenu > div > div > ul li.show.qbo-nav-item li.qbo-nav-item > a,
|
|
4361
4447
|
nav.qbo-mainmenu > div > div > ul .nav-tabs li.show.qbo-nav-item .nav-link,
|
|
@@ -4367,7 +4453,7 @@ nav.qbo-mainmenu > div > div > ul .nav-tabs div.nav-item.qbo-show li.qbo-nav-ite
|
|
|
4367
4453
|
background-color: var(--bs-nav-tabs-link-active-bg);
|
|
4368
4454
|
border-color: var(--bs-nav-tabs-link-active-border-color);
|
|
4369
4455
|
}
|
|
4370
|
-
.nav-tabs .dropdown-menu, .nav-tabs qbo-
|
|
4456
|
+
.nav-tabs .dropdown-menu, .nav-tabs qbo-menu[type=context] > ul, .nav-tabs .qbo-menu-context > ul, .nav-tabs qbo-menu[type=context] > menu, .nav-tabs .qbo-menu-context > menu {
|
|
4371
4457
|
margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
|
|
4372
4458
|
border-top-left-radius: 0;
|
|
4373
4459
|
border-top-right-radius: 0;
|
|
@@ -4381,10 +4467,10 @@ nav.qbo-mainmenu > div > div > ul .nav-tabs div.nav-item.qbo-show li.qbo-nav-ite
|
|
|
4381
4467
|
.nav-pills .nav-link, .nav-pills nav.qbo-mainmenu > div > div > ul li.qbo-nav-item > a, nav.qbo-mainmenu > div > div > ul .nav-pills li.qbo-nav-item > a {
|
|
4382
4468
|
border-radius: var(--bs-nav-pills-border-radius);
|
|
4383
4469
|
}
|
|
4384
|
-
.nav-pills .nav-link.active, .nav-pills nav.qbo-mainmenu > div > div > ul li.qbo-nav-item > a.active, nav.qbo-mainmenu > div > div > ul .nav-pills li.qbo-nav-item > a.active, .nav-pills nav.qbo-breadcrumb > div > nav > ul > li.nav-link:last-child,
|
|
4470
|
+
.nav-pills .nav-link.active, .nav-pills nav.qbo-mainmenu > div > div > ul li.qbo-nav-item > a.active, nav.qbo-mainmenu > div > div > ul .nav-pills li.qbo-nav-item > a.active, .nav-pills nav.qbo-breadcrumb > div > nav > ul > li.nav-link:last-child, .nav-pills qbo-icon.nav-link[selected],
|
|
4385
4471
|
.nav-pills .show > .nav-link,
|
|
4386
|
-
.nav-pills qbo-
|
|
4387
|
-
.nav-pills .qbo-context
|
|
4472
|
+
.nav-pills qbo-menu[type=context] > menu > .nav-link,
|
|
4473
|
+
.nav-pills .qbo-menu-context > menu > .nav-link,
|
|
4388
4474
|
.nav-pills nav.qbo-mainmenu > div > div > ul li.show.qbo-nav-item > a,
|
|
4389
4475
|
nav.qbo-mainmenu > div > div > ul .nav-pills li.show.qbo-nav-item > a,
|
|
4390
4476
|
.nav-pills div.qbo-show > .nav-link {
|
|
@@ -4406,10 +4492,10 @@ nav.qbo-mainmenu > div > div > ul .nav-pills li.show.qbo-nav-item > a,
|
|
|
4406
4492
|
.nav-underline .nav-link:hover, .nav-underline nav.qbo-mainmenu > div > div > ul li.qbo-nav-item > a:hover, nav.qbo-mainmenu > div > div > ul .nav-underline li.qbo-nav-item > a:hover, .nav-underline .nav-link:focus, .nav-underline nav.qbo-mainmenu > div > div > ul li.qbo-nav-item > a:focus, nav.qbo-mainmenu > div > div > ul .nav-underline li.qbo-nav-item > a:focus {
|
|
4407
4493
|
border-bottom-color: currentcolor;
|
|
4408
4494
|
}
|
|
4409
|
-
.nav-underline .nav-link.active, .nav-underline nav.qbo-mainmenu > div > div > ul li.qbo-nav-item > a.active, nav.qbo-mainmenu > div > div > ul .nav-underline li.qbo-nav-item > a.active, .nav-underline nav.qbo-breadcrumb > div > nav > ul > li.nav-link:last-child,
|
|
4495
|
+
.nav-underline .nav-link.active, .nav-underline nav.qbo-mainmenu > div > div > ul li.qbo-nav-item > a.active, nav.qbo-mainmenu > div > div > ul .nav-underline li.qbo-nav-item > a.active, .nav-underline nav.qbo-breadcrumb > div > nav > ul > li.nav-link:last-child, .nav-underline qbo-icon.nav-link[selected],
|
|
4410
4496
|
.nav-underline .show > .nav-link,
|
|
4411
|
-
.nav-underline qbo-
|
|
4412
|
-
.nav-underline .qbo-context
|
|
4497
|
+
.nav-underline qbo-menu[type=context] > menu > .nav-link,
|
|
4498
|
+
.nav-underline .qbo-menu-context > menu > .nav-link,
|
|
4413
4499
|
.nav-underline nav.qbo-mainmenu > div > div > ul li.show.qbo-nav-item > a,
|
|
4414
4500
|
nav.qbo-mainmenu > div > div > ul .nav-underline li.show.qbo-nav-item > a,
|
|
4415
4501
|
.nav-underline div.qbo-show > .nav-link {
|
|
@@ -4447,7 +4533,7 @@ nav.qbo-mainmenu > div > div > ul .nav-justified li.qbo-nav-item > a {
|
|
|
4447
4533
|
.tab-content > .tab-pane {
|
|
4448
4534
|
display: none;
|
|
4449
4535
|
}
|
|
4450
|
-
.tab-content > .active, nav.qbo-breadcrumb > div > nav > ul.tab-content > li:last-child, .qbo-paginate .tab-content > li.active {
|
|
4536
|
+
.tab-content > .active, nav.qbo-breadcrumb > div > nav > ul.tab-content > li:last-child, .qbo-paginate .tab-content > li.active, .tab-content > qbo-icon[selected] {
|
|
4451
4537
|
display: block;
|
|
4452
4538
|
}
|
|
4453
4539
|
|
|
@@ -4527,10 +4613,10 @@ nav.qbo-mainmenu > .container-xxl {
|
|
|
4527
4613
|
margin-bottom: 0;
|
|
4528
4614
|
list-style: none;
|
|
4529
4615
|
}
|
|
4530
|
-
.navbar-nav .nav-link.active, nav.qbo-mainmenu > div > div > ul .nav-link.active, nav.qbo-mainmenu > div > div > ul li.qbo-nav-item > a.active, .navbar-nav nav.qbo-breadcrumb > div > nav > ul > li.nav-link:last-child, nav.qbo-mainmenu > div > div > ul nav.qbo-breadcrumb > div > nav > ul > li.nav-link:last-child, .navbar-nav .nav-link.show, .navbar-nav qbo-
|
|
4616
|
+
.navbar-nav .nav-link.active, nav.qbo-mainmenu > div > div > ul .nav-link.active, nav.qbo-mainmenu > div > div > ul li.qbo-nav-item > a.active, .navbar-nav nav.qbo-breadcrumb > div > nav > ul > li.nav-link:last-child, nav.qbo-mainmenu > div > div > ul nav.qbo-breadcrumb > div > nav > ul > li.nav-link:last-child, .navbar-nav qbo-icon.nav-link[selected], nav.qbo-mainmenu > div > div > ul qbo-icon.nav-link[selected], .navbar-nav .nav-link.show, .navbar-nav qbo-menu[type=context] > menu.nav-link, .navbar-nav .qbo-menu-context > menu.nav-link, nav.qbo-mainmenu > div > div > ul .nav-link.show, nav.qbo-mainmenu > div > div > ul qbo-menu[type=context] > menu.nav-link, nav.qbo-mainmenu > div > div > ul .qbo-menu-context > menu.nav-link, nav.qbo-mainmenu > div > div > ul li.qbo-nav-item > a.show, .navbar-nav div.nav-link.qbo-show, nav.qbo-mainmenu > div > div > ul div.nav-link.qbo-show {
|
|
4531
4617
|
color: var(--bs-navbar-active-color);
|
|
4532
4618
|
}
|
|
4533
|
-
.navbar-nav .dropdown-menu, .navbar-nav qbo-
|
|
4619
|
+
.navbar-nav .dropdown-menu, .navbar-nav qbo-menu[type=context] > ul, .navbar-nav .qbo-menu-context > ul, .navbar-nav qbo-menu[type=context] > menu, .navbar-nav .qbo-menu-context > menu, nav.qbo-mainmenu > div > div > ul .dropdown-menu, nav.qbo-mainmenu > div > div > ul qbo-menu[type=context] > ul, nav.qbo-mainmenu > div > div > ul .qbo-menu-context > ul, nav.qbo-mainmenu > div > div > ul qbo-menu[type=context] > menu, nav.qbo-mainmenu > div > div > ul .qbo-menu-context > menu {
|
|
4534
4620
|
position: static;
|
|
4535
4621
|
}
|
|
4536
4622
|
|
|
@@ -4599,7 +4685,7 @@ nav.qbo-mainmenu > .container-xxl {
|
|
|
4599
4685
|
.navbar-expand-sm .navbar-nav, .navbar-expand-sm nav.qbo-mainmenu > div > div > ul {
|
|
4600
4686
|
flex-direction: row;
|
|
4601
4687
|
}
|
|
4602
|
-
.navbar-expand-sm .navbar-nav .dropdown-menu, .navbar-expand-sm .navbar-nav qbo-
|
|
4688
|
+
.navbar-expand-sm .navbar-nav .dropdown-menu, .navbar-expand-sm .navbar-nav qbo-menu[type=context] > ul, .navbar-expand-sm .navbar-nav .qbo-menu-context > ul, .navbar-expand-sm .navbar-nav qbo-menu[type=context] > menu, .navbar-expand-sm .navbar-nav .qbo-menu-context > menu, .navbar-expand-sm nav.qbo-mainmenu > div > div > ul .dropdown-menu, .navbar-expand-sm nav.qbo-mainmenu > div > div > ul qbo-menu[type=context] > ul, .navbar-expand-sm nav.qbo-mainmenu > div > div > ul .qbo-menu-context > ul, .navbar-expand-sm nav.qbo-mainmenu > div > div > ul qbo-menu[type=context] > menu, .navbar-expand-sm nav.qbo-mainmenu > div > div > ul .qbo-menu-context > menu {
|
|
4603
4689
|
position: absolute;
|
|
4604
4690
|
}
|
|
4605
4691
|
.navbar-expand-sm .navbar-nav .nav-link, nav.qbo-mainmenu > div > div > ul .navbar-expand-sm .navbar-nav li.qbo-nav-item > a, .navbar-expand-sm nav.qbo-mainmenu > div > div > ul .nav-link, .navbar-expand-sm nav.qbo-mainmenu > div > div > ul li.qbo-nav-item > a {
|
|
@@ -4646,7 +4732,7 @@ nav.qbo-mainmenu > .container-xxl {
|
|
|
4646
4732
|
.navbar-expand-md .navbar-nav, .navbar-expand-md nav.qbo-mainmenu > div > div > ul {
|
|
4647
4733
|
flex-direction: row;
|
|
4648
4734
|
}
|
|
4649
|
-
.navbar-expand-md .navbar-nav .dropdown-menu, .navbar-expand-md .navbar-nav qbo-
|
|
4735
|
+
.navbar-expand-md .navbar-nav .dropdown-menu, .navbar-expand-md .navbar-nav qbo-menu[type=context] > ul, .navbar-expand-md .navbar-nav .qbo-menu-context > ul, .navbar-expand-md .navbar-nav qbo-menu[type=context] > menu, .navbar-expand-md .navbar-nav .qbo-menu-context > menu, .navbar-expand-md nav.qbo-mainmenu > div > div > ul .dropdown-menu, .navbar-expand-md nav.qbo-mainmenu > div > div > ul qbo-menu[type=context] > ul, .navbar-expand-md nav.qbo-mainmenu > div > div > ul .qbo-menu-context > ul, .navbar-expand-md nav.qbo-mainmenu > div > div > ul qbo-menu[type=context] > menu, .navbar-expand-md nav.qbo-mainmenu > div > div > ul .qbo-menu-context > menu {
|
|
4650
4736
|
position: absolute;
|
|
4651
4737
|
}
|
|
4652
4738
|
.navbar-expand-md .navbar-nav .nav-link, nav.qbo-mainmenu > div > div > ul .navbar-expand-md .navbar-nav li.qbo-nav-item > a, .navbar-expand-md nav.qbo-mainmenu > div > div > ul .nav-link, .navbar-expand-md nav.qbo-mainmenu > div > div > ul li.qbo-nav-item > a {
|
|
@@ -4693,7 +4779,7 @@ nav.qbo-mainmenu > .container-xxl {
|
|
|
4693
4779
|
.navbar-expand-lg .navbar-nav, nav.qbo-mainmenu .navbar-nav, nav.qbo-mainmenu > div > div > ul {
|
|
4694
4780
|
flex-direction: row;
|
|
4695
4781
|
}
|
|
4696
|
-
.navbar-expand-lg .navbar-nav .dropdown-menu, .navbar-expand-lg .navbar-nav qbo-
|
|
4782
|
+
.navbar-expand-lg .navbar-nav .dropdown-menu, .navbar-expand-lg .navbar-nav qbo-menu[type=context] > ul, .navbar-expand-lg .navbar-nav .qbo-menu-context > ul, .navbar-expand-lg .navbar-nav qbo-menu[type=context] > menu, .navbar-expand-lg .navbar-nav .qbo-menu-context > menu, nav.qbo-mainmenu .navbar-nav .dropdown-menu, nav.qbo-mainmenu .navbar-nav qbo-menu[type=context] > ul, nav.qbo-mainmenu .navbar-nav .qbo-menu-context > ul, nav.qbo-mainmenu .navbar-nav qbo-menu[type=context] > menu, nav.qbo-mainmenu .navbar-nav .qbo-menu-context > menu, nav.qbo-mainmenu > div > div > ul .dropdown-menu, nav.qbo-mainmenu > div > div > ul qbo-menu[type=context] > ul, nav.qbo-mainmenu > div > div > ul .qbo-menu-context > ul, nav.qbo-mainmenu > div > div > ul qbo-menu[type=context] > menu, nav.qbo-mainmenu > div > div > ul .qbo-menu-context > menu {
|
|
4697
4783
|
position: absolute;
|
|
4698
4784
|
}
|
|
4699
4785
|
.navbar-expand-lg .navbar-nav .nav-link, nav.qbo-mainmenu .navbar-nav .nav-link, nav.qbo-mainmenu > div > div > ul .nav-link, nav.qbo-mainmenu > div > div > ul li.qbo-nav-item > a {
|
|
@@ -4740,7 +4826,7 @@ nav.qbo-mainmenu > .container-xxl {
|
|
|
4740
4826
|
.navbar-expand-xl .navbar-nav, .navbar-expand-xl nav.qbo-mainmenu > div > div > ul {
|
|
4741
4827
|
flex-direction: row;
|
|
4742
4828
|
}
|
|
4743
|
-
.navbar-expand-xl .navbar-nav .dropdown-menu, .navbar-expand-xl .navbar-nav qbo-
|
|
4829
|
+
.navbar-expand-xl .navbar-nav .dropdown-menu, .navbar-expand-xl .navbar-nav qbo-menu[type=context] > ul, .navbar-expand-xl .navbar-nav .qbo-menu-context > ul, .navbar-expand-xl .navbar-nav qbo-menu[type=context] > menu, .navbar-expand-xl .navbar-nav .qbo-menu-context > menu, .navbar-expand-xl nav.qbo-mainmenu > div > div > ul .dropdown-menu, .navbar-expand-xl nav.qbo-mainmenu > div > div > ul qbo-menu[type=context] > ul, .navbar-expand-xl nav.qbo-mainmenu > div > div > ul .qbo-menu-context > ul, .navbar-expand-xl nav.qbo-mainmenu > div > div > ul qbo-menu[type=context] > menu, .navbar-expand-xl nav.qbo-mainmenu > div > div > ul .qbo-menu-context > menu {
|
|
4744
4830
|
position: absolute;
|
|
4745
4831
|
}
|
|
4746
4832
|
.navbar-expand-xl .navbar-nav .nav-link, nav.qbo-mainmenu > div > div > ul .navbar-expand-xl .navbar-nav li.qbo-nav-item > a, .navbar-expand-xl nav.qbo-mainmenu > div > div > ul .nav-link, .navbar-expand-xl nav.qbo-mainmenu > div > div > ul li.qbo-nav-item > a {
|
|
@@ -4787,7 +4873,7 @@ nav.qbo-mainmenu > .container-xxl {
|
|
|
4787
4873
|
.navbar-expand-xxl .navbar-nav, .navbar-expand-xxl nav.qbo-mainmenu > div > div > ul {
|
|
4788
4874
|
flex-direction: row;
|
|
4789
4875
|
}
|
|
4790
|
-
.navbar-expand-xxl .navbar-nav .dropdown-menu, .navbar-expand-xxl .navbar-nav qbo-
|
|
4876
|
+
.navbar-expand-xxl .navbar-nav .dropdown-menu, .navbar-expand-xxl .navbar-nav qbo-menu[type=context] > ul, .navbar-expand-xxl .navbar-nav .qbo-menu-context > ul, .navbar-expand-xxl .navbar-nav qbo-menu[type=context] > menu, .navbar-expand-xxl .navbar-nav .qbo-menu-context > menu, .navbar-expand-xxl nav.qbo-mainmenu > div > div > ul .dropdown-menu, .navbar-expand-xxl nav.qbo-mainmenu > div > div > ul qbo-menu[type=context] > ul, .navbar-expand-xxl nav.qbo-mainmenu > div > div > ul .qbo-menu-context > ul, .navbar-expand-xxl nav.qbo-mainmenu > div > div > ul qbo-menu[type=context] > menu, .navbar-expand-xxl nav.qbo-mainmenu > div > div > ul .qbo-menu-context > menu {
|
|
4791
4877
|
position: absolute;
|
|
4792
4878
|
}
|
|
4793
4879
|
.navbar-expand-xxl .navbar-nav .nav-link, nav.qbo-mainmenu > div > div > ul .navbar-expand-xxl .navbar-nav li.qbo-nav-item > a, .navbar-expand-xxl nav.qbo-mainmenu > div > div > ul .nav-link, .navbar-expand-xxl nav.qbo-mainmenu > div > div > ul li.qbo-nav-item > a {
|
|
@@ -4833,7 +4919,7 @@ nav.qbo-mainmenu > .container-xxl {
|
|
|
4833
4919
|
.navbar-expand .navbar-nav, .navbar-expand nav.qbo-mainmenu > div > div > ul {
|
|
4834
4920
|
flex-direction: row;
|
|
4835
4921
|
}
|
|
4836
|
-
.navbar-expand .navbar-nav .dropdown-menu, .navbar-expand .navbar-nav qbo-
|
|
4922
|
+
.navbar-expand .navbar-nav .dropdown-menu, .navbar-expand .navbar-nav qbo-menu[type=context] > ul, .navbar-expand .navbar-nav .qbo-menu-context > ul, .navbar-expand .navbar-nav qbo-menu[type=context] > menu, .navbar-expand .navbar-nav .qbo-menu-context > menu, .navbar-expand nav.qbo-mainmenu > div > div > ul .dropdown-menu, .navbar-expand nav.qbo-mainmenu > div > div > ul qbo-menu[type=context] > ul, .navbar-expand nav.qbo-mainmenu > div > div > ul .qbo-menu-context > ul, .navbar-expand nav.qbo-mainmenu > div > div > ul qbo-menu[type=context] > menu, .navbar-expand nav.qbo-mainmenu > div > div > ul .qbo-menu-context > menu {
|
|
4837
4923
|
position: absolute;
|
|
4838
4924
|
}
|
|
4839
4925
|
.navbar-expand .navbar-nav .nav-link, nav.qbo-mainmenu > div > div > ul .navbar-expand .navbar-nav li.qbo-nav-item > a, .navbar-expand nav.qbo-mainmenu > div > div > ul .nav-link, .navbar-expand nav.qbo-mainmenu > div > div > ul li.qbo-nav-item > a {
|
|
@@ -4888,7 +4974,7 @@ nav.qbo-mainmenu > .container-xxl {
|
|
|
4888
4974
|
--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
|
|
4889
4975
|
}
|
|
4890
4976
|
|
|
4891
|
-
.card, .qbo-card {
|
|
4977
|
+
.card, qbo-card, .qbo-card {
|
|
4892
4978
|
--bs-card-spacer-y: 1rem;
|
|
4893
4979
|
--bs-card-spacer-x: 1rem;
|
|
4894
4980
|
--bs-card-title-spacer-y: 0.5rem;
|
|
@@ -4920,27 +5006,30 @@ nav.qbo-mainmenu > .container-xxl {
|
|
|
4920
5006
|
border: var(--bs-card-border-width) solid var(--bs-card-border-color);
|
|
4921
5007
|
border-radius: var(--bs-card-border-radius);
|
|
4922
5008
|
}
|
|
4923
|
-
.card > hr, .qbo-card > hr {
|
|
5009
|
+
.card > hr, qbo-card > hr, .qbo-card > hr {
|
|
4924
5010
|
margin-right: 0;
|
|
4925
5011
|
margin-left: 0;
|
|
4926
5012
|
}
|
|
4927
|
-
.card > .list-group, .qbo-card > .list-group {
|
|
5013
|
+
.card > .list-group, qbo-card > .list-group, .qbo-card > .list-group {
|
|
4928
5014
|
border-top: inherit;
|
|
4929
5015
|
border-bottom: inherit;
|
|
4930
5016
|
}
|
|
4931
|
-
.card > .list-group:first-child, .qbo-card > .list-group:first-child {
|
|
5017
|
+
.card > .list-group:first-child, qbo-card > .list-group:first-child, .qbo-card > .list-group:first-child {
|
|
4932
5018
|
border-top-width: 0;
|
|
4933
5019
|
border-top-left-radius: var(--bs-card-inner-border-radius);
|
|
4934
5020
|
border-top-right-radius: var(--bs-card-inner-border-radius);
|
|
4935
5021
|
}
|
|
4936
|
-
.card > .list-group:last-child, .qbo-card > .list-group:last-child {
|
|
5022
|
+
.card > .list-group:last-child, qbo-card > .list-group:last-child, .qbo-card > .list-group:last-child {
|
|
4937
5023
|
border-bottom-width: 0;
|
|
4938
5024
|
border-bottom-right-radius: var(--bs-card-inner-border-radius);
|
|
4939
5025
|
border-bottom-left-radius: var(--bs-card-inner-border-radius);
|
|
4940
5026
|
}
|
|
4941
|
-
.card > .card-header + .list-group, .qbo-card .card > header + .list-group, .qbo-card > .card-header + .list-group, .qbo-card > header + .list-group,
|
|
5027
|
+
.card > .card-header + .list-group, qbo-card .card > header + .list-group, .qbo-card .card > header + .list-group, qbo-card > .card-header + .list-group, qbo-card > header + .list-group, .qbo-card > .card-header + .list-group, .qbo-card > header + .list-group,
|
|
4942
5028
|
.card > .list-group + .card-footer,
|
|
5029
|
+
qbo-card .card > .list-group + footer,
|
|
4943
5030
|
.qbo-card .card > .list-group + footer,
|
|
5031
|
+
qbo-card > .list-group + .card-footer,
|
|
5032
|
+
qbo-card > .list-group + footer,
|
|
4944
5033
|
.qbo-card > .list-group + .card-footer,
|
|
4945
5034
|
.qbo-card > .list-group + footer {
|
|
4946
5035
|
border-top: 0;
|
|
@@ -4971,24 +5060,24 @@ nav.qbo-mainmenu > .container-xxl {
|
|
|
4971
5060
|
margin-left: var(--bs-card-spacer-x);
|
|
4972
5061
|
}
|
|
4973
5062
|
|
|
4974
|
-
.card-header, .qbo-card header {
|
|
5063
|
+
.card-header, qbo-card header, .qbo-card header {
|
|
4975
5064
|
padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
|
|
4976
5065
|
margin-bottom: 0;
|
|
4977
5066
|
color: var(--bs-card-cap-color);
|
|
4978
5067
|
background-color: var(--bs-card-cap-bg);
|
|
4979
5068
|
border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
|
|
4980
5069
|
}
|
|
4981
|
-
.card-header:first-child, .qbo-card header:first-child {
|
|
5070
|
+
.card-header:first-child, qbo-card header:first-child, .qbo-card header:first-child {
|
|
4982
5071
|
border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
|
|
4983
5072
|
}
|
|
4984
5073
|
|
|
4985
|
-
.card-footer, .qbo-card footer {
|
|
5074
|
+
.card-footer, qbo-card footer, .qbo-card footer {
|
|
4986
5075
|
padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
|
|
4987
5076
|
color: var(--bs-card-cap-color);
|
|
4988
5077
|
background-color: var(--bs-card-cap-bg);
|
|
4989
5078
|
border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
|
|
4990
5079
|
}
|
|
4991
|
-
.card-footer:last-child, .qbo-card footer:last-child {
|
|
5080
|
+
.card-footer:last-child, qbo-card footer:last-child, .qbo-card footer:last-child {
|
|
4992
5081
|
border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
|
|
4993
5082
|
}
|
|
4994
5083
|
|
|
@@ -4998,7 +5087,7 @@ nav.qbo-mainmenu > .container-xxl {
|
|
|
4998
5087
|
margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
|
|
4999
5088
|
border-bottom: 0;
|
|
5000
5089
|
}
|
|
5001
|
-
.card-header-tabs .nav-link.active, .card-header-tabs nav.qbo-mainmenu > div > div > ul li.qbo-nav-item > a.active, nav.qbo-mainmenu > div > div > ul .card-header-tabs li.qbo-nav-item > a.active, .card-header-tabs nav.qbo-breadcrumb > div > nav > ul > li.nav-link:last-child {
|
|
5090
|
+
.card-header-tabs .nav-link.active, .card-header-tabs nav.qbo-mainmenu > div > div > ul li.qbo-nav-item > a.active, nav.qbo-mainmenu > div > div > ul .card-header-tabs li.qbo-nav-item > a.active, .card-header-tabs nav.qbo-breadcrumb > div > nav > ul > li.nav-link:last-child, .card-header-tabs qbo-icon.nav-link[selected] {
|
|
5002
5091
|
background-color: var(--bs-card-bg);
|
|
5003
5092
|
border-bottom-color: var(--bs-card-bg);
|
|
5004
5093
|
}
|
|
@@ -5036,7 +5125,7 @@ nav.qbo-mainmenu > .container-xxl {
|
|
|
5036
5125
|
border-bottom-left-radius: var(--bs-card-inner-border-radius);
|
|
5037
5126
|
}
|
|
5038
5127
|
|
|
5039
|
-
.card-group > .card, .card-group > .qbo-card {
|
|
5128
|
+
.card-group > .card, .card-group > qbo-card, .card-group > .qbo-card {
|
|
5040
5129
|
margin-bottom: var(--bs-card-group-margin);
|
|
5041
5130
|
}
|
|
5042
5131
|
@media (min-width: 576px) {
|
|
@@ -5044,50 +5133,66 @@ nav.qbo-mainmenu > .container-xxl {
|
|
|
5044
5133
|
display: flex;
|
|
5045
5134
|
flex-flow: row wrap;
|
|
5046
5135
|
}
|
|
5047
|
-
.card-group > .card, .card-group > .qbo-card {
|
|
5136
|
+
.card-group > .card, .card-group > qbo-card, .card-group > .qbo-card {
|
|
5048
5137
|
flex: 1 0 0%;
|
|
5049
5138
|
margin-bottom: 0;
|
|
5050
5139
|
}
|
|
5051
|
-
.card-group > .card + .card, .card-group > .qbo-card + .card, .card-group > .card + .qbo-card, .card-group > .qbo-card + .qbo-card {
|
|
5140
|
+
.card-group > .card + .card, .card-group > qbo-card + .card, .card-group > .qbo-card + .card, .card-group > .card + qbo-card, .card-group > qbo-card + qbo-card, .card-group > .qbo-card + qbo-card, .card-group > .card + .qbo-card, .card-group > qbo-card + .qbo-card, .card-group > .qbo-card + .qbo-card {
|
|
5052
5141
|
margin-left: 0;
|
|
5053
5142
|
border-left: 0;
|
|
5054
5143
|
}
|
|
5055
|
-
.card-group > .card:not(:last-child), .card-group > .qbo-card:not(:last-child) {
|
|
5144
|
+
.card-group > .card:not(:last-child), .card-group > qbo-card:not(:last-child), .card-group > .qbo-card:not(:last-child) {
|
|
5056
5145
|
border-top-right-radius: 0;
|
|
5057
5146
|
border-bottom-right-radius: 0;
|
|
5058
5147
|
}
|
|
5059
|
-
.card-group > .card:not(:last-child) .card-img-top, .card-group > .qbo-card:not(:last-child) .card-img-top,
|
|
5148
|
+
.card-group > .card:not(:last-child) .card-img-top, .card-group > qbo-card:not(:last-child) .card-img-top, .card-group > .qbo-card:not(:last-child) .card-img-top,
|
|
5060
5149
|
.card-group > .card:not(:last-child) .card-header,
|
|
5150
|
+
.card-group > .card:not(:last-child) qbo-card header,
|
|
5151
|
+
qbo-card .card-group > .card:not(:last-child) header,
|
|
5061
5152
|
.card-group > .card:not(:last-child) .qbo-card header,
|
|
5062
5153
|
.qbo-card .card-group > .card:not(:last-child) header,
|
|
5154
|
+
.card-group > qbo-card:not(:last-child) .card-header,
|
|
5155
|
+
.card-group > qbo-card:not(:last-child) header,
|
|
5063
5156
|
.card-group > .qbo-card:not(:last-child) .card-header,
|
|
5064
5157
|
.card-group > .qbo-card:not(:last-child) header {
|
|
5065
5158
|
border-top-right-radius: 0;
|
|
5066
5159
|
}
|
|
5067
|
-
.card-group > .card:not(:last-child) .card-img-bottom, .card-group > .qbo-card:not(:last-child) .card-img-bottom,
|
|
5160
|
+
.card-group > .card:not(:last-child) .card-img-bottom, .card-group > qbo-card:not(:last-child) .card-img-bottom, .card-group > .qbo-card:not(:last-child) .card-img-bottom,
|
|
5068
5161
|
.card-group > .card:not(:last-child) .card-footer,
|
|
5162
|
+
.card-group > .card:not(:last-child) qbo-card footer,
|
|
5163
|
+
qbo-card .card-group > .card:not(:last-child) footer,
|
|
5069
5164
|
.card-group > .card:not(:last-child) .qbo-card footer,
|
|
5070
5165
|
.qbo-card .card-group > .card:not(:last-child) footer,
|
|
5166
|
+
.card-group > qbo-card:not(:last-child) .card-footer,
|
|
5167
|
+
.card-group > qbo-card:not(:last-child) footer,
|
|
5071
5168
|
.card-group > .qbo-card:not(:last-child) .card-footer,
|
|
5072
5169
|
.card-group > .qbo-card:not(:last-child) footer {
|
|
5073
5170
|
border-bottom-right-radius: 0;
|
|
5074
5171
|
}
|
|
5075
|
-
.card-group > .card:not(:first-child), .card-group > .qbo-card:not(:first-child) {
|
|
5172
|
+
.card-group > .card:not(:first-child), .card-group > qbo-card:not(:first-child), .card-group > .qbo-card:not(:first-child) {
|
|
5076
5173
|
border-top-left-radius: 0;
|
|
5077
5174
|
border-bottom-left-radius: 0;
|
|
5078
5175
|
}
|
|
5079
|
-
.card-group > .card:not(:first-child) .card-img-top, .card-group > .qbo-card:not(:first-child) .card-img-top,
|
|
5176
|
+
.card-group > .card:not(:first-child) .card-img-top, .card-group > qbo-card:not(:first-child) .card-img-top, .card-group > .qbo-card:not(:first-child) .card-img-top,
|
|
5080
5177
|
.card-group > .card:not(:first-child) .card-header,
|
|
5178
|
+
.card-group > .card:not(:first-child) qbo-card header,
|
|
5179
|
+
qbo-card .card-group > .card:not(:first-child) header,
|
|
5081
5180
|
.card-group > .card:not(:first-child) .qbo-card header,
|
|
5082
5181
|
.qbo-card .card-group > .card:not(:first-child) header,
|
|
5182
|
+
.card-group > qbo-card:not(:first-child) .card-header,
|
|
5183
|
+
.card-group > qbo-card:not(:first-child) header,
|
|
5083
5184
|
.card-group > .qbo-card:not(:first-child) .card-header,
|
|
5084
5185
|
.card-group > .qbo-card:not(:first-child) header {
|
|
5085
5186
|
border-top-left-radius: 0;
|
|
5086
5187
|
}
|
|
5087
|
-
.card-group > .card:not(:first-child) .card-img-bottom, .card-group > .qbo-card:not(:first-child) .card-img-bottom,
|
|
5188
|
+
.card-group > .card:not(:first-child) .card-img-bottom, .card-group > qbo-card:not(:first-child) .card-img-bottom, .card-group > .qbo-card:not(:first-child) .card-img-bottom,
|
|
5088
5189
|
.card-group > .card:not(:first-child) .card-footer,
|
|
5190
|
+
.card-group > .card:not(:first-child) qbo-card footer,
|
|
5191
|
+
qbo-card .card-group > .card:not(:first-child) footer,
|
|
5089
5192
|
.card-group > .card:not(:first-child) .qbo-card footer,
|
|
5090
5193
|
.qbo-card .card-group > .card:not(:first-child) footer,
|
|
5194
|
+
.card-group > qbo-card:not(:first-child) .card-footer,
|
|
5195
|
+
.card-group > qbo-card:not(:first-child) footer,
|
|
5091
5196
|
.card-group > .qbo-card:not(:first-child) .card-footer,
|
|
5092
5197
|
.card-group > .qbo-card:not(:first-child) footer {
|
|
5093
5198
|
border-bottom-left-radius: 0;
|
|
@@ -5260,7 +5365,7 @@ nav.qbo-mainmenu > .container-xxl {
|
|
|
5260
5365
|
color: var(--bs-breadcrumb-divider-color);
|
|
5261
5366
|
content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
|
|
5262
5367
|
}
|
|
5263
|
-
.breadcrumb-item.active, nav.qbo-breadcrumb > div > nav > ul > li.active, nav.qbo-breadcrumb > div > nav > ul > li:last-child, .qbo-paginate li.breadcrumb-item.active {
|
|
5368
|
+
.breadcrumb-item.active, nav.qbo-breadcrumb > div > nav > ul > li.active, nav.qbo-breadcrumb > div > nav > ul > li:last-child, .qbo-paginate li.breadcrumb-item.active, qbo-icon.breadcrumb-item[selected] {
|
|
5264
5369
|
color: var(--bs-breadcrumb-item-active-color);
|
|
5265
5370
|
}
|
|
5266
5371
|
|
|
@@ -5319,7 +5424,7 @@ nav.qbo-mainmenu > .container-xxl {
|
|
|
5319
5424
|
outline: 0;
|
|
5320
5425
|
box-shadow: var(--bs-pagination-focus-box-shadow);
|
|
5321
5426
|
}
|
|
5322
|
-
.page-link.active, nav.qbo-breadcrumb > div > nav > ul > li.page-link:last-child, .qbo-paginate li.page-link.active, .qbo-paginate a.active, .active > .page-link, nav.qbo-breadcrumb > div > nav > ul > li:last-child > .page-link, .qbo-paginate li.active > .page-link, .qbo-paginate .active > a, .qbo-paginate nav.qbo-breadcrumb > div > nav > ul > li:last-child > a {
|
|
5427
|
+
.page-link.active, nav.qbo-breadcrumb > div > nav > ul > li.page-link:last-child, .qbo-paginate li.page-link.active, .qbo-paginate a.active, qbo-icon.page-link[selected], .active > .page-link, nav.qbo-breadcrumb > div > nav > ul > li:last-child > .page-link, .qbo-paginate li.active > .page-link, .qbo-paginate .active > a, .qbo-paginate nav.qbo-breadcrumb > div > nav > ul > li:last-child > a, qbo-icon[selected] > .page-link, .qbo-paginate qbo-icon[selected] > a {
|
|
5323
5428
|
z-index: 3;
|
|
5324
5429
|
color: var(--bs-pagination-active-color);
|
|
5325
5430
|
background-color: var(--bs-pagination-active-bg);
|
|
@@ -5380,7 +5485,7 @@ nav.qbo-mainmenu > .container-xxl {
|
|
|
5380
5485
|
display: none;
|
|
5381
5486
|
}
|
|
5382
5487
|
|
|
5383
|
-
.btn .badge, button.qbo-primary-dropdown .badge, button.qbo-secondary .badge, button.qbo-primary .badge, button.qbo-btn .badge, .qbo-btn-light .badge, aside.qbo-sidebar > nav > ul > li > button .badge {
|
|
5488
|
+
.btn .badge, button.qbo-primary-dropdown .badge, button.qbo-secondary .badge, button.qbo-primary .badge, button.qbo-btn .badge, .qbo-btn-light .badge, aside.qbo-sidebar > nav > ul > li > button .badge, qbo-icon[type=toggle] .badge, qbo-icon[type=button] .badge {
|
|
5384
5489
|
position: relative;
|
|
5385
5490
|
top: -1px;
|
|
5386
5491
|
}
|
|
@@ -5614,7 +5719,7 @@ nav.qbo-mainmenu > .container-xxl {
|
|
|
5614
5719
|
pointer-events: none;
|
|
5615
5720
|
background-color: var(--bs-list-group-disabled-bg);
|
|
5616
5721
|
}
|
|
5617
|
-
.list-group-item.active, nav.qbo-breadcrumb > div > nav > ul > li.list-group-item:last-child, .qbo-paginate li.list-group-item.active {
|
|
5722
|
+
.list-group-item.active, nav.qbo-breadcrumb > div > nav > ul > li.list-group-item:last-child, .qbo-paginate li.list-group-item.active, qbo-icon.list-group-item[selected] {
|
|
5618
5723
|
z-index: 2;
|
|
5619
5724
|
color: var(--bs-list-group-active-color);
|
|
5620
5725
|
background-color: var(--bs-list-group-active-bg);
|
|
@@ -5623,7 +5728,7 @@ nav.qbo-mainmenu > .container-xxl {
|
|
|
5623
5728
|
.list-group-item + .list-group-item {
|
|
5624
5729
|
border-top-width: 0;
|
|
5625
5730
|
}
|
|
5626
|
-
.list-group-item + .list-group-item.active, nav.qbo-breadcrumb > div > nav > ul > .list-group-item + li.list-group-item:last-child {
|
|
5731
|
+
.list-group-item + .list-group-item.active, nav.qbo-breadcrumb > div > nav > ul > .list-group-item + li.list-group-item:last-child, .list-group-item + qbo-icon.list-group-item[selected] {
|
|
5627
5732
|
margin-top: calc(-1 * var(--bs-list-group-border-width));
|
|
5628
5733
|
border-top-width: var(--bs-list-group-border-width);
|
|
5629
5734
|
}
|
|
@@ -5639,14 +5744,14 @@ nav.qbo-mainmenu > .container-xxl {
|
|
|
5639
5744
|
border-top-right-radius: var(--bs-list-group-border-radius);
|
|
5640
5745
|
border-bottom-left-radius: 0;
|
|
5641
5746
|
}
|
|
5642
|
-
.list-group-horizontal > .list-group-item.active, nav.qbo-breadcrumb > div > nav > ul.list-group-horizontal > li.list-group-item:last-child {
|
|
5747
|
+
.list-group-horizontal > .list-group-item.active, nav.qbo-breadcrumb > div > nav > ul.list-group-horizontal > li.list-group-item:last-child, .list-group-horizontal > qbo-icon.list-group-item[selected] {
|
|
5643
5748
|
margin-top: 0;
|
|
5644
5749
|
}
|
|
5645
5750
|
.list-group-horizontal > .list-group-item + .list-group-item {
|
|
5646
5751
|
border-top-width: var(--bs-list-group-border-width);
|
|
5647
5752
|
border-left-width: 0;
|
|
5648
5753
|
}
|
|
5649
|
-
.list-group-horizontal > .list-group-item + .list-group-item.active, nav.qbo-breadcrumb > div > nav > ul.list-group-horizontal > .list-group-item + li.list-group-item:last-child {
|
|
5754
|
+
.list-group-horizontal > .list-group-item + .list-group-item.active, nav.qbo-breadcrumb > div > nav > ul.list-group-horizontal > .list-group-item + li.list-group-item:last-child, .list-group-horizontal > .list-group-item + qbo-icon.list-group-item[selected] {
|
|
5650
5755
|
margin-left: calc(-1 * var(--bs-list-group-border-width));
|
|
5651
5756
|
border-left-width: var(--bs-list-group-border-width);
|
|
5652
5757
|
}
|
|
@@ -5663,14 +5768,14 @@ nav.qbo-mainmenu > .container-xxl {
|
|
|
5663
5768
|
border-top-right-radius: var(--bs-list-group-border-radius);
|
|
5664
5769
|
border-bottom-left-radius: 0;
|
|
5665
5770
|
}
|
|
5666
|
-
.list-group-horizontal-sm > .list-group-item.active, nav.qbo-breadcrumb > div > nav > ul.list-group-horizontal-sm > li.list-group-item:last-child {
|
|
5771
|
+
.list-group-horizontal-sm > .list-group-item.active, nav.qbo-breadcrumb > div > nav > ul.list-group-horizontal-sm > li.list-group-item:last-child, .list-group-horizontal-sm > qbo-icon.list-group-item[selected] {
|
|
5667
5772
|
margin-top: 0;
|
|
5668
5773
|
}
|
|
5669
5774
|
.list-group-horizontal-sm > .list-group-item + .list-group-item {
|
|
5670
5775
|
border-top-width: var(--bs-list-group-border-width);
|
|
5671
5776
|
border-left-width: 0;
|
|
5672
5777
|
}
|
|
5673
|
-
.list-group-horizontal-sm > .list-group-item + .list-group-item.active, nav.qbo-breadcrumb > div > nav > ul.list-group-horizontal-sm > .list-group-item + li.list-group-item:last-child {
|
|
5778
|
+
.list-group-horizontal-sm > .list-group-item + .list-group-item.active, nav.qbo-breadcrumb > div > nav > ul.list-group-horizontal-sm > .list-group-item + li.list-group-item:last-child, .list-group-horizontal-sm > .list-group-item + qbo-icon.list-group-item[selected] {
|
|
5674
5779
|
margin-left: calc(-1 * var(--bs-list-group-border-width));
|
|
5675
5780
|
border-left-width: var(--bs-list-group-border-width);
|
|
5676
5781
|
}
|
|
@@ -5687,14 +5792,14 @@ nav.qbo-mainmenu > .container-xxl {
|
|
|
5687
5792
|
border-top-right-radius: var(--bs-list-group-border-radius);
|
|
5688
5793
|
border-bottom-left-radius: 0;
|
|
5689
5794
|
}
|
|
5690
|
-
.list-group-horizontal-md > .list-group-item.active, nav.qbo-breadcrumb > div > nav > ul.list-group-horizontal-md > li.list-group-item:last-child {
|
|
5795
|
+
.list-group-horizontal-md > .list-group-item.active, nav.qbo-breadcrumb > div > nav > ul.list-group-horizontal-md > li.list-group-item:last-child, .list-group-horizontal-md > qbo-icon.list-group-item[selected] {
|
|
5691
5796
|
margin-top: 0;
|
|
5692
5797
|
}
|
|
5693
5798
|
.list-group-horizontal-md > .list-group-item + .list-group-item {
|
|
5694
5799
|
border-top-width: var(--bs-list-group-border-width);
|
|
5695
5800
|
border-left-width: 0;
|
|
5696
5801
|
}
|
|
5697
|
-
.list-group-horizontal-md > .list-group-item + .list-group-item.active, nav.qbo-breadcrumb > div > nav > ul.list-group-horizontal-md > .list-group-item + li.list-group-item:last-child {
|
|
5802
|
+
.list-group-horizontal-md > .list-group-item + .list-group-item.active, nav.qbo-breadcrumb > div > nav > ul.list-group-horizontal-md > .list-group-item + li.list-group-item:last-child, .list-group-horizontal-md > .list-group-item + qbo-icon.list-group-item[selected] {
|
|
5698
5803
|
margin-left: calc(-1 * var(--bs-list-group-border-width));
|
|
5699
5804
|
border-left-width: var(--bs-list-group-border-width);
|
|
5700
5805
|
}
|
|
@@ -5711,14 +5816,14 @@ nav.qbo-mainmenu > .container-xxl {
|
|
|
5711
5816
|
border-top-right-radius: var(--bs-list-group-border-radius);
|
|
5712
5817
|
border-bottom-left-radius: 0;
|
|
5713
5818
|
}
|
|
5714
|
-
.list-group-horizontal-lg > .list-group-item.active, nav.qbo-breadcrumb > div > nav > ul.list-group-horizontal-lg > li.list-group-item:last-child {
|
|
5819
|
+
.list-group-horizontal-lg > .list-group-item.active, nav.qbo-breadcrumb > div > nav > ul.list-group-horizontal-lg > li.list-group-item:last-child, .list-group-horizontal-lg > qbo-icon.list-group-item[selected] {
|
|
5715
5820
|
margin-top: 0;
|
|
5716
5821
|
}
|
|
5717
5822
|
.list-group-horizontal-lg > .list-group-item + .list-group-item {
|
|
5718
5823
|
border-top-width: var(--bs-list-group-border-width);
|
|
5719
5824
|
border-left-width: 0;
|
|
5720
5825
|
}
|
|
5721
|
-
.list-group-horizontal-lg > .list-group-item + .list-group-item.active, nav.qbo-breadcrumb > div > nav > ul.list-group-horizontal-lg > .list-group-item + li.list-group-item:last-child {
|
|
5826
|
+
.list-group-horizontal-lg > .list-group-item + .list-group-item.active, nav.qbo-breadcrumb > div > nav > ul.list-group-horizontal-lg > .list-group-item + li.list-group-item:last-child, .list-group-horizontal-lg > .list-group-item + qbo-icon.list-group-item[selected] {
|
|
5722
5827
|
margin-left: calc(-1 * var(--bs-list-group-border-width));
|
|
5723
5828
|
border-left-width: var(--bs-list-group-border-width);
|
|
5724
5829
|
}
|
|
@@ -5735,14 +5840,14 @@ nav.qbo-mainmenu > .container-xxl {
|
|
|
5735
5840
|
border-top-right-radius: var(--bs-list-group-border-radius);
|
|
5736
5841
|
border-bottom-left-radius: 0;
|
|
5737
5842
|
}
|
|
5738
|
-
.list-group-horizontal-xl > .list-group-item.active, nav.qbo-breadcrumb > div > nav > ul.list-group-horizontal-xl > li.list-group-item:last-child {
|
|
5843
|
+
.list-group-horizontal-xl > .list-group-item.active, nav.qbo-breadcrumb > div > nav > ul.list-group-horizontal-xl > li.list-group-item:last-child, .list-group-horizontal-xl > qbo-icon.list-group-item[selected] {
|
|
5739
5844
|
margin-top: 0;
|
|
5740
5845
|
}
|
|
5741
5846
|
.list-group-horizontal-xl > .list-group-item + .list-group-item {
|
|
5742
5847
|
border-top-width: var(--bs-list-group-border-width);
|
|
5743
5848
|
border-left-width: 0;
|
|
5744
5849
|
}
|
|
5745
|
-
.list-group-horizontal-xl > .list-group-item + .list-group-item.active, nav.qbo-breadcrumb > div > nav > ul.list-group-horizontal-xl > .list-group-item + li.list-group-item:last-child {
|
|
5850
|
+
.list-group-horizontal-xl > .list-group-item + .list-group-item.active, nav.qbo-breadcrumb > div > nav > ul.list-group-horizontal-xl > .list-group-item + li.list-group-item:last-child, .list-group-horizontal-xl > .list-group-item + qbo-icon.list-group-item[selected] {
|
|
5746
5851
|
margin-left: calc(-1 * var(--bs-list-group-border-width));
|
|
5747
5852
|
border-left-width: var(--bs-list-group-border-width);
|
|
5748
5853
|
}
|
|
@@ -5759,14 +5864,14 @@ nav.qbo-mainmenu > .container-xxl {
|
|
|
5759
5864
|
border-top-right-radius: var(--bs-list-group-border-radius);
|
|
5760
5865
|
border-bottom-left-radius: 0;
|
|
5761
5866
|
}
|
|
5762
|
-
.list-group-horizontal-xxl > .list-group-item.active, nav.qbo-breadcrumb > div > nav > ul.list-group-horizontal-xxl > li.list-group-item:last-child {
|
|
5867
|
+
.list-group-horizontal-xxl > .list-group-item.active, nav.qbo-breadcrumb > div > nav > ul.list-group-horizontal-xxl > li.list-group-item:last-child, .list-group-horizontal-xxl > qbo-icon.list-group-item[selected] {
|
|
5763
5868
|
margin-top: 0;
|
|
5764
5869
|
}
|
|
5765
5870
|
.list-group-horizontal-xxl > .list-group-item + .list-group-item {
|
|
5766
5871
|
border-top-width: var(--bs-list-group-border-width);
|
|
5767
5872
|
border-left-width: 0;
|
|
5768
5873
|
}
|
|
5769
|
-
.list-group-horizontal-xxl > .list-group-item + .list-group-item.active, nav.qbo-breadcrumb > div > nav > ul.list-group-horizontal-xxl > .list-group-item + li.list-group-item:last-child {
|
|
5874
|
+
.list-group-horizontal-xxl > .list-group-item + .list-group-item.active, nav.qbo-breadcrumb > div > nav > ul.list-group-horizontal-xxl > .list-group-item + li.list-group-item:last-child, .list-group-horizontal-xxl > .list-group-item + qbo-icon.list-group-item[selected] {
|
|
5770
5875
|
margin-left: calc(-1 * var(--bs-list-group-border-width));
|
|
5771
5876
|
border-left-width: var(--bs-list-group-border-width);
|
|
5772
5877
|
}
|
|
@@ -6047,7 +6152,7 @@ nav.qbo-mainmenu > .container-xxl {
|
|
|
6047
6152
|
transition: none;
|
|
6048
6153
|
}
|
|
6049
6154
|
}
|
|
6050
|
-
.modal.show .modal-dialog, qbo-
|
|
6155
|
+
.modal.show .modal-dialog, qbo-menu[type=context] > menu.modal .modal-dialog, .qbo-menu-context > menu.modal .modal-dialog, div.modal.qbo-show .modal-dialog, .modal.show .qbo-modal div.qbo-modal-dialog, qbo-menu[type=context] > menu.modal .qbo-modal div.qbo-modal-dialog, .qbo-menu-context > menu.modal .qbo-modal div.qbo-modal-dialog, div.modal.qbo-show .qbo-modal div.qbo-modal-dialog, .qbo-modal .modal.show div.qbo-modal-dialog, .qbo-modal qbo-menu[type=context] > menu.modal div.qbo-modal-dialog, .qbo-modal .qbo-menu-context > menu.modal div.qbo-modal-dialog, .qbo-modal div.modal.qbo-show div.qbo-modal-dialog, .modal.show .qbo-modal dialog, qbo-menu[type=context] > menu.modal .qbo-modal dialog, .qbo-menu-context > menu.modal .qbo-modal dialog, div.modal.qbo-show .qbo-modal dialog, .qbo-modal .modal.show dialog, .qbo-modal qbo-menu[type=context] > menu.modal dialog, .qbo-modal .qbo-menu-context > menu.modal dialog, .qbo-modal div.modal.qbo-show dialog, .show.qbo-modal .modal-dialog, qbo-menu[type=context] > menu.qbo-modal .modal-dialog, .qbo-menu-context > menu.qbo-modal .modal-dialog, div.qbo-modal.qbo-show .modal-dialog, .show.qbo-modal div.qbo-modal-dialog, qbo-menu[type=context] > menu.qbo-modal div.qbo-modal-dialog, .qbo-menu-context > menu.qbo-modal div.qbo-modal-dialog, div.qbo-modal.qbo-show div.qbo-modal-dialog, .show.qbo-modal dialog, qbo-menu[type=context] > menu.qbo-modal dialog, .qbo-menu-context > menu.qbo-modal dialog, div.qbo-modal.qbo-show dialog {
|
|
6051
6156
|
transform: none;
|
|
6052
6157
|
}
|
|
6053
6158
|
.modal.modal-static .modal-dialog, .modal.modal-static .qbo-modal div.qbo-modal-dialog, .qbo-modal .modal.modal-static div.qbo-modal-dialog, .modal.modal-static .qbo-modal dialog, .qbo-modal .modal.modal-static dialog, .modal-static.qbo-modal .modal-dialog, .modal-static.qbo-modal div.qbo-modal-dialog, .modal-static.qbo-modal dialog {
|
|
@@ -6100,7 +6205,7 @@ nav.qbo-mainmenu > .container-xxl {
|
|
|
6100
6205
|
.modal-backdrop.fade {
|
|
6101
6206
|
opacity: 0;
|
|
6102
6207
|
}
|
|
6103
|
-
.modal-backdrop.show, qbo-
|
|
6208
|
+
.modal-backdrop.show, qbo-menu[type=context] > menu.modal-backdrop, .qbo-menu-context > menu.modal-backdrop, div.modal-backdrop.qbo-show {
|
|
6104
6209
|
opacity: var(--bs-backdrop-opacity);
|
|
6105
6210
|
}
|
|
6106
6211
|
|
|
@@ -6347,7 +6452,7 @@ nav.qbo-mainmenu > .container-xxl {
|
|
|
6347
6452
|
word-wrap: break-word;
|
|
6348
6453
|
opacity: 0;
|
|
6349
6454
|
}
|
|
6350
|
-
.tooltip.show, qbo-
|
|
6455
|
+
.tooltip.show, qbo-menu[type=context] > menu.tooltip, .qbo-menu-context > menu.tooltip, div.tooltip.qbo-show {
|
|
6351
6456
|
opacity: var(--bs-tooltip-opacity);
|
|
6352
6457
|
}
|
|
6353
6458
|
.tooltip .tooltip-arrow {
|
|
@@ -6605,7 +6710,7 @@ nav.qbo-mainmenu > .container-xxl {
|
|
|
6605
6710
|
}
|
|
6606
6711
|
}
|
|
6607
6712
|
|
|
6608
|
-
.carousel-item.active, nav.qbo-breadcrumb > div > nav > ul > li.carousel-item:last-child, .qbo-paginate li.carousel-item.active,
|
|
6713
|
+
.carousel-item.active, nav.qbo-breadcrumb > div > nav > ul > li.carousel-item:last-child, .qbo-paginate li.carousel-item.active, qbo-icon.carousel-item[selected],
|
|
6609
6714
|
.carousel-item-next,
|
|
6610
6715
|
.carousel-item-prev {
|
|
6611
6716
|
display: block;
|
|
@@ -6614,14 +6719,16 @@ nav.qbo-mainmenu > .container-xxl {
|
|
|
6614
6719
|
.carousel-item-next:not(.carousel-item-start),
|
|
6615
6720
|
.active.carousel-item-end,
|
|
6616
6721
|
nav.qbo-breadcrumb > div > nav > ul > li.carousel-item-end:last-child,
|
|
6617
|
-
.qbo-paginate li.carousel-item-end.active
|
|
6722
|
+
.qbo-paginate li.carousel-item-end.active,
|
|
6723
|
+
qbo-icon.carousel-item-end[selected] {
|
|
6618
6724
|
transform: translateX(100%);
|
|
6619
6725
|
}
|
|
6620
6726
|
|
|
6621
6727
|
.carousel-item-prev:not(.carousel-item-end),
|
|
6622
6728
|
.active.carousel-item-start,
|
|
6623
6729
|
nav.qbo-breadcrumb > div > nav > ul > li.carousel-item-start:last-child,
|
|
6624
|
-
.qbo-paginate li.carousel-item-start.active
|
|
6730
|
+
.qbo-paginate li.carousel-item-start.active,
|
|
6731
|
+
qbo-icon.carousel-item-start[selected] {
|
|
6625
6732
|
transform: translateX(-100%);
|
|
6626
6733
|
}
|
|
6627
6734
|
|
|
@@ -6630,23 +6737,25 @@ nav.qbo-breadcrumb > div > nav > ul > li.carousel-item-start:last-child,
|
|
|
6630
6737
|
transition-property: opacity;
|
|
6631
6738
|
transform: none;
|
|
6632
6739
|
}
|
|
6633
|
-
.carousel-fade .carousel-item.active, .carousel-fade nav.qbo-breadcrumb > div > nav > ul > li.carousel-item:last-child,
|
|
6740
|
+
.carousel-fade .carousel-item.active, .carousel-fade nav.qbo-breadcrumb > div > nav > ul > li.carousel-item:last-child, .carousel-fade qbo-icon.carousel-item[selected],
|
|
6634
6741
|
.carousel-fade .carousel-item-next.carousel-item-start,
|
|
6635
6742
|
.carousel-fade .carousel-item-prev.carousel-item-end {
|
|
6636
6743
|
z-index: 1;
|
|
6637
6744
|
opacity: 1;
|
|
6638
6745
|
}
|
|
6639
|
-
.carousel-fade .active.carousel-item-start, .carousel-fade nav.qbo-breadcrumb > div > nav > ul > li.carousel-item-start:last-child,
|
|
6746
|
+
.carousel-fade .active.carousel-item-start, .carousel-fade nav.qbo-breadcrumb > div > nav > ul > li.carousel-item-start:last-child, .carousel-fade qbo-icon.carousel-item-start[selected],
|
|
6640
6747
|
.carousel-fade .active.carousel-item-end,
|
|
6641
|
-
.carousel-fade nav.qbo-breadcrumb > div > nav > ul > li.carousel-item-end:last-child
|
|
6748
|
+
.carousel-fade nav.qbo-breadcrumb > div > nav > ul > li.carousel-item-end:last-child,
|
|
6749
|
+
.carousel-fade qbo-icon.carousel-item-end[selected] {
|
|
6642
6750
|
z-index: 0;
|
|
6643
6751
|
opacity: 0;
|
|
6644
6752
|
transition: opacity 0s 0.6s;
|
|
6645
6753
|
}
|
|
6646
6754
|
@media (prefers-reduced-motion: reduce) {
|
|
6647
|
-
.carousel-fade .active.carousel-item-start, .carousel-fade nav.qbo-breadcrumb > div > nav > ul > li.carousel-item-start:last-child,
|
|
6755
|
+
.carousel-fade .active.carousel-item-start, .carousel-fade nav.qbo-breadcrumb > div > nav > ul > li.carousel-item-start:last-child, .carousel-fade qbo-icon.carousel-item-start[selected],
|
|
6648
6756
|
.carousel-fade .active.carousel-item-end,
|
|
6649
|
-
.carousel-fade nav.qbo-breadcrumb > div > nav > ul > li.carousel-item-end:last-child
|
|
6757
|
+
.carousel-fade nav.qbo-breadcrumb > div > nav > ul > li.carousel-item-end:last-child,
|
|
6758
|
+
.carousel-fade qbo-icon.carousel-item-end[selected] {
|
|
6650
6759
|
transition: none;
|
|
6651
6760
|
}
|
|
6652
6761
|
}
|
|
@@ -6746,7 +6855,7 @@ nav.qbo-breadcrumb > div > nav > ul > li.carousel-item-start:last-child,
|
|
|
6746
6855
|
transition: none;
|
|
6747
6856
|
}
|
|
6748
6857
|
}
|
|
6749
|
-
.carousel-indicators .active, .carousel-indicators nav.qbo-breadcrumb > div > nav > ul > li:last-child, .carousel-indicators .qbo-paginate li.active, .qbo-paginate .carousel-indicators li.active {
|
|
6858
|
+
.carousel-indicators .active, .carousel-indicators nav.qbo-breadcrumb > div > nav > ul > li:last-child, .carousel-indicators .qbo-paginate li.active, .qbo-paginate .carousel-indicators li.active, .carousel-indicators qbo-icon[selected] {
|
|
6750
6859
|
opacity: 1;
|
|
6751
6860
|
}
|
|
6752
6861
|
|
|
@@ -6914,10 +7023,10 @@ nav.qbo-breadcrumb > div > nav > ul > li.carousel-item-start:last-child,
|
|
|
6914
7023
|
border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
|
|
6915
7024
|
transform: translateY(100%);
|
|
6916
7025
|
}
|
|
6917
|
-
.offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding), qbo-
|
|
7026
|
+
.offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding), qbo-menu[type=context] > menu.offcanvas-sm:not(.hiding), .qbo-menu-context > menu.offcanvas-sm:not(.hiding), div.offcanvas-sm.qbo-show:not(.hiding) {
|
|
6918
7027
|
transform: none;
|
|
6919
7028
|
}
|
|
6920
|
-
.offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show, qbo-
|
|
7029
|
+
.offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show, qbo-menu[type=context] > menu.offcanvas-sm, .qbo-menu-context > menu.offcanvas-sm, div.offcanvas-sm.qbo-show {
|
|
6921
7030
|
visibility: visible;
|
|
6922
7031
|
}
|
|
6923
7032
|
}
|
|
@@ -6992,10 +7101,10 @@ nav.qbo-breadcrumb > div > nav > ul > li.carousel-item-start:last-child,
|
|
|
6992
7101
|
border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
|
|
6993
7102
|
transform: translateY(100%);
|
|
6994
7103
|
}
|
|
6995
|
-
.offcanvas-md.showing, .offcanvas-md.show:not(.hiding), qbo-
|
|
7104
|
+
.offcanvas-md.showing, .offcanvas-md.show:not(.hiding), qbo-menu[type=context] > menu.offcanvas-md:not(.hiding), .qbo-menu-context > menu.offcanvas-md:not(.hiding), div.offcanvas-md.qbo-show:not(.hiding) {
|
|
6996
7105
|
transform: none;
|
|
6997
7106
|
}
|
|
6998
|
-
.offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show, qbo-
|
|
7107
|
+
.offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show, qbo-menu[type=context] > menu.offcanvas-md, .qbo-menu-context > menu.offcanvas-md, div.offcanvas-md.qbo-show {
|
|
6999
7108
|
visibility: visible;
|
|
7000
7109
|
}
|
|
7001
7110
|
}
|
|
@@ -7070,10 +7179,10 @@ nav.qbo-breadcrumb > div > nav > ul > li.carousel-item-start:last-child,
|
|
|
7070
7179
|
border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
|
|
7071
7180
|
transform: translateY(100%);
|
|
7072
7181
|
}
|
|
7073
|
-
.offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding), qbo-
|
|
7182
|
+
.offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding), qbo-menu[type=context] > menu.offcanvas-lg:not(.hiding), .qbo-menu-context > menu.offcanvas-lg:not(.hiding), div.offcanvas-lg.qbo-show:not(.hiding) {
|
|
7074
7183
|
transform: none;
|
|
7075
7184
|
}
|
|
7076
|
-
.offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show, qbo-
|
|
7185
|
+
.offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show, qbo-menu[type=context] > menu.offcanvas-lg, .qbo-menu-context > menu.offcanvas-lg, div.offcanvas-lg.qbo-show {
|
|
7077
7186
|
visibility: visible;
|
|
7078
7187
|
}
|
|
7079
7188
|
}
|
|
@@ -7148,10 +7257,10 @@ nav.qbo-breadcrumb > div > nav > ul > li.carousel-item-start:last-child,
|
|
|
7148
7257
|
border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
|
|
7149
7258
|
transform: translateY(100%);
|
|
7150
7259
|
}
|
|
7151
|
-
.offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding), qbo-
|
|
7260
|
+
.offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding), qbo-menu[type=context] > menu.offcanvas-xl:not(.hiding), .qbo-menu-context > menu.offcanvas-xl:not(.hiding), div.offcanvas-xl.qbo-show:not(.hiding) {
|
|
7152
7261
|
transform: none;
|
|
7153
7262
|
}
|
|
7154
|
-
.offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show, qbo-
|
|
7263
|
+
.offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show, qbo-menu[type=context] > menu.offcanvas-xl, .qbo-menu-context > menu.offcanvas-xl, div.offcanvas-xl.qbo-show {
|
|
7155
7264
|
visibility: visible;
|
|
7156
7265
|
}
|
|
7157
7266
|
}
|
|
@@ -7226,10 +7335,10 @@ nav.qbo-breadcrumb > div > nav > ul > li.carousel-item-start:last-child,
|
|
|
7226
7335
|
border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
|
|
7227
7336
|
transform: translateY(100%);
|
|
7228
7337
|
}
|
|
7229
|
-
.offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding), qbo-
|
|
7338
|
+
.offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding), qbo-menu[type=context] > menu.offcanvas-xxl:not(.hiding), .qbo-menu-context > menu.offcanvas-xxl:not(.hiding), div.offcanvas-xxl.qbo-show:not(.hiding) {
|
|
7230
7339
|
transform: none;
|
|
7231
7340
|
}
|
|
7232
|
-
.offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show, qbo-
|
|
7341
|
+
.offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show, qbo-menu[type=context] > menu.offcanvas-xxl, .qbo-menu-context > menu.offcanvas-xxl, div.offcanvas-xxl.qbo-show {
|
|
7233
7342
|
visibility: visible;
|
|
7234
7343
|
}
|
|
7235
7344
|
}
|
|
@@ -7301,10 +7410,10 @@ nav.qbo-breadcrumb > div > nav > ul > li.carousel-item-start:last-child,
|
|
|
7301
7410
|
border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
|
|
7302
7411
|
transform: translateY(100%);
|
|
7303
7412
|
}
|
|
7304
|
-
.offcanvas.showing, .offcanvas.show:not(.hiding), qbo-
|
|
7413
|
+
.offcanvas.showing, .offcanvas.show:not(.hiding), qbo-menu[type=context] > menu.offcanvas:not(.hiding), .qbo-menu-context > menu.offcanvas:not(.hiding), div.offcanvas.qbo-show:not(.hiding) {
|
|
7305
7414
|
transform: none;
|
|
7306
7415
|
}
|
|
7307
|
-
.offcanvas.showing, .offcanvas.hiding, .offcanvas.show, qbo-
|
|
7416
|
+
.offcanvas.showing, .offcanvas.hiding, .offcanvas.show, qbo-menu[type=context] > menu.offcanvas, .qbo-menu-context > menu.offcanvas, div.offcanvas.qbo-show {
|
|
7308
7417
|
visibility: visible;
|
|
7309
7418
|
}
|
|
7310
7419
|
|
|
@@ -7320,7 +7429,7 @@ nav.qbo-breadcrumb > div > nav > ul > li.carousel-item-start:last-child,
|
|
|
7320
7429
|
.offcanvas-backdrop.fade {
|
|
7321
7430
|
opacity: 0;
|
|
7322
7431
|
}
|
|
7323
|
-
.offcanvas-backdrop.show, qbo-
|
|
7432
|
+
.offcanvas-backdrop.show, qbo-menu[type=context] > menu.offcanvas-backdrop, .qbo-menu-context > menu.offcanvas-backdrop, div.offcanvas-backdrop.qbo-show {
|
|
7324
7433
|
opacity: 0.5;
|
|
7325
7434
|
}
|
|
7326
7435
|
|
|
@@ -7353,7 +7462,7 @@ nav.qbo-breadcrumb > div > nav > ul > li.carousel-item-start:last-child,
|
|
|
7353
7462
|
background-color: currentcolor;
|
|
7354
7463
|
opacity: 0.5;
|
|
7355
7464
|
}
|
|
7356
|
-
.placeholder.btn::before, button.placeholder.qbo-primary-dropdown::before, button.placeholder.qbo-secondary::before, button.placeholder.qbo-primary::before, button.placeholder.qbo-btn::before, .placeholder.qbo-btn-light::before, aside.qbo-sidebar > nav > ul > li > button.placeholder::before {
|
|
7465
|
+
.placeholder.btn::before, button.placeholder.qbo-primary-dropdown::before, button.placeholder.qbo-secondary::before, button.placeholder.qbo-primary::before, button.placeholder.qbo-btn::before, .placeholder.qbo-btn-light::before, aside.qbo-sidebar > nav > ul > li > button.placeholder::before, qbo-icon.placeholder[type=toggle]::before, qbo-icon.placeholder[type=button]::before {
|
|
7357
7466
|
display: inline-block;
|
|
7358
7467
|
content: "";
|
|
7359
7468
|
}
|
|
@@ -20812,19 +20921,19 @@ nav.qbo-breadcrumb > div > nav > ul {
|
|
|
20812
20921
|
|
|
20813
20922
|
/* NavBar */
|
|
20814
20923
|
@media all and (min-width: 992px) {
|
|
20815
|
-
.navbar .dropdown-menu li, .navbar qbo-
|
|
20924
|
+
.navbar .dropdown-menu li, .navbar qbo-menu[type=context] > ul li, .navbar .qbo-menu-context > ul li, .navbar qbo-menu[type=context] > menu li, .navbar .qbo-menu-context > menu li, nav.qbo-mainmenu .dropdown-menu li, nav.qbo-mainmenu qbo-menu[type=context] > ul li, nav.qbo-mainmenu .qbo-menu-context > ul li, nav.qbo-mainmenu qbo-menu[type=context] > menu li, nav.qbo-mainmenu .qbo-menu-context > menu li {
|
|
20816
20925
|
position: relative;
|
|
20817
20926
|
}
|
|
20818
|
-
.navbar .dropdown-menu .submenu, .navbar qbo-
|
|
20927
|
+
.navbar .dropdown-menu .submenu, .navbar qbo-menu[type=context] > ul .submenu, .navbar .qbo-menu-context > ul .submenu, .navbar qbo-menu[type=context] > menu .submenu, .navbar .qbo-menu-context > menu .submenu, nav.qbo-mainmenu .dropdown-menu .submenu, nav.qbo-mainmenu qbo-menu[type=context] > ul .submenu, nav.qbo-mainmenu .qbo-menu-context > ul .submenu, nav.qbo-mainmenu qbo-menu[type=context] > menu .submenu, nav.qbo-mainmenu .qbo-menu-context > menu .submenu {
|
|
20819
20928
|
display: none;
|
|
20820
20929
|
position: absolute;
|
|
20821
20930
|
left: 100%;
|
|
20822
20931
|
top: -7px;
|
|
20823
20932
|
}
|
|
20824
|
-
.navbar .dropdown-menu > li:hover, .navbar qbo-
|
|
20933
|
+
.navbar .dropdown-menu > li:hover, .navbar qbo-menu[type=context] > ul > li:hover, .navbar .qbo-menu-context > ul > li:hover, .navbar qbo-menu[type=context] > menu > li:hover, .navbar .qbo-menu-context > menu > li:hover, nav.qbo-mainmenu .dropdown-menu > li:hover, nav.qbo-mainmenu qbo-menu[type=context] > ul > li:hover, nav.qbo-mainmenu .qbo-menu-context > ul > li:hover, nav.qbo-mainmenu qbo-menu[type=context] > menu > li:hover, nav.qbo-mainmenu .qbo-menu-context > menu > li:hover {
|
|
20825
20934
|
background-color: #f1f1f1;
|
|
20826
20935
|
}
|
|
20827
|
-
.navbar .dropdown-menu > li:hover > .submenu, .navbar qbo-
|
|
20936
|
+
.navbar .dropdown-menu > li:hover > .submenu, .navbar qbo-menu[type=context] > ul > li:hover > .submenu, .navbar .qbo-menu-context > ul > li:hover > .submenu, .navbar qbo-menu[type=context] > menu > li:hover > .submenu, .navbar .qbo-menu-context > menu > li:hover > .submenu, nav.qbo-mainmenu .dropdown-menu > li:hover > .submenu, nav.qbo-mainmenu qbo-menu[type=context] > ul > li:hover > .submenu, nav.qbo-mainmenu .qbo-menu-context > ul > li:hover > .submenu, nav.qbo-mainmenu qbo-menu[type=context] > menu > li:hover > .submenu, nav.qbo-mainmenu .qbo-menu-context > menu > li:hover > .submenu {
|
|
20828
20937
|
display: block;
|
|
20829
20938
|
}
|
|
20830
20939
|
.navbar .nav-item .dropdown-mainmenu, nav.qbo-mainmenu .nav-item .dropdown-mainmenu, nav.qbo-mainmenu > div > div > ul li.qbo-nav-item .dropdown-mainmenu, nav.qbo-mainmenu > div > div > ul li.qbo-nav-item > ul.qbo-dropdown-mainmenu,
|
|
@@ -20841,7 +20950,7 @@ nav.qbo-breadcrumb > div > nav > ul {
|
|
|
20841
20950
|
}
|
|
20842
20951
|
}
|
|
20843
20952
|
@media (max-width: 991px) {
|
|
20844
|
-
.navbar .dropdown-menu .dropdown-menu, .navbar qbo-
|
|
20953
|
+
.navbar .dropdown-menu .dropdown-menu, .navbar qbo-menu[type=context] > ul .dropdown-menu, .navbar .qbo-menu-context > ul .dropdown-menu, .navbar .dropdown-menu qbo-menu[type=context] > ul, .navbar qbo-menu[type=context] > ul qbo-menu[type=context] > ul, .navbar .qbo-menu-context > ul qbo-menu[type=context] > ul, .navbar .dropdown-menu .qbo-menu-context > ul, .navbar qbo-menu[type=context] > ul .qbo-menu-context > ul, .navbar .qbo-menu-context > ul .qbo-menu-context > ul, .navbar qbo-menu[type=context] > menu .dropdown-menu, .navbar qbo-menu[type=context] > menu qbo-menu[type=context] > ul, .navbar qbo-menu[type=context] > menu .qbo-menu-context > ul, .navbar .qbo-menu-context > menu .dropdown-menu, .navbar .qbo-menu-context > menu qbo-menu[type=context] > ul, .navbar .qbo-menu-context > menu .qbo-menu-context > ul, .navbar .dropdown-menu qbo-menu[type=context] > menu, .navbar qbo-menu[type=context] > ul qbo-menu[type=context] > menu, .navbar .qbo-menu-context > ul qbo-menu[type=context] > menu, .navbar qbo-menu[type=context] > menu qbo-menu[type=context] > menu, .navbar .qbo-menu-context > menu qbo-menu[type=context] > menu, .navbar .dropdown-menu .qbo-menu-context > menu, .navbar qbo-menu[type=context] > ul .qbo-menu-context > menu, .navbar .qbo-menu-context > ul .qbo-menu-context > menu, .navbar qbo-menu[type=context] > menu .qbo-menu-context > menu, .navbar .qbo-menu-context > menu .qbo-menu-context > menu, nav.qbo-mainmenu .dropdown-menu .dropdown-menu, nav.qbo-mainmenu qbo-menu[type=context] > ul .dropdown-menu, nav.qbo-mainmenu .qbo-menu-context > ul .dropdown-menu, nav.qbo-mainmenu .dropdown-menu qbo-menu[type=context] > ul, nav.qbo-mainmenu qbo-menu[type=context] > ul qbo-menu[type=context] > ul, nav.qbo-mainmenu .qbo-menu-context > ul qbo-menu[type=context] > ul, nav.qbo-mainmenu .dropdown-menu .qbo-menu-context > ul, nav.qbo-mainmenu qbo-menu[type=context] > ul .qbo-menu-context > ul, nav.qbo-mainmenu .qbo-menu-context > ul .qbo-menu-context > ul, nav.qbo-mainmenu qbo-menu[type=context] > menu .dropdown-menu, nav.qbo-mainmenu qbo-menu[type=context] > menu qbo-menu[type=context] > ul, nav.qbo-mainmenu qbo-menu[type=context] > menu .qbo-menu-context > ul, nav.qbo-mainmenu .qbo-menu-context > menu .dropdown-menu, nav.qbo-mainmenu .qbo-menu-context > menu qbo-menu[type=context] > ul, nav.qbo-mainmenu .qbo-menu-context > menu .qbo-menu-context > ul, nav.qbo-mainmenu .dropdown-menu qbo-menu[type=context] > menu, nav.qbo-mainmenu qbo-menu[type=context] > ul qbo-menu[type=context] > menu, nav.qbo-mainmenu .qbo-menu-context > ul qbo-menu[type=context] > menu, nav.qbo-mainmenu qbo-menu[type=context] > menu qbo-menu[type=context] > menu, nav.qbo-mainmenu .qbo-menu-context > menu qbo-menu[type=context] > menu, nav.qbo-mainmenu .dropdown-menu .qbo-menu-context > menu, nav.qbo-mainmenu qbo-menu[type=context] > ul .qbo-menu-context > menu, nav.qbo-mainmenu .qbo-menu-context > ul .qbo-menu-context > menu, nav.qbo-mainmenu qbo-menu[type=context] > menu .qbo-menu-context > menu, nav.qbo-mainmenu .qbo-menu-context > menu .qbo-menu-context > menu {
|
|
20845
20954
|
margin-left: 0.7rem;
|
|
20846
20955
|
margin-right: 0.7rem;
|
|
20847
20956
|
margin-bottom: 0.5rem;
|
|
@@ -20874,12 +20983,12 @@ nav.qbo-breadcrumb > div > nav > ul {
|
|
|
20874
20983
|
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
|
|
20875
20984
|
}
|
|
20876
20985
|
|
|
20877
|
-
.bd-subnavbar .dropdown-menu, .bd-subnavbar qbo-
|
|
20986
|
+
.bd-subnavbar .dropdown-menu, .bd-subnavbar qbo-menu[type=context] > ul, .bd-subnavbar .qbo-menu-context > ul, .bd-subnavbar qbo-menu[type=context] > menu, .bd-subnavbar .qbo-menu-context > menu, nav.qbo-breadcrumb .dropdown-menu, nav.qbo-breadcrumb qbo-menu[type=context] > ul, nav.qbo-breadcrumb .qbo-menu-context > ul, nav.qbo-breadcrumb qbo-menu[type=context] > menu, nav.qbo-breadcrumb .qbo-menu-context > menu {
|
|
20878
20987
|
font-size: 0.875rem;
|
|
20879
20988
|
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05);
|
|
20880
20989
|
}
|
|
20881
20990
|
|
|
20882
|
-
.bd-subnavbar .dropdown-item.current, .bd-subnavbar qbo-
|
|
20991
|
+
.bd-subnavbar .dropdown-item.current, .bd-subnavbar qbo-menu[type=context] li.current, qbo-menu[type=context] .bd-subnavbar li.current, .bd-subnavbar .qbo-menu-context li.current, .qbo-menu-context .bd-subnavbar li.current, .bd-subnavbar nav.qbo-mainmenu > div > div > ul li > a.current.qbo-dropdown-item, nav.qbo-mainmenu > div > div > ul .bd-subnavbar li > a.current.qbo-dropdown-item, nav.qbo-breadcrumb .dropdown-item.current, nav.qbo-breadcrumb qbo-menu[type=context] li.current, qbo-menu[type=context] nav.qbo-breadcrumb li.current, nav.qbo-breadcrumb .qbo-menu-context li.current, .qbo-menu-context nav.qbo-breadcrumb li.current, nav.qbo-breadcrumb nav.qbo-mainmenu > div > div > ul li > a.current.qbo-dropdown-item, nav.qbo-mainmenu > div > div > ul nav.qbo-breadcrumb li > a.current.qbo-dropdown-item {
|
|
20883
20992
|
font-weight: 600;
|
|
20884
20993
|
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23292b2c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
|
|
20885
20994
|
background-repeat: no-repeat;
|
|
@@ -20984,7 +21093,7 @@ nav.qbo-breadcrumb > div > nav > ul {
|
|
|
20984
21093
|
background-color: rgba(121, 82, 179, 0.1);
|
|
20985
21094
|
}
|
|
20986
21095
|
|
|
20987
|
-
.bd-links .btn, .bd-links button.qbo-primary-dropdown, .bd-links button.qbo-secondary, .bd-links button.qbo-primary, .bd-links button.qbo-btn, .bd-links .qbo-btn-light, aside.qbo-sidebar > nav .btn, aside.qbo-sidebar > nav button.qbo-primary-dropdown, aside.qbo-sidebar > nav button.qbo-secondary, aside.qbo-sidebar > nav button.qbo-primary, aside.qbo-sidebar > nav button.qbo-btn, aside.qbo-sidebar > nav .qbo-btn-light, aside.qbo-sidebar > nav > ul > li > button {
|
|
21096
|
+
.bd-links .btn, .bd-links button.qbo-primary-dropdown, .bd-links button.qbo-secondary, .bd-links button.qbo-primary, .bd-links button.qbo-btn, .bd-links .qbo-btn-light, aside.qbo-sidebar > nav .btn, aside.qbo-sidebar > nav button.qbo-primary-dropdown, aside.qbo-sidebar > nav button.qbo-secondary, aside.qbo-sidebar > nav button.qbo-primary, aside.qbo-sidebar > nav button.qbo-btn, aside.qbo-sidebar > nav .qbo-btn-light, aside.qbo-sidebar > nav > ul > li > button, .bd-links qbo-icon[type=toggle], aside.qbo-sidebar > nav qbo-icon[type=toggle], .bd-links qbo-icon[type=button], aside.qbo-sidebar > nav qbo-icon[type=button] {
|
|
20988
21097
|
padding: 0.25rem 0.5rem;
|
|
20989
21098
|
font-weight: 600;
|
|
20990
21099
|
color: rgba(0, 0, 0, 0.65);
|
|
@@ -20992,16 +21101,16 @@ nav.qbo-breadcrumb > div > nav > ul {
|
|
|
20992
21101
|
border: 0;
|
|
20993
21102
|
}
|
|
20994
21103
|
|
|
20995
|
-
.bd-links .btn:hover, .bd-links button.qbo-primary-dropdown:hover, .bd-links button.qbo-secondary:hover, .bd-links button.qbo-primary:hover, .bd-links button.qbo-btn:hover, .bd-links .qbo-btn-light:hover, aside.qbo-sidebar > nav .btn:hover, aside.qbo-sidebar > nav button.qbo-primary-dropdown:hover, aside.qbo-sidebar > nav button.qbo-secondary:hover, aside.qbo-sidebar > nav button.qbo-primary:hover, aside.qbo-sidebar > nav button.qbo-btn:hover, aside.qbo-sidebar > nav .qbo-btn-light:hover, aside.qbo-sidebar > nav > ul > li > button:hover, .bd-links .btn:focus, .bd-links button.qbo-primary-dropdown:focus, .bd-links button.qbo-secondary:focus, .bd-links button.qbo-primary:focus, .bd-links button.qbo-btn:focus, .bd-links .qbo-btn-light:focus, aside.qbo-sidebar > nav .btn:focus, aside.qbo-sidebar > nav button.qbo-primary-dropdown:focus, aside.qbo-sidebar > nav button.qbo-secondary:focus, aside.qbo-sidebar > nav button.qbo-primary:focus, aside.qbo-sidebar > nav button.qbo-btn:focus, aside.qbo-sidebar > nav .qbo-btn-light:focus, aside.qbo-sidebar > nav > ul > li > button:focus {
|
|
21104
|
+
.bd-links .btn:hover, .bd-links button.qbo-primary-dropdown:hover, .bd-links button.qbo-secondary:hover, .bd-links button.qbo-primary:hover, .bd-links button.qbo-btn:hover, .bd-links .qbo-btn-light:hover, aside.qbo-sidebar > nav .btn:hover, aside.qbo-sidebar > nav button.qbo-primary-dropdown:hover, aside.qbo-sidebar > nav button.qbo-secondary:hover, aside.qbo-sidebar > nav button.qbo-primary:hover, aside.qbo-sidebar > nav button.qbo-btn:hover, aside.qbo-sidebar > nav .qbo-btn-light:hover, aside.qbo-sidebar > nav > ul > li > button:hover, .bd-links qbo-icon[type=toggle]:hover, aside.qbo-sidebar > nav qbo-icon[type=toggle]:hover, .bd-links qbo-icon[type=button]:hover, aside.qbo-sidebar > nav qbo-icon[type=button]:hover, .bd-links .btn:focus, .bd-links button.qbo-primary-dropdown:focus, .bd-links button.qbo-secondary:focus, .bd-links button.qbo-primary:focus, .bd-links button.qbo-btn:focus, .bd-links .qbo-btn-light:focus, aside.qbo-sidebar > nav .btn:focus, aside.qbo-sidebar > nav button.qbo-primary-dropdown:focus, aside.qbo-sidebar > nav button.qbo-secondary:focus, aside.qbo-sidebar > nav button.qbo-primary:focus, aside.qbo-sidebar > nav button.qbo-btn:focus, aside.qbo-sidebar > nav .qbo-btn-light:focus, aside.qbo-sidebar > nav > ul > li > button:focus, .bd-links qbo-icon[type=toggle]:focus, aside.qbo-sidebar > nav qbo-icon[type=toggle]:focus, .bd-links qbo-icon[type=button]:focus, aside.qbo-sidebar > nav qbo-icon[type=button]:focus {
|
|
20996
21105
|
color: rgba(0, 0, 0, 0.85);
|
|
20997
21106
|
background-color: rgba(121, 82, 179, 0.1);
|
|
20998
21107
|
}
|
|
20999
21108
|
|
|
21000
|
-
.bd-links .btn:focus, .bd-links button.qbo-primary-dropdown:focus, .bd-links button.qbo-secondary:focus, .bd-links button.qbo-primary:focus, .bd-links button.qbo-btn:focus, .bd-links .qbo-btn-light:focus, aside.qbo-sidebar > nav .btn:focus, aside.qbo-sidebar > nav button.qbo-primary-dropdown:focus, aside.qbo-sidebar > nav button.qbo-secondary:focus, aside.qbo-sidebar > nav button.qbo-primary:focus, aside.qbo-sidebar > nav button.qbo-btn:focus, aside.qbo-sidebar > nav .qbo-btn-light:focus, aside.qbo-sidebar > nav > ul > li > button:focus {
|
|
21109
|
+
.bd-links .btn:focus, .bd-links button.qbo-primary-dropdown:focus, .bd-links button.qbo-secondary:focus, .bd-links button.qbo-primary:focus, .bd-links button.qbo-btn:focus, .bd-links .qbo-btn-light:focus, aside.qbo-sidebar > nav .btn:focus, aside.qbo-sidebar > nav button.qbo-primary-dropdown:focus, aside.qbo-sidebar > nav button.qbo-secondary:focus, aside.qbo-sidebar > nav button.qbo-primary:focus, aside.qbo-sidebar > nav button.qbo-btn:focus, aside.qbo-sidebar > nav .qbo-btn-light:focus, aside.qbo-sidebar > nav > ul > li > button:focus, .bd-links qbo-icon[type=toggle]:focus, aside.qbo-sidebar > nav qbo-icon[type=toggle]:focus, .bd-links qbo-icon[type=button]:focus, aside.qbo-sidebar > nav qbo-icon[type=button]:focus {
|
|
21001
21110
|
box-shadow: 0 0 0 1px rgba(121, 82, 179, 0.7);
|
|
21002
21111
|
}
|
|
21003
21112
|
|
|
21004
|
-
.bd-links .btn::before, .bd-links button.qbo-primary-dropdown::before, .bd-links button.qbo-secondary::before, .bd-links button.qbo-primary::before, .bd-links button.qbo-btn::before, .bd-links .qbo-btn-light::before, aside.qbo-sidebar > nav .btn::before, aside.qbo-sidebar > nav button.qbo-primary-dropdown::before, aside.qbo-sidebar > nav button.qbo-secondary::before, aside.qbo-sidebar > nav button.qbo-primary::before, aside.qbo-sidebar > nav button.qbo-btn::before, aside.qbo-sidebar > nav .qbo-btn-light::before, aside.qbo-sidebar > nav > ul > li > button::before {
|
|
21113
|
+
.bd-links .btn::before, .bd-links button.qbo-primary-dropdown::before, .bd-links button.qbo-secondary::before, .bd-links button.qbo-primary::before, .bd-links button.qbo-btn::before, .bd-links .qbo-btn-light::before, aside.qbo-sidebar > nav .btn::before, aside.qbo-sidebar > nav button.qbo-primary-dropdown::before, aside.qbo-sidebar > nav button.qbo-secondary::before, aside.qbo-sidebar > nav button.qbo-primary::before, aside.qbo-sidebar > nav button.qbo-btn::before, aside.qbo-sidebar > nav .qbo-btn-light::before, aside.qbo-sidebar > nav > ul > li > button::before, .bd-links qbo-icon[type=toggle]::before, aside.qbo-sidebar > nav qbo-icon[type=toggle]::before, .bd-links qbo-icon[type=button]::before, aside.qbo-sidebar > nav qbo-icon[type=button]::before {
|
|
21005
21114
|
width: 1.25em;
|
|
21006
21115
|
line-height: 0;
|
|
21007
21116
|
content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
|
|
@@ -21010,19 +21119,19 @@ nav.qbo-breadcrumb > div > nav > ul {
|
|
|
21010
21119
|
}
|
|
21011
21120
|
|
|
21012
21121
|
@media (prefers-reduced-motion: reduce) {
|
|
21013
|
-
.bd-links .btn::before, .bd-links button.qbo-primary-dropdown::before, .bd-links button.qbo-secondary::before, .bd-links button.qbo-primary::before, .bd-links button.qbo-btn::before, .bd-links .qbo-btn-light::before, aside.qbo-sidebar > nav .btn::before, aside.qbo-sidebar > nav button.qbo-primary-dropdown::before, aside.qbo-sidebar > nav button.qbo-secondary::before, aside.qbo-sidebar > nav button.qbo-primary::before, aside.qbo-sidebar > nav button.qbo-btn::before, aside.qbo-sidebar > nav .qbo-btn-light::before, aside.qbo-sidebar > nav > ul > li > button::before {
|
|
21122
|
+
.bd-links .btn::before, .bd-links button.qbo-primary-dropdown::before, .bd-links button.qbo-secondary::before, .bd-links button.qbo-primary::before, .bd-links button.qbo-btn::before, .bd-links .qbo-btn-light::before, aside.qbo-sidebar > nav .btn::before, aside.qbo-sidebar > nav button.qbo-primary-dropdown::before, aside.qbo-sidebar > nav button.qbo-secondary::before, aside.qbo-sidebar > nav button.qbo-primary::before, aside.qbo-sidebar > nav button.qbo-btn::before, aside.qbo-sidebar > nav .qbo-btn-light::before, aside.qbo-sidebar > nav > ul > li > button::before, .bd-links qbo-icon[type=toggle]::before, aside.qbo-sidebar > nav qbo-icon[type=toggle]::before, .bd-links qbo-icon[type=button]::before, aside.qbo-sidebar > nav qbo-icon[type=button]::before {
|
|
21014
21123
|
transition: none;
|
|
21015
21124
|
}
|
|
21016
21125
|
}
|
|
21017
|
-
.bd-links .btn[aria-expanded=true], .bd-links button[aria-expanded=true].qbo-primary-dropdown, .bd-links button[aria-expanded=true].qbo-secondary, .bd-links button[aria-expanded=true].qbo-primary, .bd-links button[aria-expanded=true].qbo-btn, .bd-links [aria-expanded=true].qbo-btn-light, aside.qbo-sidebar > nav .btn[aria-expanded=true], aside.qbo-sidebar > nav button[aria-expanded=true].qbo-primary-dropdown, aside.qbo-sidebar > nav button[aria-expanded=true].qbo-secondary, aside.qbo-sidebar > nav button[aria-expanded=true].qbo-primary, aside.qbo-sidebar > nav button[aria-expanded=true].qbo-btn, aside.qbo-sidebar > nav [aria-expanded=true].qbo-btn-light, aside.qbo-sidebar > nav > ul > li > button[aria-expanded=true] {
|
|
21126
|
+
.bd-links .btn[aria-expanded=true], .bd-links button[aria-expanded=true].qbo-primary-dropdown, .bd-links button[aria-expanded=true].qbo-secondary, .bd-links button[aria-expanded=true].qbo-primary, .bd-links button[aria-expanded=true].qbo-btn, .bd-links [aria-expanded=true].qbo-btn-light, aside.qbo-sidebar > nav .btn[aria-expanded=true], aside.qbo-sidebar > nav button[aria-expanded=true].qbo-primary-dropdown, aside.qbo-sidebar > nav button[aria-expanded=true].qbo-secondary, aside.qbo-sidebar > nav button[aria-expanded=true].qbo-primary, aside.qbo-sidebar > nav button[aria-expanded=true].qbo-btn, aside.qbo-sidebar > nav [aria-expanded=true].qbo-btn-light, aside.qbo-sidebar > nav > ul > li > button[aria-expanded=true], .bd-links qbo-icon[aria-expanded=true][type=toggle], aside.qbo-sidebar > nav qbo-icon[aria-expanded=true][type=toggle], .bd-links qbo-icon[aria-expanded=true][type=button], aside.qbo-sidebar > nav qbo-icon[aria-expanded=true][type=button] {
|
|
21018
21127
|
color: rgba(0, 0, 0, 0.85);
|
|
21019
21128
|
}
|
|
21020
21129
|
|
|
21021
|
-
.bd-links .btn[aria-expanded=true]::before, .bd-links button[aria-expanded=true].qbo-primary-dropdown::before, .bd-links button[aria-expanded=true].qbo-secondary::before, .bd-links button[aria-expanded=true].qbo-primary::before, .bd-links button[aria-expanded=true].qbo-btn::before, .bd-links [aria-expanded=true].qbo-btn-light::before, aside.qbo-sidebar > nav .btn[aria-expanded=true]::before, aside.qbo-sidebar > nav button[aria-expanded=true].qbo-primary-dropdown::before, aside.qbo-sidebar > nav button[aria-expanded=true].qbo-secondary::before, aside.qbo-sidebar > nav button[aria-expanded=true].qbo-primary::before, aside.qbo-sidebar > nav button[aria-expanded=true].qbo-btn::before, aside.qbo-sidebar > nav [aria-expanded=true].qbo-btn-light::before, aside.qbo-sidebar > nav > ul > li > button[aria-expanded=true]::before {
|
|
21130
|
+
.bd-links .btn[aria-expanded=true]::before, .bd-links button[aria-expanded=true].qbo-primary-dropdown::before, .bd-links button[aria-expanded=true].qbo-secondary::before, .bd-links button[aria-expanded=true].qbo-primary::before, .bd-links button[aria-expanded=true].qbo-btn::before, .bd-links [aria-expanded=true].qbo-btn-light::before, aside.qbo-sidebar > nav .btn[aria-expanded=true]::before, aside.qbo-sidebar > nav button[aria-expanded=true].qbo-primary-dropdown::before, aside.qbo-sidebar > nav button[aria-expanded=true].qbo-secondary::before, aside.qbo-sidebar > nav button[aria-expanded=true].qbo-primary::before, aside.qbo-sidebar > nav button[aria-expanded=true].qbo-btn::before, aside.qbo-sidebar > nav [aria-expanded=true].qbo-btn-light::before, aside.qbo-sidebar > nav > ul > li > button[aria-expanded=true]::before, .bd-links qbo-icon[aria-expanded=true][type=toggle]::before, aside.qbo-sidebar > nav qbo-icon[aria-expanded=true][type=toggle]::before, .bd-links qbo-icon[aria-expanded=true][type=button]::before, aside.qbo-sidebar > nav qbo-icon[aria-expanded=true][type=button]::before {
|
|
21022
21131
|
transform: rotate(90deg);
|
|
21023
21132
|
}
|
|
21024
21133
|
|
|
21025
|
-
.bd-links .active, .bd-links nav.qbo-breadcrumb > div > nav > ul > li:last-child, aside.qbo-sidebar > nav .active, .bd-links .qbo-paginate li.active, .qbo-paginate .bd-links li.active {
|
|
21134
|
+
.bd-links .active, .bd-links nav.qbo-breadcrumb > div > nav > ul > li:last-child, aside.qbo-sidebar > nav .active, .bd-links .qbo-paginate li.active, .qbo-paginate .bd-links li.active, .bd-links qbo-icon[selected], aside.qbo-sidebar > nav qbo-icon[selected] {
|
|
21026
21135
|
font-weight: 600;
|
|
21027
21136
|
color: rgba(0, 0, 0, 0.85);
|
|
21028
21137
|
}
|
|
@@ -21102,7 +21211,7 @@ div.qbo-form form > * > slot .qbo-paginate li.pageSize div.qbo-form > textarea.q
|
|
|
21102
21211
|
margin-top: 1rem;
|
|
21103
21212
|
}
|
|
21104
21213
|
|
|
21105
|
-
.bd-example > .dropdown-menu, qbo-
|
|
21214
|
+
.bd-example > .dropdown-menu, qbo-menu.bd-example[type=context] > ul, .bd-example.qbo-menu-context > ul, qbo-menu.bd-example[type=context] > menu, .bd-example.qbo-menu-context > menu, div.qbo-form > .dropdown-menu, div.qbo-form.qbo-menu-context > ul, div.qbo-form.qbo-menu-context > menu {
|
|
21106
21215
|
position: static;
|
|
21107
21216
|
display: block;
|
|
21108
21217
|
}
|
|
@@ -21115,7 +21224,7 @@ div.qbo-form form > * > slot .qbo-paginate li.pageSize div.qbo-form > textarea.q
|
|
|
21115
21224
|
margin-left: 0.5rem;
|
|
21116
21225
|
}
|
|
21117
21226
|
|
|
21118
|
-
.bd-example > .btn, .bd-example > button.qbo-primary-dropdown, .bd-example > button.qbo-secondary, .bd-example > button.qbo-primary, .bd-example > button.qbo-btn, .bd-example > .qbo-btn-light, div.qbo-form > .btn, div.qbo-form > button.qbo-primary-dropdown, div.qbo-form > button.qbo-secondary, div.qbo-form > button.qbo-primary, div.qbo-form > button.qbo-btn, div.qbo-form > .qbo-btn-light, aside.qbo-sidebar > nav > ul > li.bd-example > button, .bd-example > .btn-group, div.qbo-form form > * > slot > * > slot > div.qbo-form-actions .bd-example > div.qbo-btn-group, div.qbo-form > .btn-group, div.qbo-form form > * > slot > * > slot > div.qbo-form-actions div.qbo-form > div.qbo-btn-group {
|
|
21227
|
+
.bd-example > .btn, .bd-example > button.qbo-primary-dropdown, .bd-example > button.qbo-secondary, .bd-example > button.qbo-primary, .bd-example > button.qbo-btn, .bd-example > .qbo-btn-light, div.qbo-form > .btn, div.qbo-form > button.qbo-primary-dropdown, div.qbo-form > button.qbo-secondary, div.qbo-form > button.qbo-primary, div.qbo-form > button.qbo-btn, div.qbo-form > .qbo-btn-light, aside.qbo-sidebar > nav > ul > li.bd-example > button, .bd-example > qbo-icon[type=toggle], div.qbo-form > qbo-icon[type=toggle], .bd-example > qbo-icon[type=button], div.qbo-form > qbo-icon[type=button], .bd-example > .btn-group, div.qbo-form form > * > slot > * > slot > div.qbo-form-actions .bd-example > div.qbo-btn-group, div.qbo-form > .btn-group, div.qbo-form form > * > slot > * > slot > div.qbo-form-actions div.qbo-form > div.qbo-btn-group {
|
|
21119
21228
|
margin: 0.25rem 0.125rem;
|
|
21120
21229
|
}
|
|
21121
21230
|
|
|
@@ -21205,6 +21314,46 @@ div.qbo-form form > * > slot .qbo-paginate li.pageSize div.qbo-form > textarea.q
|
|
|
21205
21314
|
color: inherit;
|
|
21206
21315
|
}
|
|
21207
21316
|
|
|
21317
|
+
qbo-card, .qbo-card {
|
|
21318
|
+
overflow-y: auto;
|
|
21319
|
+
}
|
|
21320
|
+
qbo-card header, .qbo-card header {
|
|
21321
|
+
font-weight: bold;
|
|
21322
|
+
font-size: 1.25rem;
|
|
21323
|
+
cursor: pointer;
|
|
21324
|
+
position: relative;
|
|
21325
|
+
padding-left: 1.25rem;
|
|
21326
|
+
background-repeat: no-repeat;
|
|
21327
|
+
background-position: left center;
|
|
21328
|
+
background-size: 1rem 1rem;
|
|
21329
|
+
}
|
|
21330
|
+
qbo-card.minimize > *, .qbo-card.minimize > * {
|
|
21331
|
+
display: none;
|
|
21332
|
+
}
|
|
21333
|
+
qbo-card.minimize header, .qbo-card.minimize header {
|
|
21334
|
+
display: block;
|
|
21335
|
+
}
|
|
21336
|
+
qbo-card.normal > *.expanded, .qbo-card.normal > *.expanded {
|
|
21337
|
+
display: none;
|
|
21338
|
+
}
|
|
21339
|
+
|
|
21340
|
+
qbo-card[display=maximize] header {
|
|
21341
|
+
background-image: url("/ui/images/qbo-icons.svg#i-arrow-down-circle");
|
|
21342
|
+
}
|
|
21343
|
+
|
|
21344
|
+
qbo-card[display=minimize] header {
|
|
21345
|
+
background-image: url("/ui/images/qbo-icons.svg#i-arrow-right-circle");
|
|
21346
|
+
}
|
|
21347
|
+
|
|
21348
|
+
qbo-card[display=normal] header {
|
|
21349
|
+
position: relative;
|
|
21350
|
+
padding-left: 1.25rem;
|
|
21351
|
+
background-image: url("/ui/images/qbo-icons.svg#i-arrow-down-right-circle");
|
|
21352
|
+
background-repeat: no-repeat;
|
|
21353
|
+
background-position: left center;
|
|
21354
|
+
background-size: 1rem 1rem;
|
|
21355
|
+
}
|
|
21356
|
+
|
|
21208
21357
|
.qbo-modal {
|
|
21209
21358
|
display: block;
|
|
21210
21359
|
}
|
|
@@ -21321,8 +21470,8 @@ qbo-resize.vertical {
|
|
|
21321
21470
|
width: auto; /* Allow custom width */
|
|
21322
21471
|
}
|
|
21323
21472
|
|
|
21324
|
-
qbo-
|
|
21325
|
-
position:
|
|
21473
|
+
qbo-menu[type=context], .qbo-menu-context {
|
|
21474
|
+
position: fixed;
|
|
21326
21475
|
}
|
|
21327
21476
|
tr.qbo-select-on {
|
|
21328
21477
|
background-color: lightgray;
|