@quandis/qbo4.ui-bridge 4.0.1-CI-20241019-181546 → 4.0.1-CI-20241021-180409
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 +4 -4
- package/wwwroot/css/ui-bridge.css +134 -104
- package/wwwroot/css/ui-bridge.css.map +1 -1
- package/wwwroot/css/ui-bridge.min.css +2 -2
- package/wwwroot/js/esm/ui-bridge.js +404 -40
- package/wwwroot/js/esm/ui-bridge.min.js +149 -90
- package/wwwroot/js/esm/ui-bridge.min.js.map +1 -1
- package/wwwroot/js/qbo4.ui-bridge.js +398 -39
- package/wwwroot/js/qbo4.ui-bridge.min.js +149 -90
- package/wwwroot/js/qbo4.ui-bridge.min.js.map +1 -1
|
@@ -3194,7 +3194,7 @@ div.qbo-input-group > .form-floating:not(:focus-within).is-invalid {
|
|
|
3194
3194
|
outline: 0;
|
|
3195
3195
|
box-shadow: var(--bs-btn-focus-box-shadow);
|
|
3196
3196
|
}
|
|
3197
|
-
.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, .btn.show, button.show.qbo-primary-dropdown, button.show.qbo-secondary, button.show.qbo-primary, button.show.qbo-btn, .show.qbo-btn-light, div.btn.qbo-show, div.qbo-show.qbo-btn-light, aside.qbo-sidebar > nav > ul > li > button.show {
|
|
3197
|
+
.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, button.show.qbo-primary-dropdown, button.show.qbo-secondary, button.show.qbo-primary, button.show.qbo-btn, .show.qbo-btn-light, div.btn.qbo-show, div.qbo-show.qbo-btn-light, aside.qbo-sidebar > nav > ul > li > button.show {
|
|
3198
3198
|
color: var(--bs-btn-active-color);
|
|
3199
3199
|
background-color: var(--bs-btn-active-bg);
|
|
3200
3200
|
border-color: var(--bs-btn-active-border-color);
|
|
@@ -3205,7 +3205,7 @@ div.qbo-input-group > .form-floating:not(:focus-within).is-invalid {
|
|
|
3205
3205
|
.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 {
|
|
3206
3206
|
box-shadow: var(--bs-btn-focus-box-shadow);
|
|
3207
3207
|
}
|
|
3208
|
-
.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, 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 {
|
|
3208
|
+
.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 {
|
|
3209
3209
|
color: var(--bs-btn-disabled-color);
|
|
3210
3210
|
pointer-events: none;
|
|
3211
3211
|
background-color: var(--bs-btn-disabled-bg);
|
|
@@ -3831,12 +3831,12 @@ nav.qbo-mainmenu > div > div > ul li.qbo-dropdown,
|
|
|
3831
3831
|
color: var(--bs-dropdown-link-hover-color);
|
|
3832
3832
|
background-color: var(--bs-dropdown-link-hover-bg);
|
|
3833
3833
|
}
|
|
3834
|
-
.dropdown-item.active, nav.qbo-mainmenu > div > div > ul li > a.active.qbo-dropdown-item, nav.qbo-breadcrumb > div > nav > ul > li.dropdown-item:last-child, .dropdown-item:active, nav.qbo-mainmenu > div > div > ul li > a.qbo-dropdown-item:active {
|
|
3834
|
+
.dropdown-item.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-paginate li.dropdown-item.active, .dropdown-item:active, nav.qbo-mainmenu > div > div > ul li > a.qbo-dropdown-item:active {
|
|
3835
3835
|
color: var(--bs-dropdown-link-active-color);
|
|
3836
3836
|
text-decoration: none;
|
|
3837
3837
|
background-color: var(--bs-dropdown-link-active-bg);
|
|
3838
3838
|
}
|
|
3839
|
-
.dropdown-item.disabled, nav.qbo-mainmenu > div > div > ul li > a.disabled.qbo-dropdown-item, .dropdown-item:disabled, nav.qbo-mainmenu > div > div > ul li > a.qbo-dropdown-item:disabled {
|
|
3839
|
+
.dropdown-item.disabled, nav.qbo-mainmenu > div > div > ul li > a.disabled.qbo-dropdown-item, .qbo-paginate li.dropdown-item.disabled, .dropdown-item:disabled, nav.qbo-mainmenu > div > div > ul li > a.qbo-dropdown-item:disabled {
|
|
3840
3840
|
color: var(--bs-dropdown-link-disabled-color);
|
|
3841
3841
|
pointer-events: none;
|
|
3842
3842
|
background-color: transparent;
|
|
@@ -4220,7 +4220,7 @@ aside.qbo-sidebar > nav > ul.btn-group-vertical > li.btn-group:not(:first-child)
|
|
|
4220
4220
|
outline: 0;
|
|
4221
4221
|
box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
|
|
4222
4222
|
}
|
|
4223
|
-
.nav-link.disabled, nav.qbo-mainmenu > div > div > ul li.qbo-nav-item > a.disabled, .nav-link:disabled, nav.qbo-mainmenu > div > div > ul li.qbo-nav-item > a:disabled {
|
|
4223
|
+
.nav-link.disabled, nav.qbo-mainmenu > div > div > ul li.qbo-nav-item > a.disabled, .qbo-paginate li.nav-link.disabled, .nav-link:disabled, nav.qbo-mainmenu > div > div > ul li.qbo-nav-item > a:disabled {
|
|
4224
4224
|
color: var(--bs-nav-link-disabled-color);
|
|
4225
4225
|
pointer-events: none;
|
|
4226
4226
|
cursor: default;
|
|
@@ -4337,7 +4337,7 @@ nav.qbo-mainmenu > div > div > ul .nav-justified li.qbo-nav-item > a {
|
|
|
4337
4337
|
.tab-content > .tab-pane {
|
|
4338
4338
|
display: none;
|
|
4339
4339
|
}
|
|
4340
|
-
.tab-content > .active, nav.qbo-breadcrumb > div > nav > ul.tab-content > li:last-child {
|
|
4340
|
+
.tab-content > .active, nav.qbo-breadcrumb > div > nav > ul.tab-content > li:last-child, .qbo-paginate .tab-content > li.active {
|
|
4341
4341
|
display: block;
|
|
4342
4342
|
}
|
|
4343
4343
|
|
|
@@ -4778,7 +4778,7 @@ nav.qbo-mainmenu > .container-xxl {
|
|
|
4778
4778
|
--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");
|
|
4779
4779
|
}
|
|
4780
4780
|
|
|
4781
|
-
.card {
|
|
4781
|
+
.card, .qbo-card {
|
|
4782
4782
|
--bs-card-spacer-y: 1rem;
|
|
4783
4783
|
--bs-card-spacer-x: 1rem;
|
|
4784
4784
|
--bs-card-title-spacer-y: 0.5rem;
|
|
@@ -4810,26 +4810,29 @@ nav.qbo-mainmenu > .container-xxl {
|
|
|
4810
4810
|
border: var(--bs-card-border-width) solid var(--bs-card-border-color);
|
|
4811
4811
|
border-radius: var(--bs-card-border-radius);
|
|
4812
4812
|
}
|
|
4813
|
-
.card > hr {
|
|
4813
|
+
.card > hr, .qbo-card > hr {
|
|
4814
4814
|
margin-right: 0;
|
|
4815
4815
|
margin-left: 0;
|
|
4816
4816
|
}
|
|
4817
|
-
.card > .list-group {
|
|
4817
|
+
.card > .list-group, .qbo-card > .list-group {
|
|
4818
4818
|
border-top: inherit;
|
|
4819
4819
|
border-bottom: inherit;
|
|
4820
4820
|
}
|
|
4821
|
-
.card > .list-group:first-child {
|
|
4821
|
+
.card > .list-group:first-child, .qbo-card > .list-group:first-child {
|
|
4822
4822
|
border-top-width: 0;
|
|
4823
4823
|
border-top-left-radius: var(--bs-card-inner-border-radius);
|
|
4824
4824
|
border-top-right-radius: var(--bs-card-inner-border-radius);
|
|
4825
4825
|
}
|
|
4826
|
-
.card > .list-group:last-child {
|
|
4826
|
+
.card > .list-group:last-child, .qbo-card > .list-group:last-child {
|
|
4827
4827
|
border-bottom-width: 0;
|
|
4828
4828
|
border-bottom-right-radius: var(--bs-card-inner-border-radius);
|
|
4829
4829
|
border-bottom-left-radius: var(--bs-card-inner-border-radius);
|
|
4830
4830
|
}
|
|
4831
|
-
.card > .card-header + .list-group,
|
|
4832
|
-
.card > .list-group + .card-footer
|
|
4831
|
+
.card > .card-header + .list-group, .qbo-card .card > header + .list-group, .qbo-card > .card-header + .list-group, .qbo-card > header + .list-group,
|
|
4832
|
+
.card > .list-group + .card-footer,
|
|
4833
|
+
.qbo-card .card > .list-group + footer,
|
|
4834
|
+
.qbo-card > .list-group + .card-footer,
|
|
4835
|
+
.qbo-card > .list-group + footer {
|
|
4833
4836
|
border-top: 0;
|
|
4834
4837
|
}
|
|
4835
4838
|
|
|
@@ -4858,24 +4861,24 @@ nav.qbo-mainmenu > .container-xxl {
|
|
|
4858
4861
|
margin-left: var(--bs-card-spacer-x);
|
|
4859
4862
|
}
|
|
4860
4863
|
|
|
4861
|
-
.card-header {
|
|
4864
|
+
.card-header, .qbo-card header {
|
|
4862
4865
|
padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
|
|
4863
4866
|
margin-bottom: 0;
|
|
4864
4867
|
color: var(--bs-card-cap-color);
|
|
4865
4868
|
background-color: var(--bs-card-cap-bg);
|
|
4866
4869
|
border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
|
|
4867
4870
|
}
|
|
4868
|
-
.card-header:first-child {
|
|
4871
|
+
.card-header:first-child, .qbo-card header:first-child {
|
|
4869
4872
|
border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
|
|
4870
4873
|
}
|
|
4871
4874
|
|
|
4872
|
-
.card-footer {
|
|
4875
|
+
.card-footer, .qbo-card footer {
|
|
4873
4876
|
padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
|
|
4874
4877
|
color: var(--bs-card-cap-color);
|
|
4875
4878
|
background-color: var(--bs-card-cap-bg);
|
|
4876
4879
|
border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
|
|
4877
4880
|
}
|
|
4878
|
-
.card-footer:last-child {
|
|
4881
|
+
.card-footer:last-child, .qbo-card footer:last-child {
|
|
4879
4882
|
border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
|
|
4880
4883
|
}
|
|
4881
4884
|
|
|
@@ -4923,7 +4926,7 @@ nav.qbo-mainmenu > .container-xxl {
|
|
|
4923
4926
|
border-bottom-left-radius: var(--bs-card-inner-border-radius);
|
|
4924
4927
|
}
|
|
4925
4928
|
|
|
4926
|
-
.card-group > .card {
|
|
4929
|
+
.card-group > .card, .card-group > .qbo-card {
|
|
4927
4930
|
margin-bottom: var(--bs-card-group-margin);
|
|
4928
4931
|
}
|
|
4929
4932
|
@media (min-width: 576px) {
|
|
@@ -4931,36 +4934,52 @@ nav.qbo-mainmenu > .container-xxl {
|
|
|
4931
4934
|
display: flex;
|
|
4932
4935
|
flex-flow: row wrap;
|
|
4933
4936
|
}
|
|
4934
|
-
.card-group > .card {
|
|
4937
|
+
.card-group > .card, .card-group > .qbo-card {
|
|
4935
4938
|
flex: 1 0 0%;
|
|
4936
4939
|
margin-bottom: 0;
|
|
4937
4940
|
}
|
|
4938
|
-
.card-group > .card + .card {
|
|
4941
|
+
.card-group > .card + .card, .card-group > .qbo-card + .card, .card-group > .card + .qbo-card, .card-group > .qbo-card + .qbo-card {
|
|
4939
4942
|
margin-left: 0;
|
|
4940
4943
|
border-left: 0;
|
|
4941
4944
|
}
|
|
4942
|
-
.card-group > .card:not(:last-child) {
|
|
4945
|
+
.card-group > .card:not(:last-child), .card-group > .qbo-card:not(:last-child) {
|
|
4943
4946
|
border-top-right-radius: 0;
|
|
4944
4947
|
border-bottom-right-radius: 0;
|
|
4945
4948
|
}
|
|
4946
|
-
.card-group > .card:not(:last-child) .card-img-top,
|
|
4947
|
-
.card-group > .card:not(:last-child) .card-header
|
|
4949
|
+
.card-group > .card:not(:last-child) .card-img-top, .card-group > .qbo-card:not(:last-child) .card-img-top,
|
|
4950
|
+
.card-group > .card:not(:last-child) .card-header,
|
|
4951
|
+
.card-group > .card:not(:last-child) .qbo-card header,
|
|
4952
|
+
.qbo-card .card-group > .card:not(:last-child) header,
|
|
4953
|
+
.card-group > .qbo-card:not(:last-child) .card-header,
|
|
4954
|
+
.card-group > .qbo-card:not(:last-child) header {
|
|
4948
4955
|
border-top-right-radius: 0;
|
|
4949
4956
|
}
|
|
4950
|
-
.card-group > .card:not(:last-child) .card-img-bottom,
|
|
4951
|
-
.card-group > .card:not(:last-child) .card-footer
|
|
4957
|
+
.card-group > .card:not(:last-child) .card-img-bottom, .card-group > .qbo-card:not(:last-child) .card-img-bottom,
|
|
4958
|
+
.card-group > .card:not(:last-child) .card-footer,
|
|
4959
|
+
.card-group > .card:not(:last-child) .qbo-card footer,
|
|
4960
|
+
.qbo-card .card-group > .card:not(:last-child) footer,
|
|
4961
|
+
.card-group > .qbo-card:not(:last-child) .card-footer,
|
|
4962
|
+
.card-group > .qbo-card:not(:last-child) footer {
|
|
4952
4963
|
border-bottom-right-radius: 0;
|
|
4953
4964
|
}
|
|
4954
|
-
.card-group > .card:not(:first-child) {
|
|
4965
|
+
.card-group > .card:not(:first-child), .card-group > .qbo-card:not(:first-child) {
|
|
4955
4966
|
border-top-left-radius: 0;
|
|
4956
4967
|
border-bottom-left-radius: 0;
|
|
4957
4968
|
}
|
|
4958
|
-
.card-group > .card:not(:first-child) .card-img-top,
|
|
4959
|
-
.card-group > .card:not(:first-child) .card-header
|
|
4969
|
+
.card-group > .card:not(:first-child) .card-img-top, .card-group > .qbo-card:not(:first-child) .card-img-top,
|
|
4970
|
+
.card-group > .card:not(:first-child) .card-header,
|
|
4971
|
+
.card-group > .card:not(:first-child) .qbo-card header,
|
|
4972
|
+
.qbo-card .card-group > .card:not(:first-child) header,
|
|
4973
|
+
.card-group > .qbo-card:not(:first-child) .card-header,
|
|
4974
|
+
.card-group > .qbo-card:not(:first-child) header {
|
|
4960
4975
|
border-top-left-radius: 0;
|
|
4961
4976
|
}
|
|
4962
|
-
.card-group > .card:not(:first-child) .card-img-bottom,
|
|
4963
|
-
.card-group > .card:not(:first-child) .card-footer
|
|
4977
|
+
.card-group > .card:not(:first-child) .card-img-bottom, .card-group > .qbo-card:not(:first-child) .card-img-bottom,
|
|
4978
|
+
.card-group > .card:not(:first-child) .card-footer,
|
|
4979
|
+
.card-group > .card:not(:first-child) .qbo-card footer,
|
|
4980
|
+
.qbo-card .card-group > .card:not(:first-child) footer,
|
|
4981
|
+
.card-group > .qbo-card:not(:first-child) .card-footer,
|
|
4982
|
+
.card-group > .qbo-card:not(:first-child) footer {
|
|
4964
4983
|
border-bottom-left-radius: 0;
|
|
4965
4984
|
}
|
|
4966
4985
|
}
|
|
@@ -5131,11 +5150,11 @@ nav.qbo-mainmenu > .container-xxl {
|
|
|
5131
5150
|
color: var(--bs-breadcrumb-divider-color);
|
|
5132
5151
|
content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
|
|
5133
5152
|
}
|
|
5134
|
-
.breadcrumb-item.active, nav.qbo-breadcrumb > div > nav > ul > li.active, nav.qbo-breadcrumb > div > nav > ul > li:last-child {
|
|
5153
|
+
.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 {
|
|
5135
5154
|
color: var(--bs-breadcrumb-item-active-color);
|
|
5136
5155
|
}
|
|
5137
5156
|
|
|
5138
|
-
.pagination {
|
|
5157
|
+
.pagination, .qbo-paginate {
|
|
5139
5158
|
--bs-pagination-padding-x: 0.75rem;
|
|
5140
5159
|
--bs-pagination-padding-y: 0.375rem;
|
|
5141
5160
|
--bs-pagination-font-size: 1rem;
|
|
@@ -5161,7 +5180,7 @@ nav.qbo-mainmenu > .container-xxl {
|
|
|
5161
5180
|
list-style: none;
|
|
5162
5181
|
}
|
|
5163
5182
|
|
|
5164
|
-
.page-link {
|
|
5183
|
+
.page-link, .qbo-paginate a {
|
|
5165
5184
|
position: relative;
|
|
5166
5185
|
display: block;
|
|
5167
5186
|
padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
|
|
@@ -5173,44 +5192,44 @@ nav.qbo-mainmenu > .container-xxl {
|
|
|
5173
5192
|
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;
|
|
5174
5193
|
}
|
|
5175
5194
|
@media (prefers-reduced-motion: reduce) {
|
|
5176
|
-
.page-link {
|
|
5195
|
+
.page-link, .qbo-paginate a {
|
|
5177
5196
|
transition: none;
|
|
5178
5197
|
}
|
|
5179
5198
|
}
|
|
5180
|
-
.page-link:hover {
|
|
5199
|
+
.page-link:hover, .qbo-paginate a:hover {
|
|
5181
5200
|
z-index: 2;
|
|
5182
5201
|
color: var(--bs-pagination-hover-color);
|
|
5183
5202
|
background-color: var(--bs-pagination-hover-bg);
|
|
5184
5203
|
border-color: var(--bs-pagination-hover-border-color);
|
|
5185
5204
|
}
|
|
5186
|
-
.page-link:focus {
|
|
5205
|
+
.page-link:focus, .qbo-paginate a:focus {
|
|
5187
5206
|
z-index: 3;
|
|
5188
5207
|
color: var(--bs-pagination-focus-color);
|
|
5189
5208
|
background-color: var(--bs-pagination-focus-bg);
|
|
5190
5209
|
outline: 0;
|
|
5191
5210
|
box-shadow: var(--bs-pagination-focus-box-shadow);
|
|
5192
5211
|
}
|
|
5193
|
-
.page-link.active, nav.qbo-breadcrumb > div > nav > ul > li.page-link:last-child, .active > .page-link, nav.qbo-breadcrumb > div > nav > ul > li:last-child > .page-link {
|
|
5212
|
+
.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 {
|
|
5194
5213
|
z-index: 3;
|
|
5195
5214
|
color: var(--bs-pagination-active-color);
|
|
5196
5215
|
background-color: var(--bs-pagination-active-bg);
|
|
5197
5216
|
border-color: var(--bs-pagination-active-border-color);
|
|
5198
5217
|
}
|
|
5199
|
-
.page-link.disabled, .disabled > .page-link {
|
|
5218
|
+
.page-link.disabled, .qbo-paginate li.page-link.disabled, .qbo-paginate a.disabled, .disabled > .page-link, .qbo-paginate li.disabled > .page-link, .qbo-paginate .disabled > a {
|
|
5200
5219
|
color: var(--bs-pagination-disabled-color);
|
|
5201
5220
|
pointer-events: none;
|
|
5202
5221
|
background-color: var(--bs-pagination-disabled-bg);
|
|
5203
5222
|
border-color: var(--bs-pagination-disabled-border-color);
|
|
5204
5223
|
}
|
|
5205
5224
|
|
|
5206
|
-
.page-item:not(:first-child) .page-link {
|
|
5225
|
+
.page-item:not(:first-child) .page-link, .page-item:not(:first-child) .qbo-paginate a, .qbo-paginate .page-item:not(:first-child) a, .qbo-paginate li:not(:first-child) .page-link, .qbo-paginate li:not(:first-child) a {
|
|
5207
5226
|
margin-left: calc(var(--bs-border-width) * -1);
|
|
5208
5227
|
}
|
|
5209
|
-
.page-item:first-child .page-link {
|
|
5228
|
+
.page-item:first-child .page-link, .page-item:first-child .qbo-paginate a, .qbo-paginate .page-item:first-child a, .qbo-paginate li:first-child .page-link, .qbo-paginate li:first-child a {
|
|
5210
5229
|
border-top-left-radius: var(--bs-pagination-border-radius);
|
|
5211
5230
|
border-bottom-left-radius: var(--bs-pagination-border-radius);
|
|
5212
5231
|
}
|
|
5213
|
-
.page-item:last-child .page-link {
|
|
5232
|
+
.page-item:last-child .page-link, .page-item:last-child .qbo-paginate a, .qbo-paginate .page-item:last-child a, .qbo-paginate li:last-child .page-link, .qbo-paginate li:last-child a {
|
|
5214
5233
|
border-top-right-radius: var(--bs-pagination-border-radius);
|
|
5215
5234
|
border-bottom-right-radius: var(--bs-pagination-border-radius);
|
|
5216
5235
|
}
|
|
@@ -5480,12 +5499,12 @@ nav.qbo-mainmenu > .container-xxl {
|
|
|
5480
5499
|
border-bottom-right-radius: inherit;
|
|
5481
5500
|
border-bottom-left-radius: inherit;
|
|
5482
5501
|
}
|
|
5483
|
-
.list-group-item.disabled, .list-group-item:disabled {
|
|
5502
|
+
.list-group-item.disabled, .qbo-paginate li.list-group-item.disabled, .list-group-item:disabled {
|
|
5484
5503
|
color: var(--bs-list-group-disabled-color);
|
|
5485
5504
|
pointer-events: none;
|
|
5486
5505
|
background-color: var(--bs-list-group-disabled-bg);
|
|
5487
5506
|
}
|
|
5488
|
-
.list-group-item.active, nav.qbo-breadcrumb > div > nav > ul > li.list-group-item:last-child {
|
|
5507
|
+
.list-group-item.active, nav.qbo-breadcrumb > div > nav > ul > li.list-group-item:last-child, .qbo-paginate li.list-group-item.active {
|
|
5489
5508
|
z-index: 2;
|
|
5490
5509
|
color: var(--bs-list-group-active-color);
|
|
5491
5510
|
background-color: var(--bs-list-group-active-bg);
|
|
@@ -5785,7 +5804,7 @@ nav.qbo-mainmenu > .container-xxl {
|
|
|
5785
5804
|
box-shadow: var(--bs-btn-close-focus-shadow);
|
|
5786
5805
|
opacity: var(--bs-btn-close-focus-opacity);
|
|
5787
5806
|
}
|
|
5788
|
-
.btn-close:disabled, .btn-close.disabled {
|
|
5807
|
+
.btn-close:disabled, .btn-close.disabled, .qbo-paginate li.btn-close.disabled {
|
|
5789
5808
|
pointer-events: none;
|
|
5790
5809
|
-webkit-user-select: none;
|
|
5791
5810
|
-moz-user-select: none;
|
|
@@ -5869,7 +5888,7 @@ nav.qbo-mainmenu > .container-xxl {
|
|
|
5869
5888
|
word-wrap: break-word;
|
|
5870
5889
|
}
|
|
5871
5890
|
|
|
5872
|
-
.modal,
|
|
5891
|
+
.modal, .qbo-modal {
|
|
5873
5892
|
--bs-modal-zindex: 1055;
|
|
5874
5893
|
--bs-modal-width: 500px;
|
|
5875
5894
|
--bs-modal-padding: 1rem;
|
|
@@ -5903,36 +5922,36 @@ nav.qbo-mainmenu > .container-xxl {
|
|
|
5903
5922
|
outline: 0;
|
|
5904
5923
|
}
|
|
5905
5924
|
|
|
5906
|
-
.modal-dialog,
|
|
5925
|
+
.modal-dialog, .qbo-modal div.qbo-modal-dialog, .qbo-modal dialog {
|
|
5907
5926
|
position: relative;
|
|
5908
5927
|
width: auto;
|
|
5909
5928
|
margin: var(--bs-modal-margin);
|
|
5910
5929
|
pointer-events: none;
|
|
5911
5930
|
}
|
|
5912
|
-
.modal.fade .modal-dialog, .modal.fade
|
|
5931
|
+
.modal.fade .modal-dialog, .modal.fade .qbo-modal div.qbo-modal-dialog, .qbo-modal .modal.fade div.qbo-modal-dialog, .modal.fade .qbo-modal dialog, .qbo-modal .modal.fade dialog, .fade.qbo-modal .modal-dialog, .fade.qbo-modal div.qbo-modal-dialog, .fade.qbo-modal dialog {
|
|
5913
5932
|
transition: transform 0.3s ease-out;
|
|
5914
5933
|
transform: translate(0, -50px);
|
|
5915
5934
|
}
|
|
5916
5935
|
@media (prefers-reduced-motion: reduce) {
|
|
5917
|
-
.modal.fade .modal-dialog, .modal.fade
|
|
5936
|
+
.modal.fade .modal-dialog, .modal.fade .qbo-modal div.qbo-modal-dialog, .qbo-modal .modal.fade div.qbo-modal-dialog, .modal.fade .qbo-modal dialog, .qbo-modal .modal.fade dialog, .fade.qbo-modal .modal-dialog, .fade.qbo-modal div.qbo-modal-dialog, .fade.qbo-modal dialog {
|
|
5918
5937
|
transition: none;
|
|
5919
5938
|
}
|
|
5920
5939
|
}
|
|
5921
|
-
.modal.show .modal-dialog, .modal.show
|
|
5940
|
+
.modal.show .modal-dialog, div.modal.qbo-show .modal-dialog, .modal.show .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 div.modal.qbo-show div.qbo-modal-dialog, .modal.show .qbo-modal dialog, div.modal.qbo-show .qbo-modal dialog, .qbo-modal .modal.show dialog, .qbo-modal div.modal.qbo-show dialog, .show.qbo-modal .modal-dialog, div.qbo-modal.qbo-show .modal-dialog, .show.qbo-modal div.qbo-modal-dialog, div.qbo-modal.qbo-show div.qbo-modal-dialog, .show.qbo-modal dialog, div.qbo-modal.qbo-show dialog {
|
|
5922
5941
|
transform: none;
|
|
5923
5942
|
}
|
|
5924
|
-
.modal.modal-static .modal-dialog, .modal.modal-static
|
|
5943
|
+
.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 {
|
|
5925
5944
|
transform: scale(1.02);
|
|
5926
5945
|
}
|
|
5927
5946
|
|
|
5928
5947
|
.modal-dialog-scrollable {
|
|
5929
5948
|
height: calc(100% - var(--bs-modal-margin) * 2);
|
|
5930
5949
|
}
|
|
5931
|
-
.modal-dialog-scrollable .modal-content, .modal-dialog-scrollable
|
|
5950
|
+
.modal-dialog-scrollable .modal-content, .modal-dialog-scrollable .qbo-modal div.qbo-modal-dialog div.qbo-modal-content, .qbo-modal div.qbo-modal-dialog .modal-dialog-scrollable div.qbo-modal-content {
|
|
5932
5951
|
max-height: 100%;
|
|
5933
5952
|
overflow: hidden;
|
|
5934
5953
|
}
|
|
5935
|
-
.modal-dialog-scrollable .modal-body, .modal-dialog-scrollable
|
|
5954
|
+
.modal-dialog-scrollable .modal-body, .modal-dialog-scrollable .qbo-modal div.qbo-modal-dialog div.qbo-modal-content div.qbo-modal-body, .qbo-modal div.qbo-modal-dialog div.qbo-modal-content .modal-dialog-scrollable div.qbo-modal-body, .modal-dialog-scrollable .qbo-modal div, .qbo-modal .modal-dialog-scrollable div {
|
|
5936
5955
|
overflow-y: auto;
|
|
5937
5956
|
}
|
|
5938
5957
|
|
|
@@ -5942,7 +5961,7 @@ nav.qbo-mainmenu > .container-xxl {
|
|
|
5942
5961
|
min-height: calc(100% - var(--bs-modal-margin) * 2);
|
|
5943
5962
|
}
|
|
5944
5963
|
|
|
5945
|
-
.modal-content,
|
|
5964
|
+
.modal-content, .qbo-modal div.qbo-modal-dialog div.qbo-modal-content {
|
|
5946
5965
|
position: relative;
|
|
5947
5966
|
display: flex;
|
|
5948
5967
|
flex-direction: column;
|
|
@@ -5975,7 +5994,7 @@ nav.qbo-mainmenu > .container-xxl {
|
|
|
5975
5994
|
opacity: var(--bs-backdrop-opacity);
|
|
5976
5995
|
}
|
|
5977
5996
|
|
|
5978
|
-
.modal-header,
|
|
5997
|
+
.modal-header, .qbo-modal div.qbo-modal-dialog div.qbo-modal-content div.qbo-modal-header, .qbo-modal header {
|
|
5979
5998
|
display: flex;
|
|
5980
5999
|
flex-shrink: 0;
|
|
5981
6000
|
align-items: center;
|
|
@@ -5984,7 +6003,7 @@ nav.qbo-mainmenu > .container-xxl {
|
|
|
5984
6003
|
border-top-left-radius: var(--bs-modal-inner-border-radius);
|
|
5985
6004
|
border-top-right-radius: var(--bs-modal-inner-border-radius);
|
|
5986
6005
|
}
|
|
5987
|
-
.modal-header .btn-close,
|
|
6006
|
+
.modal-header .btn-close, .qbo-modal div.qbo-modal-dialog div.qbo-modal-content div.qbo-modal-header .btn-close, .qbo-modal header .btn-close {
|
|
5988
6007
|
padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
|
|
5989
6008
|
margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
|
|
5990
6009
|
}
|
|
@@ -5994,13 +6013,13 @@ nav.qbo-mainmenu > .container-xxl {
|
|
|
5994
6013
|
line-height: var(--bs-modal-title-line-height);
|
|
5995
6014
|
}
|
|
5996
6015
|
|
|
5997
|
-
.modal-body,
|
|
6016
|
+
.modal-body, .qbo-modal div.qbo-modal-dialog div.qbo-modal-content div.qbo-modal-body, .qbo-modal div {
|
|
5998
6017
|
position: relative;
|
|
5999
6018
|
flex: 1 1 auto;
|
|
6000
6019
|
padding: var(--bs-modal-padding);
|
|
6001
6020
|
}
|
|
6002
6021
|
|
|
6003
|
-
.modal-footer,
|
|
6022
|
+
.modal-footer, .qbo-modal div.qbo-modal-dialog div.qbo-modal-content div.qbo-modal-footer, .qbo-modal footer {
|
|
6004
6023
|
display: flex;
|
|
6005
6024
|
flex-shrink: 0;
|
|
6006
6025
|
flex-wrap: wrap;
|
|
@@ -6012,16 +6031,16 @@ nav.qbo-mainmenu > .container-xxl {
|
|
|
6012
6031
|
border-bottom-right-radius: var(--bs-modal-inner-border-radius);
|
|
6013
6032
|
border-bottom-left-radius: var(--bs-modal-inner-border-radius);
|
|
6014
6033
|
}
|
|
6015
|
-
.modal-footer > *,
|
|
6034
|
+
.modal-footer > *, .qbo-modal div.qbo-modal-dialog div.qbo-modal-content div.qbo-modal-footer > *, .qbo-modal footer > * {
|
|
6016
6035
|
margin: calc(var(--bs-modal-footer-gap) * 0.5);
|
|
6017
6036
|
}
|
|
6018
6037
|
|
|
6019
6038
|
@media (min-width: 576px) {
|
|
6020
|
-
.modal,
|
|
6039
|
+
.modal, .qbo-modal {
|
|
6021
6040
|
--bs-modal-margin: 1.75rem;
|
|
6022
6041
|
--bs-modal-box-shadow: var(--bs-box-shadow);
|
|
6023
6042
|
}
|
|
6024
|
-
.modal-dialog,
|
|
6043
|
+
.modal-dialog, .qbo-modal div.qbo-modal-dialog, .qbo-modal dialog {
|
|
6025
6044
|
max-width: var(--bs-modal-width);
|
|
6026
6045
|
margin-right: auto;
|
|
6027
6046
|
margin-left: auto;
|
|
@@ -6047,18 +6066,20 @@ nav.qbo-mainmenu > .container-xxl {
|
|
|
6047
6066
|
height: 100%;
|
|
6048
6067
|
margin: 0;
|
|
6049
6068
|
}
|
|
6050
|
-
.modal-fullscreen .modal-content, .modal-fullscreen
|
|
6069
|
+
.modal-fullscreen .modal-content, .modal-fullscreen .qbo-modal div.qbo-modal-dialog div.qbo-modal-content, .qbo-modal div.qbo-modal-dialog .modal-fullscreen div.qbo-modal-content {
|
|
6051
6070
|
height: 100%;
|
|
6052
6071
|
border: 0;
|
|
6053
6072
|
border-radius: 0;
|
|
6054
6073
|
}
|
|
6055
|
-
.modal-fullscreen .modal-header, .modal-fullscreen
|
|
6074
|
+
.modal-fullscreen .modal-header, .modal-fullscreen .qbo-modal div.qbo-modal-dialog div.qbo-modal-content div.qbo-modal-header, .qbo-modal div.qbo-modal-dialog div.qbo-modal-content .modal-fullscreen div.qbo-modal-header, .modal-fullscreen .qbo-modal header, .qbo-modal .modal-fullscreen header,
|
|
6056
6075
|
.modal-fullscreen .modal-footer,
|
|
6057
|
-
.modal-fullscreen
|
|
6058
|
-
|
|
6076
|
+
.modal-fullscreen .qbo-modal div.qbo-modal-dialog div.qbo-modal-content div.qbo-modal-footer,
|
|
6077
|
+
.qbo-modal div.qbo-modal-dialog div.qbo-modal-content .modal-fullscreen div.qbo-modal-footer,
|
|
6078
|
+
.modal-fullscreen .qbo-modal footer,
|
|
6079
|
+
.qbo-modal .modal-fullscreen footer {
|
|
6059
6080
|
border-radius: 0;
|
|
6060
6081
|
}
|
|
6061
|
-
.modal-fullscreen .modal-body, .modal-fullscreen
|
|
6082
|
+
.modal-fullscreen .modal-body, .modal-fullscreen .qbo-modal div.qbo-modal-dialog div.qbo-modal-content div.qbo-modal-body, .qbo-modal div.qbo-modal-dialog div.qbo-modal-content .modal-fullscreen div.qbo-modal-body, .modal-fullscreen .qbo-modal div, .qbo-modal .modal-fullscreen div {
|
|
6062
6083
|
overflow-y: auto;
|
|
6063
6084
|
}
|
|
6064
6085
|
|
|
@@ -6069,18 +6090,20 @@ div.qbo-modal div.qbo-modal-dialog div.qbo-modal-content .modal-fullscreen div.q
|
|
|
6069
6090
|
height: 100%;
|
|
6070
6091
|
margin: 0;
|
|
6071
6092
|
}
|
|
6072
|
-
.modal-fullscreen-sm-down .modal-content, .modal-fullscreen-sm-down
|
|
6093
|
+
.modal-fullscreen-sm-down .modal-content, .modal-fullscreen-sm-down .qbo-modal div.qbo-modal-dialog div.qbo-modal-content, .qbo-modal div.qbo-modal-dialog .modal-fullscreen-sm-down div.qbo-modal-content {
|
|
6073
6094
|
height: 100%;
|
|
6074
6095
|
border: 0;
|
|
6075
6096
|
border-radius: 0;
|
|
6076
6097
|
}
|
|
6077
|
-
.modal-fullscreen-sm-down .modal-header, .modal-fullscreen-sm-down
|
|
6098
|
+
.modal-fullscreen-sm-down .modal-header, .modal-fullscreen-sm-down .qbo-modal div.qbo-modal-dialog div.qbo-modal-content div.qbo-modal-header, .qbo-modal div.qbo-modal-dialog div.qbo-modal-content .modal-fullscreen-sm-down div.qbo-modal-header, .modal-fullscreen-sm-down .qbo-modal header, .qbo-modal .modal-fullscreen-sm-down header,
|
|
6078
6099
|
.modal-fullscreen-sm-down .modal-footer,
|
|
6079
|
-
.modal-fullscreen-sm-down
|
|
6080
|
-
|
|
6100
|
+
.modal-fullscreen-sm-down .qbo-modal div.qbo-modal-dialog div.qbo-modal-content div.qbo-modal-footer,
|
|
6101
|
+
.qbo-modal div.qbo-modal-dialog div.qbo-modal-content .modal-fullscreen-sm-down div.qbo-modal-footer,
|
|
6102
|
+
.modal-fullscreen-sm-down .qbo-modal footer,
|
|
6103
|
+
.qbo-modal .modal-fullscreen-sm-down footer {
|
|
6081
6104
|
border-radius: 0;
|
|
6082
6105
|
}
|
|
6083
|
-
.modal-fullscreen-sm-down .modal-body, .modal-fullscreen-sm-down
|
|
6106
|
+
.modal-fullscreen-sm-down .modal-body, .modal-fullscreen-sm-down .qbo-modal div.qbo-modal-dialog div.qbo-modal-content div.qbo-modal-body, .qbo-modal div.qbo-modal-dialog div.qbo-modal-content .modal-fullscreen-sm-down div.qbo-modal-body, .modal-fullscreen-sm-down .qbo-modal div, .qbo-modal .modal-fullscreen-sm-down div {
|
|
6084
6107
|
overflow-y: auto;
|
|
6085
6108
|
}
|
|
6086
6109
|
}
|
|
@@ -6091,18 +6114,20 @@ div.qbo-modal div.qbo-modal-dialog div.qbo-modal-content .modal-fullscreen div.q
|
|
|
6091
6114
|
height: 100%;
|
|
6092
6115
|
margin: 0;
|
|
6093
6116
|
}
|
|
6094
|
-
.modal-fullscreen-md-down .modal-content, .modal-fullscreen-md-down
|
|
6117
|
+
.modal-fullscreen-md-down .modal-content, .modal-fullscreen-md-down .qbo-modal div.qbo-modal-dialog div.qbo-modal-content, .qbo-modal div.qbo-modal-dialog .modal-fullscreen-md-down div.qbo-modal-content {
|
|
6095
6118
|
height: 100%;
|
|
6096
6119
|
border: 0;
|
|
6097
6120
|
border-radius: 0;
|
|
6098
6121
|
}
|
|
6099
|
-
.modal-fullscreen-md-down .modal-header, .modal-fullscreen-md-down
|
|
6122
|
+
.modal-fullscreen-md-down .modal-header, .modal-fullscreen-md-down .qbo-modal div.qbo-modal-dialog div.qbo-modal-content div.qbo-modal-header, .qbo-modal div.qbo-modal-dialog div.qbo-modal-content .modal-fullscreen-md-down div.qbo-modal-header, .modal-fullscreen-md-down .qbo-modal header, .qbo-modal .modal-fullscreen-md-down header,
|
|
6100
6123
|
.modal-fullscreen-md-down .modal-footer,
|
|
6101
|
-
.modal-fullscreen-md-down
|
|
6102
|
-
|
|
6124
|
+
.modal-fullscreen-md-down .qbo-modal div.qbo-modal-dialog div.qbo-modal-content div.qbo-modal-footer,
|
|
6125
|
+
.qbo-modal div.qbo-modal-dialog div.qbo-modal-content .modal-fullscreen-md-down div.qbo-modal-footer,
|
|
6126
|
+
.modal-fullscreen-md-down .qbo-modal footer,
|
|
6127
|
+
.qbo-modal .modal-fullscreen-md-down footer {
|
|
6103
6128
|
border-radius: 0;
|
|
6104
6129
|
}
|
|
6105
|
-
.modal-fullscreen-md-down .modal-body, .modal-fullscreen-md-down
|
|
6130
|
+
.modal-fullscreen-md-down .modal-body, .modal-fullscreen-md-down .qbo-modal div.qbo-modal-dialog div.qbo-modal-content div.qbo-modal-body, .qbo-modal div.qbo-modal-dialog div.qbo-modal-content .modal-fullscreen-md-down div.qbo-modal-body, .modal-fullscreen-md-down .qbo-modal div, .qbo-modal .modal-fullscreen-md-down div {
|
|
6106
6131
|
overflow-y: auto;
|
|
6107
6132
|
}
|
|
6108
6133
|
}
|
|
@@ -6113,18 +6138,20 @@ div.qbo-modal div.qbo-modal-dialog div.qbo-modal-content .modal-fullscreen div.q
|
|
|
6113
6138
|
height: 100%;
|
|
6114
6139
|
margin: 0;
|
|
6115
6140
|
}
|
|
6116
|
-
.modal-fullscreen-lg-down .modal-content, .modal-fullscreen-lg-down
|
|
6141
|
+
.modal-fullscreen-lg-down .modal-content, .modal-fullscreen-lg-down .qbo-modal div.qbo-modal-dialog div.qbo-modal-content, .qbo-modal div.qbo-modal-dialog .modal-fullscreen-lg-down div.qbo-modal-content {
|
|
6117
6142
|
height: 100%;
|
|
6118
6143
|
border: 0;
|
|
6119
6144
|
border-radius: 0;
|
|
6120
6145
|
}
|
|
6121
|
-
.modal-fullscreen-lg-down .modal-header, .modal-fullscreen-lg-down
|
|
6146
|
+
.modal-fullscreen-lg-down .modal-header, .modal-fullscreen-lg-down .qbo-modal div.qbo-modal-dialog div.qbo-modal-content div.qbo-modal-header, .qbo-modal div.qbo-modal-dialog div.qbo-modal-content .modal-fullscreen-lg-down div.qbo-modal-header, .modal-fullscreen-lg-down .qbo-modal header, .qbo-modal .modal-fullscreen-lg-down header,
|
|
6122
6147
|
.modal-fullscreen-lg-down .modal-footer,
|
|
6123
|
-
.modal-fullscreen-lg-down
|
|
6124
|
-
|
|
6148
|
+
.modal-fullscreen-lg-down .qbo-modal div.qbo-modal-dialog div.qbo-modal-content div.qbo-modal-footer,
|
|
6149
|
+
.qbo-modal div.qbo-modal-dialog div.qbo-modal-content .modal-fullscreen-lg-down div.qbo-modal-footer,
|
|
6150
|
+
.modal-fullscreen-lg-down .qbo-modal footer,
|
|
6151
|
+
.qbo-modal .modal-fullscreen-lg-down footer {
|
|
6125
6152
|
border-radius: 0;
|
|
6126
6153
|
}
|
|
6127
|
-
.modal-fullscreen-lg-down .modal-body, .modal-fullscreen-lg-down
|
|
6154
|
+
.modal-fullscreen-lg-down .modal-body, .modal-fullscreen-lg-down .qbo-modal div.qbo-modal-dialog div.qbo-modal-content div.qbo-modal-body, .qbo-modal div.qbo-modal-dialog div.qbo-modal-content .modal-fullscreen-lg-down div.qbo-modal-body, .modal-fullscreen-lg-down .qbo-modal div, .qbo-modal .modal-fullscreen-lg-down div {
|
|
6128
6155
|
overflow-y: auto;
|
|
6129
6156
|
}
|
|
6130
6157
|
}
|
|
@@ -6135,18 +6162,20 @@ div.qbo-modal div.qbo-modal-dialog div.qbo-modal-content .modal-fullscreen div.q
|
|
|
6135
6162
|
height: 100%;
|
|
6136
6163
|
margin: 0;
|
|
6137
6164
|
}
|
|
6138
|
-
.modal-fullscreen-xl-down .modal-content, .modal-fullscreen-xl-down
|
|
6165
|
+
.modal-fullscreen-xl-down .modal-content, .modal-fullscreen-xl-down .qbo-modal div.qbo-modal-dialog div.qbo-modal-content, .qbo-modal div.qbo-modal-dialog .modal-fullscreen-xl-down div.qbo-modal-content {
|
|
6139
6166
|
height: 100%;
|
|
6140
6167
|
border: 0;
|
|
6141
6168
|
border-radius: 0;
|
|
6142
6169
|
}
|
|
6143
|
-
.modal-fullscreen-xl-down .modal-header, .modal-fullscreen-xl-down
|
|
6170
|
+
.modal-fullscreen-xl-down .modal-header, .modal-fullscreen-xl-down .qbo-modal div.qbo-modal-dialog div.qbo-modal-content div.qbo-modal-header, .qbo-modal div.qbo-modal-dialog div.qbo-modal-content .modal-fullscreen-xl-down div.qbo-modal-header, .modal-fullscreen-xl-down .qbo-modal header, .qbo-modal .modal-fullscreen-xl-down header,
|
|
6144
6171
|
.modal-fullscreen-xl-down .modal-footer,
|
|
6145
|
-
.modal-fullscreen-xl-down
|
|
6146
|
-
|
|
6172
|
+
.modal-fullscreen-xl-down .qbo-modal div.qbo-modal-dialog div.qbo-modal-content div.qbo-modal-footer,
|
|
6173
|
+
.qbo-modal div.qbo-modal-dialog div.qbo-modal-content .modal-fullscreen-xl-down div.qbo-modal-footer,
|
|
6174
|
+
.modal-fullscreen-xl-down .qbo-modal footer,
|
|
6175
|
+
.qbo-modal .modal-fullscreen-xl-down footer {
|
|
6147
6176
|
border-radius: 0;
|
|
6148
6177
|
}
|
|
6149
|
-
.modal-fullscreen-xl-down .modal-body, .modal-fullscreen-xl-down
|
|
6178
|
+
.modal-fullscreen-xl-down .modal-body, .modal-fullscreen-xl-down .qbo-modal div.qbo-modal-dialog div.qbo-modal-content div.qbo-modal-body, .qbo-modal div.qbo-modal-dialog div.qbo-modal-content .modal-fullscreen-xl-down div.qbo-modal-body, .modal-fullscreen-xl-down .qbo-modal div, .qbo-modal .modal-fullscreen-xl-down div {
|
|
6150
6179
|
overflow-y: auto;
|
|
6151
6180
|
}
|
|
6152
6181
|
}
|
|
@@ -6157,18 +6186,20 @@ div.qbo-modal div.qbo-modal-dialog div.qbo-modal-content .modal-fullscreen div.q
|
|
|
6157
6186
|
height: 100%;
|
|
6158
6187
|
margin: 0;
|
|
6159
6188
|
}
|
|
6160
|
-
.modal-fullscreen-xxl-down .modal-content, .modal-fullscreen-xxl-down
|
|
6189
|
+
.modal-fullscreen-xxl-down .modal-content, .modal-fullscreen-xxl-down .qbo-modal div.qbo-modal-dialog div.qbo-modal-content, .qbo-modal div.qbo-modal-dialog .modal-fullscreen-xxl-down div.qbo-modal-content {
|
|
6161
6190
|
height: 100%;
|
|
6162
6191
|
border: 0;
|
|
6163
6192
|
border-radius: 0;
|
|
6164
6193
|
}
|
|
6165
|
-
.modal-fullscreen-xxl-down .modal-header, .modal-fullscreen-xxl-down
|
|
6194
|
+
.modal-fullscreen-xxl-down .modal-header, .modal-fullscreen-xxl-down .qbo-modal div.qbo-modal-dialog div.qbo-modal-content div.qbo-modal-header, .qbo-modal div.qbo-modal-dialog div.qbo-modal-content .modal-fullscreen-xxl-down div.qbo-modal-header, .modal-fullscreen-xxl-down .qbo-modal header, .qbo-modal .modal-fullscreen-xxl-down header,
|
|
6166
6195
|
.modal-fullscreen-xxl-down .modal-footer,
|
|
6167
|
-
.modal-fullscreen-xxl-down
|
|
6168
|
-
|
|
6196
|
+
.modal-fullscreen-xxl-down .qbo-modal div.qbo-modal-dialog div.qbo-modal-content div.qbo-modal-footer,
|
|
6197
|
+
.qbo-modal div.qbo-modal-dialog div.qbo-modal-content .modal-fullscreen-xxl-down div.qbo-modal-footer,
|
|
6198
|
+
.modal-fullscreen-xxl-down .qbo-modal footer,
|
|
6199
|
+
.qbo-modal .modal-fullscreen-xxl-down footer {
|
|
6169
6200
|
border-radius: 0;
|
|
6170
6201
|
}
|
|
6171
|
-
.modal-fullscreen-xxl-down .modal-body, .modal-fullscreen-xxl-down
|
|
6202
|
+
.modal-fullscreen-xxl-down .modal-body, .modal-fullscreen-xxl-down .qbo-modal div.qbo-modal-dialog div.qbo-modal-content div.qbo-modal-body, .qbo-modal div.qbo-modal-dialog div.qbo-modal-content .modal-fullscreen-xxl-down div.qbo-modal-body, .modal-fullscreen-xxl-down .qbo-modal div, .qbo-modal .modal-fullscreen-xxl-down div {
|
|
6172
6203
|
overflow-y: auto;
|
|
6173
6204
|
}
|
|
6174
6205
|
}
|
|
@@ -6464,7 +6495,7 @@ div.qbo-modal div.qbo-modal-dialog div.qbo-modal-content .modal-fullscreen div.q
|
|
|
6464
6495
|
}
|
|
6465
6496
|
}
|
|
6466
6497
|
|
|
6467
|
-
.carousel-item.active, nav.qbo-breadcrumb > div > nav > ul > li.carousel-item:last-child,
|
|
6498
|
+
.carousel-item.active, nav.qbo-breadcrumb > div > nav > ul > li.carousel-item:last-child, .qbo-paginate li.carousel-item.active,
|
|
6468
6499
|
.carousel-item-next,
|
|
6469
6500
|
.carousel-item-prev {
|
|
6470
6501
|
display: block;
|
|
@@ -6472,13 +6503,15 @@ div.qbo-modal div.qbo-modal-dialog div.qbo-modal-content .modal-fullscreen div.q
|
|
|
6472
6503
|
|
|
6473
6504
|
.carousel-item-next:not(.carousel-item-start),
|
|
6474
6505
|
.active.carousel-item-end,
|
|
6475
|
-
nav.qbo-breadcrumb > div > nav > ul > li.carousel-item-end:last-child
|
|
6506
|
+
nav.qbo-breadcrumb > div > nav > ul > li.carousel-item-end:last-child,
|
|
6507
|
+
.qbo-paginate li.carousel-item-end.active {
|
|
6476
6508
|
transform: translateX(100%);
|
|
6477
6509
|
}
|
|
6478
6510
|
|
|
6479
6511
|
.carousel-item-prev:not(.carousel-item-end),
|
|
6480
6512
|
.active.carousel-item-start,
|
|
6481
|
-
nav.qbo-breadcrumb > div > nav > ul > li.carousel-item-start:last-child
|
|
6513
|
+
nav.qbo-breadcrumb > div > nav > ul > li.carousel-item-start:last-child,
|
|
6514
|
+
.qbo-paginate li.carousel-item-start.active {
|
|
6482
6515
|
transform: translateX(-100%);
|
|
6483
6516
|
}
|
|
6484
6517
|
|
|
@@ -6603,7 +6636,7 @@ nav.qbo-breadcrumb > div > nav > ul > li.carousel-item-start:last-child {
|
|
|
6603
6636
|
transition: none;
|
|
6604
6637
|
}
|
|
6605
6638
|
}
|
|
6606
|
-
.carousel-indicators .active, .carousel-indicators nav.qbo-breadcrumb > div > nav > ul > li:last-child {
|
|
6639
|
+
.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 {
|
|
6607
6640
|
opacity: 1;
|
|
6608
6641
|
}
|
|
6609
6642
|
|
|
@@ -8162,11 +8195,11 @@ nav.qbo-breadcrumb > div > nav > ul > li.carousel-item-start:last-child {
|
|
|
8162
8195
|
justify-content: flex-start !important;
|
|
8163
8196
|
}
|
|
8164
8197
|
|
|
8165
|
-
.justify-content-end {
|
|
8198
|
+
.justify-content-end, .qbo-paginate.right {
|
|
8166
8199
|
justify-content: flex-end !important;
|
|
8167
8200
|
}
|
|
8168
8201
|
|
|
8169
|
-
.justify-content-center {
|
|
8202
|
+
.justify-content-center, .qbo-paginate.center {
|
|
8170
8203
|
justify-content: center !important;
|
|
8171
8204
|
}
|
|
8172
8205
|
|
|
@@ -20655,7 +20688,6 @@ nav.qbo-breadcrumb > div > nav > ul > li.carousel-item-start:last-child {
|
|
|
20655
20688
|
display: none;
|
|
20656
20689
|
}
|
|
20657
20690
|
|
|
20658
|
-
/*@import "./qbo-form.scss";*/
|
|
20659
20691
|
.qbo-breadcrumb {
|
|
20660
20692
|
z-index: 999 !important;
|
|
20661
20693
|
}
|
|
@@ -20880,7 +20912,7 @@ nav.qbo-breadcrumb > div > nav > ul {
|
|
|
20880
20912
|
transform: rotate(90deg);
|
|
20881
20913
|
}
|
|
20882
20914
|
|
|
20883
|
-
.bd-links .active, .bd-links nav.qbo-breadcrumb > div > nav > ul > li:last-child, aside.qbo-sidebar > nav .active {
|
|
20915
|
+
.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 {
|
|
20884
20916
|
font-weight: 600;
|
|
20885
20917
|
color: rgba(0, 0, 0, 0.85);
|
|
20886
20918
|
}
|
|
@@ -20999,7 +21031,7 @@ div.qbo-form form > * > slot div.qbo-form > textarea.qbo-sm + textarea.qbo-sm {
|
|
|
20999
21031
|
margin: 1rem -1.5rem -1.5rem;
|
|
21000
21032
|
}
|
|
21001
21033
|
}
|
|
21002
|
-
.bd-example .pagination, div.qbo-form .pagination {
|
|
21034
|
+
.bd-example .pagination, div.qbo-form .pagination, .bd-example .qbo-paginate, div.qbo-form .qbo-paginate {
|
|
21003
21035
|
margin-top: 0.5rem;
|
|
21004
21036
|
margin-bottom: 0.5rem;
|
|
21005
21037
|
}
|
|
@@ -21055,6 +21087,9 @@ div.qbo-form form > * > slot div.qbo-form > textarea.qbo-sm + textarea.qbo-sm {
|
|
|
21055
21087
|
color: inherit;
|
|
21056
21088
|
}
|
|
21057
21089
|
|
|
21090
|
+
.qbo-modal {
|
|
21091
|
+
display: block;
|
|
21092
|
+
}
|
|
21058
21093
|
/* Sidebar - Start */
|
|
21059
21094
|
/* Sidebar - Start */
|
|
21060
21095
|
/* Container - Start */
|
|
@@ -21127,11 +21162,6 @@ span.qbo-input-group-text {
|
|
|
21127
21162
|
/* Input - End */
|
|
21128
21163
|
/* Float - Start */
|
|
21129
21164
|
/* Float - End */
|
|
21130
|
-
/* Modal - Start */
|
|
21131
|
-
div.qbo-modal {
|
|
21132
|
-
display: block;
|
|
21133
|
-
}
|
|
21134
|
-
/* Modal - End */
|
|
21135
21165
|
/* Pointer - Start */
|
|
21136
21166
|
.qbo-pointer {
|
|
21137
21167
|
cursor: pointer;
|