@coreui/coreui 5.1.1 → 5.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +51 -3
- package/dist/css/coreui-grid.css +7 -7
- package/dist/css/coreui-grid.css.map +1 -1
- package/dist/css/coreui-grid.min.css +2 -2
- package/dist/css/coreui-grid.min.css.map +1 -1
- package/dist/css/coreui-grid.rtl.css +7 -7
- package/dist/css/coreui-grid.rtl.css.map +1 -1
- package/dist/css/coreui-grid.rtl.min.css +2 -2
- package/dist/css/coreui-grid.rtl.min.css.map +1 -1
- package/dist/css/coreui-reboot.css +1 -1
- package/dist/css/coreui-reboot.css.map +1 -1
- package/dist/css/coreui-reboot.min.css +1 -1
- package/dist/css/coreui-reboot.min.css.map +1 -1
- package/dist/css/coreui-reboot.rtl.css +1 -1
- package/dist/css/coreui-reboot.rtl.css.map +1 -1
- package/dist/css/coreui-reboot.rtl.min.css +1 -1
- package/dist/css/coreui-reboot.rtl.min.css.map +1 -1
- package/dist/css/coreui-utilities.css +1 -1
- package/dist/css/coreui-utilities.css.map +1 -1
- package/dist/css/coreui-utilities.min.css +1 -1
- package/dist/css/coreui-utilities.min.css.map +1 -1
- package/dist/css/coreui-utilities.rtl.css +1 -1
- package/dist/css/coreui-utilities.rtl.css.map +1 -1
- package/dist/css/coreui-utilities.rtl.min.css +1 -1
- package/dist/css/coreui-utilities.rtl.min.css.map +1 -1
- package/dist/css/coreui.css +129 -215
- package/dist/css/coreui.css.map +1 -1
- package/dist/css/coreui.min.css +2 -2
- package/dist/css/coreui.min.css.map +1 -1
- package/dist/css/coreui.rtl.css +128 -212
- package/dist/css/coreui.rtl.css.map +1 -1
- package/dist/css/coreui.rtl.min.css +2 -2
- package/dist/css/coreui.rtl.min.css.map +1 -1
- package/dist/css/themes/bootstrap/bootstrap.css +2419 -2501
- package/dist/css/themes/bootstrap/bootstrap.css.map +1 -1
- package/dist/css/themes/bootstrap/bootstrap.min.css +2 -2
- package/dist/css/themes/bootstrap/bootstrap.min.css.map +1 -1
- package/dist/css/themes/bootstrap/bootstrap.rtl.css +2418 -2501
- package/dist/css/themes/bootstrap/bootstrap.rtl.css.map +1 -1
- package/dist/css/themes/bootstrap/bootstrap.rtl.min.css +2 -2
- package/dist/css/themes/bootstrap/bootstrap.rtl.min.css.map +1 -1
- package/dist/js/bootstrap.bundle.js +41 -41
- package/dist/js/bootstrap.bundle.js.map +1 -1
- package/dist/js/bootstrap.bundle.min.js +2 -2
- package/dist/js/bootstrap.bundle.min.js.map +1 -1
- package/dist/js/bootstrap.esm.js +57 -57
- package/dist/js/bootstrap.esm.js.map +1 -1
- package/dist/js/bootstrap.esm.min.js +2 -2
- package/dist/js/bootstrap.esm.min.js.map +1 -1
- package/dist/js/bootstrap.js +57 -57
- package/dist/js/bootstrap.js.map +1 -1
- package/dist/js/bootstrap.min.js +2 -2
- package/dist/js/bootstrap.min.js.map +1 -1
- package/dist/js/coreui.bundle.js +8 -8
- package/dist/js/coreui.bundle.js.map +1 -1
- package/dist/js/coreui.bundle.min.js +2 -2
- package/dist/js/coreui.bundle.min.js.map +1 -1
- package/dist/js/coreui.esm.js +8 -8
- package/dist/js/coreui.esm.js.map +1 -1
- package/dist/js/coreui.esm.min.js +2 -2
- package/dist/js/coreui.esm.min.js.map +1 -1
- package/dist/js/coreui.js +8 -8
- package/dist/js/coreui.js.map +1 -1
- package/dist/js/coreui.min.js +2 -2
- package/dist/js/coreui.min.js.map +1 -1
- package/js/dist/alert.js +1 -1
- package/js/dist/alert.js.map +1 -1
- package/js/dist/base-component.js +2 -2
- package/js/dist/base-component.js.map +1 -1
- package/js/dist/button.js +1 -1
- package/js/dist/button.js.map +1 -1
- package/js/dist/carousel.js +1 -1
- package/js/dist/carousel.js.map +1 -1
- package/js/dist/collapse.js +1 -1
- package/js/dist/collapse.js.map +1 -1
- package/js/dist/dom/data.js +1 -1
- package/js/dist/dom/data.js.map +1 -1
- package/js/dist/dom/event-handler.js +1 -1
- package/js/dist/dom/event-handler.js.map +1 -1
- package/js/dist/dom/manipulator.js +2 -2
- package/js/dist/dom/manipulator.js.map +1 -1
- package/js/dist/dom/selector-engine.js +1 -1
- package/js/dist/dom/selector-engine.js.map +1 -1
- package/js/dist/dropdown.js +2 -2
- package/js/dist/dropdown.js.map +1 -1
- package/js/dist/modal.js +1 -1
- package/js/dist/modal.js.map +1 -1
- package/js/dist/navigation.js +1 -1
- package/js/dist/navigation.js.map +1 -1
- package/js/dist/offcanvas.js +1 -1
- package/js/dist/offcanvas.js.map +1 -1
- package/js/dist/popover.js +1 -1
- package/js/dist/popover.js.map +1 -1
- package/js/dist/scrollspy.js +1 -1
- package/js/dist/scrollspy.js.map +1 -1
- package/js/dist/sidebar.js +1 -1
- package/js/dist/sidebar.js.map +1 -1
- package/js/dist/tab.js +1 -1
- package/js/dist/tab.js.map +1 -1
- package/js/dist/toast.js +1 -1
- package/js/dist/toast.js.map +1 -1
- package/js/dist/tooltip.js +3 -3
- package/js/dist/tooltip.js.map +1 -1
- package/js/dist/util/backdrop.js +1 -1
- package/js/dist/util/backdrop.js.map +1 -1
- package/js/dist/util/component-functions.js +1 -1
- package/js/dist/util/component-functions.js.map +1 -1
- package/js/dist/util/config.js +1 -1
- package/js/dist/util/config.js.map +1 -1
- package/js/dist/util/focustrap.js +1 -1
- package/js/dist/util/focustrap.js.map +1 -1
- package/js/dist/util/index.js +2 -2
- package/js/dist/util/index.js.map +1 -1
- package/js/dist/util/sanitizer.js +1 -1
- package/js/dist/util/sanitizer.js.map +1 -1
- package/js/dist/util/scrollbar.js +1 -1
- package/js/dist/util/scrollbar.js.map +1 -1
- package/js/dist/util/swipe.js +1 -1
- package/js/dist/util/swipe.js.map +1 -1
- package/js/dist/util/template-factory.js +2 -2
- package/js/dist/util/template-factory.js.map +1 -1
- package/js/src/base-component.js +1 -1
- package/js/src/dom/manipulator.js +1 -1
- package/js/src/dropdown.js +1 -1
- package/js/src/tooltip.js +2 -2
- package/js/src/util/index.js +1 -1
- package/js/src/util/template-factory.js +1 -1
- package/package.json +27 -25
- package/scss/_accordion.scss +4 -9
- package/scss/_button-group.scss +6 -1
- package/scss/_card.scss +1 -2
- package/scss/_functions.scss +1 -1
- package/scss/_nav.scss +1 -1
- package/scss/_navbar.scss +1 -1
- package/scss/_variables-dark.scss +2 -2
- package/scss/_variables.scss +11 -9
- package/scss/forms/_floating-labels.scss +17 -16
- package/scss/mixins/_banner.scss +1 -1
- package/scss/mixins/_grid.scss +1 -1
- package/scss/mixins/_visually-hidden.scss +1 -1
- package/scss/sidebar/_sidebar-narrow.scss +19 -45
- package/scss/sidebar/_sidebar-nav.scss +3 -2
- package/scss/sidebar/_sidebar.scss +66 -101
- package/scss/themes/bootstrap/bootstrap.rtl.scss +0 -2
- package/scss/themes/bootstrap/bootstrap.scss +0 -2
- package/scss/themes/bootstrap/mixins/_banner.scss +1 -1
- package/scss/themes/bootstrap/_variables.scss +0 -2
package/dist/css/coreui.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/*!
|
|
3
|
-
* CoreUI v5.
|
|
3
|
+
* CoreUI v5.2.0 (https://coreui.io)
|
|
4
4
|
* Copyright (c) 2024 creativeLabs Łukasz Holeczek
|
|
5
5
|
* Licensed under MIT (https://github.com/coreui/coreui/blob/main/LICENSE)
|
|
6
6
|
*/
|
|
@@ -847,7 +847,7 @@ progress {
|
|
|
847
847
|
}
|
|
848
848
|
|
|
849
849
|
.col {
|
|
850
|
-
flex: 1 0 0
|
|
850
|
+
flex: 1 0 0;
|
|
851
851
|
}
|
|
852
852
|
|
|
853
853
|
.row-cols-auto > * {
|
|
@@ -1056,7 +1056,7 @@ progress {
|
|
|
1056
1056
|
|
|
1057
1057
|
@media (min-width: 576px) {
|
|
1058
1058
|
.col-sm {
|
|
1059
|
-
flex: 1 0 0
|
|
1059
|
+
flex: 1 0 0;
|
|
1060
1060
|
}
|
|
1061
1061
|
.row-cols-sm-auto > * {
|
|
1062
1062
|
flex: 0 0 auto;
|
|
@@ -1225,7 +1225,7 @@ progress {
|
|
|
1225
1225
|
}
|
|
1226
1226
|
@media (min-width: 768px) {
|
|
1227
1227
|
.col-md {
|
|
1228
|
-
flex: 1 0 0
|
|
1228
|
+
flex: 1 0 0;
|
|
1229
1229
|
}
|
|
1230
1230
|
.row-cols-md-auto > * {
|
|
1231
1231
|
flex: 0 0 auto;
|
|
@@ -1394,7 +1394,7 @@ progress {
|
|
|
1394
1394
|
}
|
|
1395
1395
|
@media (min-width: 992px) {
|
|
1396
1396
|
.col-lg {
|
|
1397
|
-
flex: 1 0 0
|
|
1397
|
+
flex: 1 0 0;
|
|
1398
1398
|
}
|
|
1399
1399
|
.row-cols-lg-auto > * {
|
|
1400
1400
|
flex: 0 0 auto;
|
|
@@ -1563,7 +1563,7 @@ progress {
|
|
|
1563
1563
|
}
|
|
1564
1564
|
@media (min-width: 1200px) {
|
|
1565
1565
|
.col-xl {
|
|
1566
|
-
flex: 1 0 0
|
|
1566
|
+
flex: 1 0 0;
|
|
1567
1567
|
}
|
|
1568
1568
|
.row-cols-xl-auto > * {
|
|
1569
1569
|
flex: 0 0 auto;
|
|
@@ -1732,7 +1732,7 @@ progress {
|
|
|
1732
1732
|
}
|
|
1733
1733
|
@media (min-width: 1400px) {
|
|
1734
1734
|
.col-xxl {
|
|
1735
|
-
flex: 1 0 0
|
|
1735
|
+
flex: 1 0 0;
|
|
1736
1736
|
}
|
|
1737
1737
|
.row-cols-xxl-auto > * {
|
|
1738
1738
|
flex: 0 0 auto;
|
|
@@ -2681,9 +2681,11 @@ textarea.form-control-lg {
|
|
|
2681
2681
|
top: 0;
|
|
2682
2682
|
left: 0;
|
|
2683
2683
|
z-index: 2;
|
|
2684
|
+
max-width: 100%;
|
|
2684
2685
|
height: 100%;
|
|
2685
2686
|
padding: 1rem 0.75rem;
|
|
2686
2687
|
overflow: hidden;
|
|
2688
|
+
color: rgba(var(--cui-body-color-rgb), 0.65);
|
|
2687
2689
|
text-align: start;
|
|
2688
2690
|
text-overflow: ellipsis;
|
|
2689
2691
|
white-space: nowrap;
|
|
@@ -2728,17 +2730,18 @@ textarea.form-control-lg {
|
|
|
2728
2730
|
padding-bottom: 0.625rem;
|
|
2729
2731
|
}
|
|
2730
2732
|
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
|
|
2731
|
-
color: rgba(var(--cui-body-color-rgb), 0.65);
|
|
2732
2733
|
transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
|
|
2733
2734
|
}
|
|
2734
2735
|
.form-floating > .form-control:focus ~ label,
|
|
2735
2736
|
.form-floating > .form-control:not(:placeholder-shown) ~ label,
|
|
2736
2737
|
.form-floating > .form-control-plaintext ~ label,
|
|
2737
2738
|
.form-floating > .form-select ~ label {
|
|
2738
|
-
color: rgba(var(--cui-body-color-rgb), 0.65);
|
|
2739
2739
|
transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
|
|
2740
2740
|
}
|
|
2741
|
-
.form-floating > .form-control
|
|
2741
|
+
.form-floating > .form-control:-webkit-autofill ~ label {
|
|
2742
|
+
transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
|
|
2743
|
+
}
|
|
2744
|
+
.form-floating > textarea:not(:-moz-placeholder-shown) ~ label::after {
|
|
2742
2745
|
position: absolute;
|
|
2743
2746
|
inset: 1rem 0.375rem;
|
|
2744
2747
|
z-index: -1;
|
|
@@ -2747,10 +2750,8 @@ textarea.form-control-lg {
|
|
|
2747
2750
|
background-color: var(--cui-body-bg);
|
|
2748
2751
|
border-radius: var(--cui-border-radius);
|
|
2749
2752
|
}
|
|
2750
|
-
.form-floating >
|
|
2751
|
-
.form-floating >
|
|
2752
|
-
.form-floating > .form-control-plaintext ~ label::after,
|
|
2753
|
-
.form-floating > .form-select ~ label::after {
|
|
2753
|
+
.form-floating > textarea:focus ~ label::after,
|
|
2754
|
+
.form-floating > textarea:not(:placeholder-shown) ~ label::after {
|
|
2754
2755
|
position: absolute;
|
|
2755
2756
|
inset: 1rem 0.375rem;
|
|
2756
2757
|
z-index: -1;
|
|
@@ -2759,9 +2760,8 @@ textarea.form-control-lg {
|
|
|
2759
2760
|
background-color: var(--cui-body-bg);
|
|
2760
2761
|
border-radius: var(--cui-border-radius);
|
|
2761
2762
|
}
|
|
2762
|
-
.form-floating >
|
|
2763
|
-
color:
|
|
2764
|
-
transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
|
|
2763
|
+
.form-floating > textarea:disabled ~ label::after {
|
|
2764
|
+
background-color: var(--cui-secondary-bg);
|
|
2765
2765
|
}
|
|
2766
2766
|
.form-floating > .form-control-plaintext ~ label {
|
|
2767
2767
|
border-width: var(--cui-border-width) 0;
|
|
@@ -2770,10 +2770,6 @@ textarea.form-control-lg {
|
|
|
2770
2770
|
.form-floating > .form-control:disabled ~ label {
|
|
2771
2771
|
color: #6d7d9c;
|
|
2772
2772
|
}
|
|
2773
|
-
.form-floating > :disabled ~ label::after,
|
|
2774
|
-
.form-floating > .form-control:disabled ~ label::after {
|
|
2775
|
-
background-color: var(--cui-secondary-bg);
|
|
2776
|
-
}
|
|
2777
2773
|
|
|
2778
2774
|
.input-group {
|
|
2779
2775
|
position: relative;
|
|
@@ -2898,7 +2894,7 @@ textarea.form-control-lg {
|
|
|
2898
2894
|
.was-validated .form-control:valid, .form-control.is-valid {
|
|
2899
2895
|
border-color: var(--cui-form-valid-border-color);
|
|
2900
2896
|
padding-right: calc(1.5em + 0.75rem);
|
|
2901
|
-
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%231b9e3e' d='M2.3 6.73.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.
|
|
2897
|
+
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%231b9e3e' d='M2.3 6.73.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.1'/%3e%3c/svg%3e");
|
|
2902
2898
|
background-repeat: no-repeat;
|
|
2903
2899
|
background-position: right calc(0.375em + 0.1875rem) center;
|
|
2904
2900
|
background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
|
|
@@ -2917,7 +2913,7 @@ textarea.form-control-lg {
|
|
|
2917
2913
|
border-color: var(--cui-form-valid-border-color);
|
|
2918
2914
|
}
|
|
2919
2915
|
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
|
|
2920
|
-
--cui-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%231b9e3e' d='M2.3 6.73.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.
|
|
2916
|
+
--cui-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%231b9e3e' d='M2.3 6.73.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.1'/%3e%3c/svg%3e");
|
|
2921
2917
|
padding-right: 4.125rem;
|
|
2922
2918
|
background-position: right 0.75rem center, center right 2.25rem;
|
|
2923
2919
|
background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
|
|
@@ -4220,7 +4216,8 @@ textarea.form-control-lg {
|
|
|
4220
4216
|
border-bottom-right-radius: 0;
|
|
4221
4217
|
border-bottom-left-radius: 0;
|
|
4222
4218
|
}
|
|
4223
|
-
.btn-group-vertical > .btn
|
|
4219
|
+
.btn-group-vertical > .btn:nth-child(n+3),
|
|
4220
|
+
.btn-group-vertical > :not(.btn-check) + .btn,
|
|
4224
4221
|
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
|
|
4225
4222
|
border-top-left-radius: 0;
|
|
4226
4223
|
border-top-right-radius: 0;
|
|
@@ -4373,8 +4370,8 @@ textarea.form-control-lg {
|
|
|
4373
4370
|
|
|
4374
4371
|
.nav-justified > .nav-link,
|
|
4375
4372
|
.nav-justified .nav-item {
|
|
4376
|
-
flex-basis: 0;
|
|
4377
4373
|
flex-grow: 1;
|
|
4374
|
+
flex-basis: 0;
|
|
4378
4375
|
text-align: center;
|
|
4379
4376
|
}
|
|
4380
4377
|
|
|
@@ -4481,8 +4478,8 @@ textarea.form-control-lg {
|
|
|
4481
4478
|
}
|
|
4482
4479
|
|
|
4483
4480
|
.navbar-collapse {
|
|
4484
|
-
flex-basis: 100%;
|
|
4485
4481
|
flex-grow: 1;
|
|
4482
|
+
flex-basis: 100%;
|
|
4486
4483
|
align-items: center;
|
|
4487
4484
|
}
|
|
4488
4485
|
|
|
@@ -4977,7 +4974,7 @@ textarea.form-control-lg {
|
|
|
4977
4974
|
flex-flow: row wrap;
|
|
4978
4975
|
}
|
|
4979
4976
|
.card-group > .card {
|
|
4980
|
-
flex: 1 0 0
|
|
4977
|
+
flex: 1 0 0;
|
|
4981
4978
|
margin-bottom: 0;
|
|
4982
4979
|
}
|
|
4983
4980
|
.card-group > .card + .card {
|
|
@@ -5022,11 +5019,11 @@ textarea.form-control-lg {
|
|
|
5022
5019
|
--cui-accordion-btn-padding-y: 1rem;
|
|
5023
5020
|
--cui-accordion-btn-color: var(--cui-body-color);
|
|
5024
5021
|
--cui-accordion-btn-bg: var(--cui-accordion-bg);
|
|
5025
|
-
--cui-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='rgba%2837, 43, 54, 0.95%29' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='
|
|
5022
|
+
--cui-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='rgba%2837, 43, 54, 0.95%29' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
|
|
5026
5023
|
--cui-accordion-btn-icon-width: 1.25rem;
|
|
5027
5024
|
--cui-accordion-btn-icon-transform: rotate(-180deg);
|
|
5028
5025
|
--cui-accordion-btn-icon-transition: transform 0.2s ease-in-out;
|
|
5029
|
-
--cui-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%233634a3' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='
|
|
5026
|
+
--cui-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%233634a3' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
|
|
5030
5027
|
--cui-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(88, 86, 214, 0.25);
|
|
5031
5028
|
--cui-accordion-body-padding-x: 1.25rem;
|
|
5032
5029
|
--cui-accordion-body-padding-y: 1rem;
|
|
@@ -5136,16 +5133,15 @@ textarea.form-control-lg {
|
|
|
5136
5133
|
.accordion-flush > .accordion-item:last-child {
|
|
5137
5134
|
border-bottom: 0;
|
|
5138
5135
|
}
|
|
5139
|
-
.accordion-flush > .accordion-item > .accordion-
|
|
5140
|
-
|
|
5141
|
-
|
|
5142
|
-
.accordion-flush > .accordion-item > .accordion-collapse {
|
|
5136
|
+
.accordion-flush > .accordion-item > .accordion-collapse,
|
|
5137
|
+
.accordion-flush > .accordion-item > .accordion-header .accordion-button,
|
|
5138
|
+
.accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
|
|
5143
5139
|
border-radius: 0;
|
|
5144
5140
|
}
|
|
5145
5141
|
|
|
5146
5142
|
[data-coreui-theme=dark] .accordion-button::after {
|
|
5147
|
-
--cui-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgba%28255, 255, 255, 0.87%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.
|
|
5148
|
-
--cui-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23403f98'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.
|
|
5143
|
+
--cui-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgba%28255, 255, 255, 0.87%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
|
|
5144
|
+
--cui-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23403f98'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
|
|
5149
5145
|
}
|
|
5150
5146
|
|
|
5151
5147
|
.breadcrumb {
|
|
@@ -5850,7 +5846,7 @@ textarea.form-control-lg {
|
|
|
5850
5846
|
|
|
5851
5847
|
.btn-close {
|
|
5852
5848
|
--cui-btn-close-color: #080a0c;
|
|
5853
|
-
--cui-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23080a0c'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.
|
|
5849
|
+
--cui-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23080a0c'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
|
|
5854
5850
|
--cui-btn-close-opacity: 0.5;
|
|
5855
5851
|
--cui-btn-close-hover-opacity: 0.75;
|
|
5856
5852
|
--cui-btn-close-focus-shadow: 0 0 0 0.25rem rgba(88, 86, 214, 0.25);
|
|
@@ -6647,11 +6643,11 @@ textarea.form-control-lg {
|
|
|
6647
6643
|
} ]
|
|
6648
6644
|
} */
|
|
6649
6645
|
.carousel-control-prev-icon {
|
|
6650
|
-
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708
|
|
6646
|
+
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3e%3c/svg%3e");
|
|
6651
6647
|
}
|
|
6652
6648
|
|
|
6653
6649
|
.carousel-control-next-icon {
|
|
6654
|
-
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.
|
|
6650
|
+
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
|
|
6655
6651
|
}
|
|
6656
6652
|
|
|
6657
6653
|
.carousel-indicators {
|
|
@@ -7753,144 +7749,114 @@ textarea.form-control-lg {
|
|
|
7753
7749
|
transition: none;
|
|
7754
7750
|
}
|
|
7755
7751
|
}
|
|
7756
|
-
.sidebar.sidebar-fixed, .sidebar.sidebar-narrow, .sidebar.sidebar-narrow-unfoldable, .sidebar.sidebar-overlaid {
|
|
7757
|
-
z-index: var(--cui-sidebar-zindex);
|
|
7758
|
-
}
|
|
7759
7752
|
.sidebar:not(.sidebar-end) {
|
|
7760
7753
|
margin-left: 0;
|
|
7761
7754
|
}
|
|
7762
|
-
.sidebar:not(.sidebar-end) ~ * {
|
|
7763
|
-
--cui-sidebar-occupy-start: 16rem;
|
|
7764
|
-
}
|
|
7765
7755
|
.sidebar.sidebar-end {
|
|
7766
7756
|
order: 99;
|
|
7767
7757
|
margin-right: 0;
|
|
7768
7758
|
}
|
|
7769
|
-
.sidebar.sidebar-end ~ * {
|
|
7770
|
-
--cui-sidebar-occupy-end: 16rem;
|
|
7771
|
-
}
|
|
7772
|
-
.sidebar.sidebar-sm {
|
|
7773
|
-
--cui-sidebar-width: 12rem;
|
|
7774
|
-
}
|
|
7775
7759
|
@media (min-width: 992px) {
|
|
7776
|
-
.sidebar.sidebar-
|
|
7777
|
-
--cui-sidebar-occupy-start:
|
|
7760
|
+
.sidebar:not(.hide):not(.sidebar-narrow):not(.sidebar-narrow-unfoldable:not(:hover)):not(.sidebar-narrow-unfoldable):not(.sidebar-overlaid):not(.sidebar-end) ~ * {
|
|
7761
|
+
--cui-sidebar-occupy-start: 16rem;
|
|
7778
7762
|
}
|
|
7779
|
-
.sidebar.sidebar-
|
|
7780
|
-
--cui-sidebar-occupy-end:
|
|
7763
|
+
.sidebar:not(.hide):not(.sidebar-narrow):not(.sidebar-narrow-unfoldable:not(:hover)):not(.sidebar-narrow-unfoldable):not(.sidebar-overlaid).sidebar-end ~ * {
|
|
7764
|
+
--cui-sidebar-occupy-end: 16rem;
|
|
7781
7765
|
}
|
|
7782
|
-
}
|
|
7783
|
-
.sidebar.sidebar-lg {
|
|
7784
|
-
--cui-sidebar-width: 20rem;
|
|
7785
|
-
}
|
|
7786
|
-
@media (min-width: 992px) {
|
|
7787
|
-
.sidebar.sidebar-lg:not(.sidebar-end):not(.hide) ~ * {
|
|
7788
|
-
--cui-sidebar-occupy-start: 20rem;
|
|
7789
|
-
}
|
|
7790
|
-
.sidebar.sidebar-lg.sidebar-end:not(.hide) ~ * {
|
|
7791
|
-
--cui-sidebar-occupy-end: 20rem;
|
|
7792
|
-
}
|
|
7793
|
-
}
|
|
7794
|
-
.sidebar.sidebar-xl {
|
|
7795
|
-
--cui-sidebar-width: 24rem;
|
|
7796
|
-
}
|
|
7797
|
-
@media (min-width: 992px) {
|
|
7798
|
-
.sidebar.sidebar-xl:not(.sidebar-end):not(.hide) ~ * {
|
|
7799
|
-
--cui-sidebar-occupy-start: 24rem;
|
|
7800
|
-
}
|
|
7801
|
-
.sidebar.sidebar-xl.sidebar-end:not(.hide) ~ * {
|
|
7802
|
-
--cui-sidebar-occupy-end: 24rem;
|
|
7803
|
-
}
|
|
7804
|
-
}
|
|
7805
|
-
@media (min-width: 992px) {
|
|
7806
7766
|
.sidebar.hide:not(.sidebar-end) {
|
|
7807
7767
|
margin-left: calc(-1 * var(--cui-sidebar-width));
|
|
7808
7768
|
}
|
|
7809
|
-
.sidebar.hide:not(.sidebar-end) ~ * {
|
|
7810
|
-
--cui-sidebar-occupy-start: 0;
|
|
7811
|
-
}
|
|
7812
7769
|
.sidebar.hide.sidebar-end {
|
|
7813
7770
|
margin-right: calc(-1 * var(--cui-sidebar-width));
|
|
7814
7771
|
}
|
|
7815
|
-
.sidebar.hide.sidebar-end ~ * {
|
|
7816
|
-
--cui-sidebar-occupy-end: 0;
|
|
7817
|
-
}
|
|
7818
7772
|
}
|
|
7819
|
-
@media (
|
|
7820
|
-
.sidebar
|
|
7773
|
+
@media (max-width: 991.98px) {
|
|
7774
|
+
.sidebar {
|
|
7775
|
+
--cui-is-mobile: true;
|
|
7821
7776
|
position: fixed;
|
|
7822
7777
|
top: 0;
|
|
7823
7778
|
bottom: 0;
|
|
7779
|
+
z-index: var(--cui-sidebar-zindex);
|
|
7824
7780
|
}
|
|
7825
|
-
.sidebar
|
|
7781
|
+
.sidebar:not(.sidebar-end) {
|
|
7826
7782
|
left: 0;
|
|
7827
7783
|
}
|
|
7828
|
-
.sidebar.sidebar-
|
|
7784
|
+
.sidebar:not(.sidebar-end):not(.show) {
|
|
7785
|
+
margin-left: calc(-1 * var(--cui-sidebar-width));
|
|
7786
|
+
}
|
|
7787
|
+
.sidebar.sidebar-end {
|
|
7829
7788
|
right: 0;
|
|
7830
7789
|
}
|
|
7831
|
-
|
|
7832
|
-
|
|
7833
|
-
.sidebar.sidebar-sticky {
|
|
7834
|
-
position: -webkit-sticky;
|
|
7835
|
-
position: sticky;
|
|
7836
|
-
top: 0;
|
|
7837
|
-
height: 100vh;
|
|
7790
|
+
.sidebar.sidebar-end:not(.show) {
|
|
7791
|
+
margin-right: calc(-1 * var(--cui-sidebar-width));
|
|
7838
7792
|
}
|
|
7839
7793
|
}
|
|
7840
|
-
|
|
7841
|
-
|
|
7794
|
+
|
|
7795
|
+
.sidebar-fixed, .sidebar-narrow-unfoldable, .sidebar-overlaid {
|
|
7842
7796
|
position: fixed;
|
|
7843
7797
|
top: 0;
|
|
7844
7798
|
bottom: 0;
|
|
7799
|
+
z-index: var(--cui-sidebar-zindex);
|
|
7845
7800
|
}
|
|
7846
|
-
.sidebar.sidebar-overlaid:not(.sidebar-end) {
|
|
7801
|
+
.sidebar-fixed:not(.sidebar-end), .sidebar-narrow-unfoldable:not(.sidebar-end), .sidebar-overlaid:not(.sidebar-end) {
|
|
7847
7802
|
left: 0;
|
|
7848
|
-
margin-left: calc(-1 * var(--cui-sidebar-width));
|
|
7849
|
-
}
|
|
7850
|
-
.sidebar.sidebar-overlaid:not(.sidebar-end) ~ * {
|
|
7851
|
-
--cui-sidebar-occupy-start: 0 !important;
|
|
7852
7803
|
}
|
|
7853
|
-
.sidebar.sidebar-
|
|
7804
|
+
.sidebar-fixed.sidebar-end, .sidebar-end.sidebar-narrow-unfoldable, .sidebar-end.sidebar-overlaid {
|
|
7854
7805
|
right: 0;
|
|
7855
|
-
margin-right: calc(-1 * var(--cui-sidebar-width));
|
|
7856
7806
|
}
|
|
7857
|
-
|
|
7858
|
-
|
|
7807
|
+
|
|
7808
|
+
.sidebar-overlaid {
|
|
7809
|
+
--cui-sidebar-overlaid-box-shadow: var(--cui-box-shadow);
|
|
7810
|
+
}
|
|
7811
|
+
.sidebar-overlaid:not(.sidebar-end) {
|
|
7812
|
+
margin-left: calc(-1 * var(--cui-sidebar-width));
|
|
7813
|
+
}
|
|
7814
|
+
.sidebar-overlaid.sidebar-end {
|
|
7815
|
+
margin-right: calc(-1 * var(--cui-sidebar-width));
|
|
7859
7816
|
}
|
|
7860
|
-
.sidebar
|
|
7817
|
+
.sidebar-overlaid.show {
|
|
7861
7818
|
box-shadow: var(--cui-sidebar-overlaid-box-shadow);
|
|
7862
7819
|
}
|
|
7863
|
-
.sidebar
|
|
7820
|
+
.sidebar-overlaid.show:not(.sidebar-end) {
|
|
7864
7821
|
margin-left: 0;
|
|
7865
7822
|
}
|
|
7866
|
-
.sidebar
|
|
7823
|
+
.sidebar-overlaid.show.sidebar-end {
|
|
7867
7824
|
margin-right: 0;
|
|
7868
7825
|
}
|
|
7869
|
-
|
|
7870
|
-
|
|
7871
|
-
|
|
7872
|
-
|
|
7873
|
-
|
|
7874
|
-
|
|
7875
|
-
|
|
7876
|
-
}
|
|
7877
|
-
.sidebar:not(.sidebar-end) {
|
|
7878
|
-
left: 0;
|
|
7826
|
+
|
|
7827
|
+
.sidebar-sm {
|
|
7828
|
+
--cui-sidebar-width: 12rem;
|
|
7829
|
+
}
|
|
7830
|
+
@media (min-width: 992px) {
|
|
7831
|
+
.sidebar-sm:not(.hide):not(.sidebar-narrow):not(.sidebar-narrow-unfoldable:not(:hover)):not(.sidebar-narrow-unfoldable):not(.sidebar-overlaid):not(.sidebar-end) ~ * {
|
|
7832
|
+
--cui-sidebar-occupy-start: 12rem;
|
|
7879
7833
|
}
|
|
7880
|
-
.sidebar:not(.sidebar-end
|
|
7881
|
-
--cui-sidebar-occupy-
|
|
7834
|
+
.sidebar-sm:not(.hide):not(.sidebar-narrow):not(.sidebar-narrow-unfoldable:not(:hover)):not(.sidebar-narrow-unfoldable):not(.sidebar-overlaid).sidebar-end ~ * {
|
|
7835
|
+
--cui-sidebar-occupy-end: 12rem;
|
|
7882
7836
|
}
|
|
7883
|
-
|
|
7884
|
-
|
|
7837
|
+
}
|
|
7838
|
+
|
|
7839
|
+
.sidebar-lg {
|
|
7840
|
+
--cui-sidebar-width: 20rem;
|
|
7841
|
+
}
|
|
7842
|
+
@media (min-width: 992px) {
|
|
7843
|
+
.sidebar-lg:not(.hide):not(.sidebar-narrow):not(.sidebar-narrow-unfoldable:not(:hover)):not(.sidebar-narrow-unfoldable):not(.sidebar-overlaid):not(.sidebar-end) ~ * {
|
|
7844
|
+
--cui-sidebar-occupy-start: 20rem;
|
|
7885
7845
|
}
|
|
7886
|
-
.sidebar.sidebar-end {
|
|
7887
|
-
|
|
7846
|
+
.sidebar-lg:not(.hide):not(.sidebar-narrow):not(.sidebar-narrow-unfoldable:not(:hover)):not(.sidebar-narrow-unfoldable):not(.sidebar-overlaid).sidebar-end ~ * {
|
|
7847
|
+
--cui-sidebar-occupy-end: 20rem;
|
|
7888
7848
|
}
|
|
7889
|
-
|
|
7890
|
-
|
|
7849
|
+
}
|
|
7850
|
+
|
|
7851
|
+
.sidebar-xl {
|
|
7852
|
+
--cui-sidebar-width: 24rem;
|
|
7853
|
+
}
|
|
7854
|
+
@media (min-width: 992px) {
|
|
7855
|
+
.sidebar-xl:not(.hide):not(.sidebar-narrow):not(.sidebar-narrow-unfoldable:not(:hover)):not(.sidebar-narrow-unfoldable):not(.sidebar-overlaid):not(.sidebar-end) ~ * {
|
|
7856
|
+
--cui-sidebar-occupy-start: 24rem;
|
|
7891
7857
|
}
|
|
7892
|
-
.sidebar.sidebar-
|
|
7893
|
-
|
|
7858
|
+
.sidebar-xl:not(.hide):not(.sidebar-narrow):not(.sidebar-narrow-unfoldable:not(:hover)):not(.sidebar-narrow-unfoldable):not(.sidebar-overlaid).sidebar-end ~ * {
|
|
7859
|
+
--cui-sidebar-occupy-end: 24rem;
|
|
7894
7860
|
}
|
|
7895
7861
|
}
|
|
7896
7862
|
|
|
@@ -8022,6 +7988,7 @@ textarea.form-control-lg {
|
|
|
8022
7988
|
.sidebar-nav {
|
|
8023
7989
|
--cui-sidebar-nav-padding-x: 0.5rem;
|
|
8024
7990
|
--cui-sidebar-nav-padding-y: 0.5rem;
|
|
7991
|
+
--cui-sidebar-nav-gap: 1px;
|
|
8025
7992
|
--cui-sidebar-nav-title-padding-x: 1rem;
|
|
8026
7993
|
--cui-sidebar-nav-title-padding-y: 0.75rem;
|
|
8027
7994
|
--cui-sidebar-nav-title-margin-top: 1rem;
|
|
@@ -8064,9 +8031,9 @@ textarea.form-control-lg {
|
|
|
8064
8031
|
--cui-sidebar-nav-group-items-padding-y: 0;
|
|
8065
8032
|
--cui-sidebar-nav-group-items-padding-x: 0;
|
|
8066
8033
|
--cui-sidebar-nav-group-indicator-color: var(--cui-tertiary-color);
|
|
8067
|
-
--cui-sidebar-nav-group-indicator-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.
|
|
8034
|
+
--cui-sidebar-nav-group-indicator-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
|
|
8068
8035
|
--cui-sidebar-nav-group-indicator-hover-color: var(--cui-emphasis-color);
|
|
8069
|
-
--cui-sidebar-nav-group-indicator-hover-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.
|
|
8036
|
+
--cui-sidebar-nav-group-indicator-hover-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
|
|
8070
8037
|
--cui-sidebar-nav-group-toggle-show-color: var(--cui-body-color);
|
|
8071
8038
|
position: relative;
|
|
8072
8039
|
display: flex;
|
|
@@ -8081,7 +8048,7 @@ textarea.form-control-lg {
|
|
|
8081
8048
|
.sidebar-nav .nav-item + .nav-item,
|
|
8082
8049
|
.sidebar-nav .nav-item + .nav-group,
|
|
8083
8050
|
.sidebar-nav .nav-group + .nav-item {
|
|
8084
|
-
margin-top:
|
|
8051
|
+
margin-top: var(--cui-sidebar-nav-gap);
|
|
8085
8052
|
}
|
|
8086
8053
|
.sidebar-nav .nav-title {
|
|
8087
8054
|
padding: var(--cui-sidebar-nav-title-padding-y) var(--cui-sidebar-nav-title-padding-x);
|
|
@@ -8237,7 +8204,7 @@ textarea.form-control-lg {
|
|
|
8237
8204
|
transform: rotate(180deg);
|
|
8238
8205
|
}
|
|
8239
8206
|
.sidebar-nav .nav-group.show + .show {
|
|
8240
|
-
margin-top:
|
|
8207
|
+
margin-top: var(--cui-sidebar-nav-gap);
|
|
8241
8208
|
}
|
|
8242
8209
|
.sidebar-nav .nav-group-toggle {
|
|
8243
8210
|
cursor: pointer;
|
|
@@ -8273,80 +8240,66 @@ textarea.form-control-lg {
|
|
|
8273
8240
|
--cui-sidebar-nav-link-padding-y: 0.5625rem;
|
|
8274
8241
|
}
|
|
8275
8242
|
|
|
8276
|
-
.sidebar-narrow-unfoldable:not(:hover)
|
|
8243
|
+
.sidebar-narrow, .sidebar-narrow-unfoldable:not(:hover) {
|
|
8277
8244
|
--cui-sidebar-narrow-width: 4rem;
|
|
8278
8245
|
}
|
|
8279
8246
|
@media (min-width: 992px) {
|
|
8280
|
-
.sidebar-narrow-unfoldable:not(:hover)
|
|
8247
|
+
.sidebar-narrow, .sidebar-narrow-unfoldable:not(:hover) {
|
|
8281
8248
|
flex: 0 0 var(--cui-sidebar-narrow-width);
|
|
8282
8249
|
width: var(--cui-sidebar-narrow-width);
|
|
8283
8250
|
padding-bottom: var(--cui-sidebar-toggler-height);
|
|
8284
8251
|
overflow: visible;
|
|
8285
8252
|
}
|
|
8286
|
-
.sidebar-
|
|
8287
|
-
width: var(--cui-sidebar-narrow-width);
|
|
8288
|
-
}
|
|
8289
|
-
.sidebar-narrow-unfoldable:not(:hover) .sidebar-brand-full, .sidebar-narrow .sidebar-brand-full {
|
|
8253
|
+
.sidebar-narrow .sidebar-brand-full, .sidebar-narrow-unfoldable:not(:hover) .sidebar-brand-full {
|
|
8290
8254
|
display: none;
|
|
8291
8255
|
}
|
|
8292
|
-
.sidebar-narrow
|
|
8256
|
+
.sidebar-narrow .sidebar-brand-narrow, .sidebar-narrow-unfoldable:not(:hover) .sidebar-brand-narrow {
|
|
8293
8257
|
display: block;
|
|
8294
8258
|
}
|
|
8295
|
-
.sidebar-narrow
|
|
8259
|
+
.sidebar-narrow .sidebar-header, .sidebar-narrow-unfoldable:not(:hover) .sidebar-header {
|
|
8296
8260
|
justify-content: center;
|
|
8297
8261
|
padding-right: 0;
|
|
8298
8262
|
padding-left: 0;
|
|
8299
8263
|
}
|
|
8300
|
-
.sidebar-narrow
|
|
8264
|
+
.sidebar-narrow .sidebar-nav, .sidebar-narrow-unfoldable:not(:hover) .sidebar-nav {
|
|
8301
8265
|
--cui-sidebar-nav-link-padding-x: 0.5rem;
|
|
8302
8266
|
--cui-sidebar-nav-link-padding-y: 0.75rem;
|
|
8303
8267
|
}
|
|
8304
|
-
.sidebar-narrow
|
|
8268
|
+
.sidebar-narrow .nav-link, .sidebar-narrow-unfoldable:not(:hover) .nav-link {
|
|
8269
|
+
overflow: hidden;
|
|
8270
|
+
}
|
|
8271
|
+
.sidebar-narrow .nav-icon, .sidebar-narrow-unfoldable:not(:hover) .nav-icon {
|
|
8305
8272
|
flex: 0 0 calc(var(--cui-sidebar-narrow-width) - var(--cui-sidebar-nav-padding-x) * 2 - var(--cui-sidebar-nav-link-padding-x) * 2);
|
|
8306
8273
|
}
|
|
8307
|
-
.sidebar-narrow
|
|
8308
|
-
.sidebar-narrow-unfoldable:not(:hover) .nav-label,
|
|
8274
|
+
.sidebar-narrow .d-narrow-none, .sidebar-narrow-unfoldable:not(:hover) .d-narrow-none,
|
|
8309
8275
|
.sidebar-narrow .nav-label,
|
|
8310
|
-
.sidebar-narrow-unfoldable:not(:hover) .nav-
|
|
8276
|
+
.sidebar-narrow-unfoldable:not(:hover) .nav-label,
|
|
8311
8277
|
.sidebar-narrow .nav-title,
|
|
8312
|
-
.sidebar-narrow-unfoldable:not(:hover) .nav-
|
|
8278
|
+
.sidebar-narrow-unfoldable:not(:hover) .nav-title,
|
|
8313
8279
|
.sidebar-narrow .nav-group-items,
|
|
8314
|
-
.sidebar-narrow-unfoldable:not(:hover) .
|
|
8315
|
-
.sidebar-narrow .
|
|
8280
|
+
.sidebar-narrow-unfoldable:not(:hover) .nav-group-items,
|
|
8281
|
+
.sidebar-narrow .nav-group.show .nav-group-items,
|
|
8282
|
+
.sidebar-narrow .sidebar-form,
|
|
8283
|
+
.sidebar-narrow-unfoldable:not(:hover) .sidebar-form {
|
|
8316
8284
|
height: 0 !important;
|
|
8317
8285
|
padding: 0 !important;
|
|
8318
8286
|
margin: 0 !important;
|
|
8319
8287
|
visibility: hidden;
|
|
8320
8288
|
opacity: 0;
|
|
8321
8289
|
}
|
|
8322
|
-
.sidebar-narrow
|
|
8290
|
+
.sidebar-narrow .sidebar-toggler::before, .sidebar-narrow-unfoldable:not(:hover) .sidebar-toggler::before {
|
|
8323
8291
|
transform: rotate(-180deg);
|
|
8324
8292
|
}
|
|
8325
|
-
.sidebar-
|
|
8293
|
+
.sidebar-narrow.sidebar-end .sidebar-toggler::before, .sidebar-end.sidebar-narrow-unfoldable:not(:hover) .sidebar-toggler::before {
|
|
8326
8294
|
transform: rotate(0deg);
|
|
8327
8295
|
}
|
|
8328
8296
|
}
|
|
8329
8297
|
|
|
8330
|
-
.sidebar-narrow:not(.sidebar-end) ~ * {
|
|
8331
|
-
--cui-sidebar-occupy-start: 4rem !important;
|
|
8332
|
-
}
|
|
8333
|
-
.sidebar-narrow.sidebar-end ~ * {
|
|
8334
|
-
--cui-sidebar-occupy-end: 4rem !important;
|
|
8335
|
-
}
|
|
8336
|
-
.sidebar-narrow .nav-link {
|
|
8337
|
-
overflow: hidden;
|
|
8338
|
-
}
|
|
8339
|
-
|
|
8340
8298
|
.sidebar-narrow-unfoldable {
|
|
8341
|
-
|
|
8342
|
-
}
|
|
8343
|
-
.sidebar-narrow-unfoldable:not(.sidebar-end) ~ * {
|
|
8344
|
-
--cui-sidebar-occupy-start: 4rem !important;
|
|
8345
|
-
}
|
|
8346
|
-
.sidebar-narrow-unfoldable.sidebar-end ~ * {
|
|
8347
|
-
--cui-sidebar-occupy-end: 4rem !important;
|
|
8299
|
+
--cui-sidebar-narrow-unfoldable-box-shadow: var(--cui-box-shadow);
|
|
8348
8300
|
}
|
|
8349
8301
|
.sidebar-narrow-unfoldable:hover {
|
|
8302
|
+
box-shadow: var(--cui-sidebar-narrow-unfoldable-box-shadow);
|
|
8350
8303
|
box-shadow: 0 0.5rem 1rem rgba(8, 10, 12, 0.15);
|
|
8351
8304
|
}
|
|
8352
8305
|
.sidebar-narrow-unfoldable:hover .sidebar-toggler::before {
|
|
@@ -8355,57 +8308,18 @@ textarea.form-control-lg {
|
|
|
8355
8308
|
.sidebar-narrow-unfoldable:hover.sidebar-end .sidebar-toggler::before {
|
|
8356
8309
|
transform: rotate(0deg);
|
|
8357
8310
|
}
|
|
8358
|
-
.sidebar-narrow-unfoldable .nav-link {
|
|
8359
|
-
overflow: hidden;
|
|
8360
|
-
}
|
|
8361
|
-
|
|
8362
|
-
.sidebar:not(.show).sidebar-self-hiding.sidebar-narrow:not(.sidebar-end), .sidebar:not(.show).sidebar-self-hiding.sidebar-narrow-unfoldable:not(.sidebar-end) {
|
|
8363
|
-
margin-left: calc(var(--cui-sidebar-narrow-width) * -1);
|
|
8364
|
-
}
|
|
8365
|
-
.sidebar:not(.show).sidebar-self-hiding.sidebar-narrow.sidebar-end, .sidebar:not(.show).sidebar-self-hiding.sidebar-narrow-unfoldable.sidebar-end {
|
|
8366
|
-
margin-right: calc(var(--cui-sidebar-narrow-width) * -1);
|
|
8367
|
-
}
|
|
8368
8311
|
|
|
8369
|
-
@media (
|
|
8370
|
-
.sidebar
|
|
8371
|
-
|
|
8372
|
-
|
|
8373
|
-
.sidebar:not(.show).sidebar-self-hiding-sm.sidebar-narrow.sidebar-end, .sidebar:not(.show).sidebar-self-hiding-sm.sidebar-narrow-unfoldable.sidebar-end {
|
|
8374
|
-
margin-right: calc(var(--cui-sidebar-narrow-width) * -1);
|
|
8375
|
-
}
|
|
8376
|
-
}
|
|
8377
|
-
@media (max-width: 767.98px) {
|
|
8378
|
-
.sidebar:not(.show).sidebar-self-hiding-md.sidebar-narrow:not(.sidebar-end), .sidebar:not(.show).sidebar-self-hiding-md.sidebar-narrow-unfoldable:not(.sidebar-end) {
|
|
8379
|
-
margin-left: calc(var(--cui-sidebar-narrow-width) * -1);
|
|
8380
|
-
}
|
|
8381
|
-
.sidebar:not(.show).sidebar-self-hiding-md.sidebar-narrow.sidebar-end, .sidebar:not(.show).sidebar-self-hiding-md.sidebar-narrow-unfoldable.sidebar-end {
|
|
8382
|
-
margin-right: calc(var(--cui-sidebar-narrow-width) * -1);
|
|
8383
|
-
}
|
|
8384
|
-
}
|
|
8385
|
-
@media (max-width: 991.98px) {
|
|
8386
|
-
.sidebar:not(.show).sidebar-self-hiding-lg.sidebar-narrow:not(.sidebar-end), .sidebar:not(.show).sidebar-self-hiding-lg.sidebar-narrow-unfoldable:not(.sidebar-end) {
|
|
8387
|
-
margin-left: calc(var(--cui-sidebar-narrow-width) * -1);
|
|
8388
|
-
}
|
|
8389
|
-
.sidebar:not(.show).sidebar-self-hiding-lg.sidebar-narrow.sidebar-end, .sidebar:not(.show).sidebar-self-hiding-lg.sidebar-narrow-unfoldable.sidebar-end {
|
|
8390
|
-
margin-right: calc(var(--cui-sidebar-narrow-width) * -1);
|
|
8391
|
-
}
|
|
8392
|
-
}
|
|
8393
|
-
@media (max-width: 1199.98px) {
|
|
8394
|
-
.sidebar:not(.show).sidebar-self-hiding-xl.sidebar-narrow:not(.sidebar-end), .sidebar:not(.show).sidebar-self-hiding-xl.sidebar-narrow-unfoldable:not(.sidebar-end) {
|
|
8395
|
-
margin-left: calc(var(--cui-sidebar-narrow-width) * -1);
|
|
8396
|
-
}
|
|
8397
|
-
.sidebar:not(.show).sidebar-self-hiding-xl.sidebar-narrow.sidebar-end, .sidebar:not(.show).sidebar-self-hiding-xl.sidebar-narrow-unfoldable.sidebar-end {
|
|
8398
|
-
margin-right: calc(var(--cui-sidebar-narrow-width) * -1);
|
|
8399
|
-
}
|
|
8400
|
-
}
|
|
8401
|
-
@media (max-width: 1399.98px) {
|
|
8402
|
-
.sidebar:not(.show).sidebar-self-hiding-xxl.sidebar-narrow:not(.sidebar-end), .sidebar:not(.show).sidebar-self-hiding-xxl.sidebar-narrow-unfoldable:not(.sidebar-end) {
|
|
8403
|
-
margin-left: calc(var(--cui-sidebar-narrow-width) * -1);
|
|
8312
|
+
@media (min-width: 992px) {
|
|
8313
|
+
.sidebar-narrow:not(.sidebar-end):not(.hide) ~ *,
|
|
8314
|
+
.sidebar-narrow-unfoldable:not(.sidebar-end):not(.hide) ~ * {
|
|
8315
|
+
--cui-sidebar-occupy-start: 4rem;
|
|
8404
8316
|
}
|
|
8405
|
-
.sidebar
|
|
8406
|
-
|
|
8317
|
+
.sidebar-narrow.sidebar-end:not(.hide) ~ *,
|
|
8318
|
+
.sidebar-narrow-unfoldable.sidebar-end:not(.hide) ~ * {
|
|
8319
|
+
--cui-sidebar-occupy-end: 4rem;
|
|
8407
8320
|
}
|
|
8408
8321
|
}
|
|
8322
|
+
|
|
8409
8323
|
.clearfix::after {
|
|
8410
8324
|
display: block;
|
|
8411
8325
|
clear: both;
|