@haniffalab/cherita-react 0.2.1-dev.2025-02-07.85514aee → 0.2.1-dev.2025-02-19.e6d8aac6
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/dist/components/full-page/FullPage.js +0 -23
- package/dist/components/full-page/FullPagePseudospatial.js +214 -0
- package/dist/components/obs-list/ObsItem.js +8 -4
- package/dist/components/obs-list/ObsList.js +44 -17
- package/dist/components/obs-list/ObsToolbar.js +3 -3
- package/dist/components/pseudospatial/Pseudospatial.js +26 -8
- package/dist/components/pseudospatial/PseudospatialToolbar.js +19 -0
- package/dist/css/cherita.css +408 -229
- package/dist/css/cherita.css.map +1 -1
- package/dist/index.js +15 -14
- package/dist/utils/VirtualizedList.js +2 -1
- package/dist/utils/requests.js +12 -0
- package/package.json +6 -5
- package/scss/cherita.scss +66 -46
- package/scss/components/layouts.scss +101 -0
- package/scss/components/plotly.scss +30 -0
- package/scss/components/plots.scss +13 -0
- package/scss/components/scrollbars.scss +18 -0
package/dist/css/cherita.css
CHANGED
|
@@ -45,28 +45,28 @@
|
|
|
45
45
|
--bs-danger-rgb: 220, 53, 69;
|
|
46
46
|
--bs-light-rgb: 248, 249, 250;
|
|
47
47
|
--bs-dark-rgb: 33, 37, 41;
|
|
48
|
-
--bs-primary-text-emphasis:
|
|
49
|
-
--bs-secondary-text-emphasis:
|
|
50
|
-
--bs-success-text-emphasis:
|
|
51
|
-
--bs-info-text-emphasis:
|
|
52
|
-
--bs-warning-text-emphasis:
|
|
53
|
-
--bs-danger-text-emphasis:
|
|
48
|
+
--bs-primary-text-emphasis: #052c65;
|
|
49
|
+
--bs-secondary-text-emphasis: #2b2f32;
|
|
50
|
+
--bs-success-text-emphasis: #0a3622;
|
|
51
|
+
--bs-info-text-emphasis: #055160;
|
|
52
|
+
--bs-warning-text-emphasis: #664d03;
|
|
53
|
+
--bs-danger-text-emphasis: #58151c;
|
|
54
54
|
--bs-light-text-emphasis: #495057;
|
|
55
55
|
--bs-dark-text-emphasis: #495057;
|
|
56
|
-
--bs-primary-bg-subtle:
|
|
57
|
-
--bs-secondary-bg-subtle:
|
|
58
|
-
--bs-success-bg-subtle:
|
|
59
|
-
--bs-info-bg-subtle:
|
|
60
|
-
--bs-warning-bg-subtle:
|
|
61
|
-
--bs-danger-bg-subtle:
|
|
62
|
-
--bs-light-bg-subtle:
|
|
56
|
+
--bs-primary-bg-subtle: #cfe2ff;
|
|
57
|
+
--bs-secondary-bg-subtle: #e2e3e5;
|
|
58
|
+
--bs-success-bg-subtle: #d1e7dd;
|
|
59
|
+
--bs-info-bg-subtle: #cff4fc;
|
|
60
|
+
--bs-warning-bg-subtle: #fff3cd;
|
|
61
|
+
--bs-danger-bg-subtle: #f8d7da;
|
|
62
|
+
--bs-light-bg-subtle: #fcfcfd;
|
|
63
63
|
--bs-dark-bg-subtle: #ced4da;
|
|
64
|
-
--bs-primary-border-subtle:
|
|
65
|
-
--bs-secondary-border-subtle:
|
|
66
|
-
--bs-success-border-subtle:
|
|
67
|
-
--bs-info-border-subtle:
|
|
68
|
-
--bs-warning-border-subtle:
|
|
69
|
-
--bs-danger-border-subtle:
|
|
64
|
+
--bs-primary-border-subtle: #9ec5fe;
|
|
65
|
+
--bs-secondary-border-subtle: #c4c8cb;
|
|
66
|
+
--bs-success-border-subtle: #a3cfbb;
|
|
67
|
+
--bs-info-border-subtle: #9eeaf9;
|
|
68
|
+
--bs-warning-border-subtle: #ffe69c;
|
|
69
|
+
--bs-danger-border-subtle: #f1aeb5;
|
|
70
70
|
--bs-light-border-subtle: #e9ecef;
|
|
71
71
|
--bs-dark-border-subtle: #adb5bd;
|
|
72
72
|
--bs-white-rgb: 255, 255, 255;
|
|
@@ -96,11 +96,11 @@
|
|
|
96
96
|
--bs-link-color: #0d6efd;
|
|
97
97
|
--bs-link-color-rgb: 13, 110, 253;
|
|
98
98
|
--bs-link-decoration: underline;
|
|
99
|
-
--bs-link-hover-color:
|
|
99
|
+
--bs-link-hover-color: #0a58ca;
|
|
100
100
|
--bs-link-hover-color-rgb: 10, 88, 202;
|
|
101
101
|
--bs-code-color: #d63384;
|
|
102
102
|
--bs-highlight-color: #212529;
|
|
103
|
-
--bs-highlight-bg:
|
|
103
|
+
--bs-highlight-bg: #fff3cd;
|
|
104
104
|
--bs-border-width: 1px;
|
|
105
105
|
--bs-border-style: solid;
|
|
106
106
|
--bs-border-color: #dee2e6;
|
|
@@ -139,46 +139,46 @@
|
|
|
139
139
|
--bs-secondary-bg-rgb: 52, 58, 64;
|
|
140
140
|
--bs-tertiary-color: rgba(222, 226, 230, 0.5);
|
|
141
141
|
--bs-tertiary-color-rgb: 222, 226, 230;
|
|
142
|
-
--bs-tertiary-bg:
|
|
142
|
+
--bs-tertiary-bg: #2b3035;
|
|
143
143
|
--bs-tertiary-bg-rgb: 43, 48, 53;
|
|
144
|
-
--bs-primary-text-emphasis:
|
|
145
|
-
--bs-secondary-text-emphasis:
|
|
146
|
-
--bs-success-text-emphasis:
|
|
147
|
-
--bs-info-text-emphasis:
|
|
148
|
-
--bs-warning-text-emphasis:
|
|
149
|
-
--bs-danger-text-emphasis:
|
|
144
|
+
--bs-primary-text-emphasis: #6ea8fe;
|
|
145
|
+
--bs-secondary-text-emphasis: #a7acb1;
|
|
146
|
+
--bs-success-text-emphasis: #75b798;
|
|
147
|
+
--bs-info-text-emphasis: #6edff6;
|
|
148
|
+
--bs-warning-text-emphasis: #ffda6a;
|
|
149
|
+
--bs-danger-text-emphasis: #ea868f;
|
|
150
150
|
--bs-light-text-emphasis: #f8f9fa;
|
|
151
151
|
--bs-dark-text-emphasis: #dee2e6;
|
|
152
|
-
--bs-primary-bg-subtle:
|
|
153
|
-
--bs-secondary-bg-subtle:
|
|
154
|
-
--bs-success-bg-subtle:
|
|
155
|
-
--bs-info-bg-subtle:
|
|
156
|
-
--bs-warning-bg-subtle:
|
|
157
|
-
--bs-danger-bg-subtle:
|
|
152
|
+
--bs-primary-bg-subtle: #031633;
|
|
153
|
+
--bs-secondary-bg-subtle: #161719;
|
|
154
|
+
--bs-success-bg-subtle: #051b11;
|
|
155
|
+
--bs-info-bg-subtle: #032830;
|
|
156
|
+
--bs-warning-bg-subtle: #332701;
|
|
157
|
+
--bs-danger-bg-subtle: #2c0b0e;
|
|
158
158
|
--bs-light-bg-subtle: #343a40;
|
|
159
159
|
--bs-dark-bg-subtle: #1a1d20;
|
|
160
|
-
--bs-primary-border-subtle:
|
|
161
|
-
--bs-secondary-border-subtle:
|
|
162
|
-
--bs-success-border-subtle:
|
|
163
|
-
--bs-info-border-subtle:
|
|
164
|
-
--bs-warning-border-subtle:
|
|
165
|
-
--bs-danger-border-subtle:
|
|
160
|
+
--bs-primary-border-subtle: #084298;
|
|
161
|
+
--bs-secondary-border-subtle: #41464b;
|
|
162
|
+
--bs-success-border-subtle: #0f5132;
|
|
163
|
+
--bs-info-border-subtle: #087990;
|
|
164
|
+
--bs-warning-border-subtle: #997404;
|
|
165
|
+
--bs-danger-border-subtle: #842029;
|
|
166
166
|
--bs-light-border-subtle: #495057;
|
|
167
167
|
--bs-dark-border-subtle: #343a40;
|
|
168
168
|
--bs-heading-color: inherit;
|
|
169
|
-
--bs-link-color:
|
|
170
|
-
--bs-link-hover-color:
|
|
169
|
+
--bs-link-color: #6ea8fe;
|
|
170
|
+
--bs-link-hover-color: #8bb9fe;
|
|
171
171
|
--bs-link-color-rgb: 110, 168, 254;
|
|
172
172
|
--bs-link-hover-color-rgb: 139, 185, 254;
|
|
173
|
-
--bs-code-color:
|
|
173
|
+
--bs-code-color: #e685b5;
|
|
174
174
|
--bs-highlight-color: #dee2e6;
|
|
175
|
-
--bs-highlight-bg:
|
|
175
|
+
--bs-highlight-bg: #664d03;
|
|
176
176
|
--bs-border-color: #495057;
|
|
177
177
|
--bs-border-color-translucent: rgba(255, 255, 255, 0.15);
|
|
178
|
-
--bs-form-valid-color:
|
|
179
|
-
--bs-form-valid-border-color:
|
|
180
|
-
--bs-form-invalid-color:
|
|
181
|
-
--bs-form-invalid-border-color:
|
|
178
|
+
--bs-form-valid-color: #75b798;
|
|
179
|
+
--bs-form-valid-border-color: #75b798;
|
|
180
|
+
--bs-form-invalid-color: #ea868f;
|
|
181
|
+
--bs-form-invalid-border-color: #ea868f;
|
|
182
182
|
}
|
|
183
183
|
|
|
184
184
|
*,
|
|
@@ -729,7 +729,6 @@ progress {
|
|
|
729
729
|
|
|
730
730
|
.container,
|
|
731
731
|
.container-fluid,
|
|
732
|
-
.cherita-app,
|
|
733
732
|
.container-xxl,
|
|
734
733
|
.container-xl,
|
|
735
734
|
.container-lg,
|
|
@@ -796,7 +795,7 @@ progress {
|
|
|
796
795
|
margin-top: var(--bs-gutter-y);
|
|
797
796
|
}
|
|
798
797
|
|
|
799
|
-
.col, .cherita-app-
|
|
798
|
+
.col, .cherita-app-obs, .cherita-app-plot, .cherita-app-var {
|
|
800
799
|
flex: 1 0 0%;
|
|
801
800
|
}
|
|
802
801
|
|
|
@@ -1931,13 +1930,13 @@ progress {
|
|
|
1931
1930
|
|
|
1932
1931
|
.table-primary {
|
|
1933
1932
|
--bs-table-color: #000;
|
|
1934
|
-
--bs-table-bg:
|
|
1935
|
-
--bs-table-border-color:
|
|
1936
|
-
--bs-table-striped-bg:
|
|
1933
|
+
--bs-table-bg: #cfe2ff;
|
|
1934
|
+
--bs-table-border-color: #a6b5cc;
|
|
1935
|
+
--bs-table-striped-bg: #c5d7f2;
|
|
1937
1936
|
--bs-table-striped-color: #000;
|
|
1938
|
-
--bs-table-active-bg:
|
|
1937
|
+
--bs-table-active-bg: #bacbe6;
|
|
1939
1938
|
--bs-table-active-color: #000;
|
|
1940
|
-
--bs-table-hover-bg:
|
|
1939
|
+
--bs-table-hover-bg: #bfd1ec;
|
|
1941
1940
|
--bs-table-hover-color: #000;
|
|
1942
1941
|
color: var(--bs-table-color);
|
|
1943
1942
|
border-color: var(--bs-table-border-color);
|
|
@@ -1945,13 +1944,13 @@ progress {
|
|
|
1945
1944
|
|
|
1946
1945
|
.table-secondary {
|
|
1947
1946
|
--bs-table-color: #000;
|
|
1948
|
-
--bs-table-bg:
|
|
1949
|
-
--bs-table-border-color:
|
|
1950
|
-
--bs-table-striped-bg:
|
|
1947
|
+
--bs-table-bg: #e2e3e5;
|
|
1948
|
+
--bs-table-border-color: #b5b6b7;
|
|
1949
|
+
--bs-table-striped-bg: #d7d8da;
|
|
1951
1950
|
--bs-table-striped-color: #000;
|
|
1952
|
-
--bs-table-active-bg:
|
|
1951
|
+
--bs-table-active-bg: #cbccce;
|
|
1953
1952
|
--bs-table-active-color: #000;
|
|
1954
|
-
--bs-table-hover-bg:
|
|
1953
|
+
--bs-table-hover-bg: #d1d2d4;
|
|
1955
1954
|
--bs-table-hover-color: #000;
|
|
1956
1955
|
color: var(--bs-table-color);
|
|
1957
1956
|
border-color: var(--bs-table-border-color);
|
|
@@ -1959,13 +1958,13 @@ progress {
|
|
|
1959
1958
|
|
|
1960
1959
|
.table-success {
|
|
1961
1960
|
--bs-table-color: #000;
|
|
1962
|
-
--bs-table-bg:
|
|
1963
|
-
--bs-table-border-color:
|
|
1964
|
-
--bs-table-striped-bg:
|
|
1961
|
+
--bs-table-bg: #d1e7dd;
|
|
1962
|
+
--bs-table-border-color: #a7b9b1;
|
|
1963
|
+
--bs-table-striped-bg: #c7dbd2;
|
|
1965
1964
|
--bs-table-striped-color: #000;
|
|
1966
|
-
--bs-table-active-bg:
|
|
1965
|
+
--bs-table-active-bg: #bcd0c7;
|
|
1967
1966
|
--bs-table-active-color: #000;
|
|
1968
|
-
--bs-table-hover-bg:
|
|
1967
|
+
--bs-table-hover-bg: #c1d6cc;
|
|
1969
1968
|
--bs-table-hover-color: #000;
|
|
1970
1969
|
color: var(--bs-table-color);
|
|
1971
1970
|
border-color: var(--bs-table-border-color);
|
|
@@ -1973,13 +1972,13 @@ progress {
|
|
|
1973
1972
|
|
|
1974
1973
|
.table-info {
|
|
1975
1974
|
--bs-table-color: #000;
|
|
1976
|
-
--bs-table-bg:
|
|
1977
|
-
--bs-table-border-color:
|
|
1978
|
-
--bs-table-striped-bg:
|
|
1975
|
+
--bs-table-bg: #cff4fc;
|
|
1976
|
+
--bs-table-border-color: #a6c3ca;
|
|
1977
|
+
--bs-table-striped-bg: #c5e8ef;
|
|
1979
1978
|
--bs-table-striped-color: #000;
|
|
1980
|
-
--bs-table-active-bg:
|
|
1979
|
+
--bs-table-active-bg: #badce3;
|
|
1981
1980
|
--bs-table-active-color: #000;
|
|
1982
|
-
--bs-table-hover-bg:
|
|
1981
|
+
--bs-table-hover-bg: #bfe2e9;
|
|
1983
1982
|
--bs-table-hover-color: #000;
|
|
1984
1983
|
color: var(--bs-table-color);
|
|
1985
1984
|
border-color: var(--bs-table-border-color);
|
|
@@ -1987,13 +1986,13 @@ progress {
|
|
|
1987
1986
|
|
|
1988
1987
|
.table-warning {
|
|
1989
1988
|
--bs-table-color: #000;
|
|
1990
|
-
--bs-table-bg:
|
|
1991
|
-
--bs-table-border-color:
|
|
1992
|
-
--bs-table-striped-bg:
|
|
1989
|
+
--bs-table-bg: #fff3cd;
|
|
1990
|
+
--bs-table-border-color: #ccc2a4;
|
|
1991
|
+
--bs-table-striped-bg: #f2e7c3;
|
|
1993
1992
|
--bs-table-striped-color: #000;
|
|
1994
|
-
--bs-table-active-bg:
|
|
1993
|
+
--bs-table-active-bg: #e6dbb9;
|
|
1995
1994
|
--bs-table-active-color: #000;
|
|
1996
|
-
--bs-table-hover-bg:
|
|
1995
|
+
--bs-table-hover-bg: #ece1be;
|
|
1997
1996
|
--bs-table-hover-color: #000;
|
|
1998
1997
|
color: var(--bs-table-color);
|
|
1999
1998
|
border-color: var(--bs-table-border-color);
|
|
@@ -2001,13 +2000,13 @@ progress {
|
|
|
2001
2000
|
|
|
2002
2001
|
.table-danger {
|
|
2003
2002
|
--bs-table-color: #000;
|
|
2004
|
-
--bs-table-bg:
|
|
2005
|
-
--bs-table-border-color:
|
|
2006
|
-
--bs-table-striped-bg:
|
|
2003
|
+
--bs-table-bg: #f8d7da;
|
|
2004
|
+
--bs-table-border-color: #c6acae;
|
|
2005
|
+
--bs-table-striped-bg: #eccccf;
|
|
2007
2006
|
--bs-table-striped-color: #000;
|
|
2008
|
-
--bs-table-active-bg:
|
|
2007
|
+
--bs-table-active-bg: #dfc2c4;
|
|
2009
2008
|
--bs-table-active-color: #000;
|
|
2010
|
-
--bs-table-hover-bg:
|
|
2009
|
+
--bs-table-hover-bg: #e5c7ca;
|
|
2011
2010
|
--bs-table-hover-color: #000;
|
|
2012
2011
|
color: var(--bs-table-color);
|
|
2013
2012
|
border-color: var(--bs-table-border-color);
|
|
@@ -2016,12 +2015,12 @@ progress {
|
|
|
2016
2015
|
.table-light {
|
|
2017
2016
|
--bs-table-color: #000;
|
|
2018
2017
|
--bs-table-bg: #f8f9fa;
|
|
2019
|
-
--bs-table-border-color:
|
|
2020
|
-
--bs-table-striped-bg:
|
|
2018
|
+
--bs-table-border-color: #c6c7c8;
|
|
2019
|
+
--bs-table-striped-bg: #ecedee;
|
|
2021
2020
|
--bs-table-striped-color: #000;
|
|
2022
|
-
--bs-table-active-bg:
|
|
2021
|
+
--bs-table-active-bg: #dfe0e1;
|
|
2023
2022
|
--bs-table-active-color: #000;
|
|
2024
|
-
--bs-table-hover-bg:
|
|
2023
|
+
--bs-table-hover-bg: #e5e6e7;
|
|
2025
2024
|
--bs-table-hover-color: #000;
|
|
2026
2025
|
color: var(--bs-table-color);
|
|
2027
2026
|
border-color: var(--bs-table-border-color);
|
|
@@ -2030,12 +2029,12 @@ progress {
|
|
|
2030
2029
|
.table-dark {
|
|
2031
2030
|
--bs-table-color: #fff;
|
|
2032
2031
|
--bs-table-bg: #212529;
|
|
2033
|
-
--bs-table-border-color:
|
|
2034
|
-
--bs-table-striped-bg:
|
|
2032
|
+
--bs-table-border-color: #4d5154;
|
|
2033
|
+
--bs-table-striped-bg: #2c3034;
|
|
2035
2034
|
--bs-table-striped-color: #fff;
|
|
2036
|
-
--bs-table-active-bg:
|
|
2035
|
+
--bs-table-active-bg: #373b3e;
|
|
2037
2036
|
--bs-table-active-color: #fff;
|
|
2038
|
-
--bs-table-hover-bg:
|
|
2037
|
+
--bs-table-hover-bg: #323539;
|
|
2039
2038
|
--bs-table-hover-color: #fff;
|
|
2040
2039
|
color: var(--bs-table-color);
|
|
2041
2040
|
border-color: var(--bs-table-border-color);
|
|
@@ -2135,7 +2134,7 @@ progress {
|
|
|
2135
2134
|
.form-control:focus {
|
|
2136
2135
|
color: var(--bs-body-color);
|
|
2137
2136
|
background-color: var(--bs-body-bg);
|
|
2138
|
-
border-color:
|
|
2137
|
+
border-color: #86b7fe;
|
|
2139
2138
|
outline: 0;
|
|
2140
2139
|
box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
|
|
2141
2140
|
}
|
|
@@ -2280,7 +2279,7 @@ textarea.form-control-lg {
|
|
|
2280
2279
|
}
|
|
2281
2280
|
}
|
|
2282
2281
|
.form-select:focus {
|
|
2283
|
-
border-color:
|
|
2282
|
+
border-color: #86b7fe;
|
|
2284
2283
|
outline: 0;
|
|
2285
2284
|
box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
|
|
2286
2285
|
}
|
|
@@ -2364,7 +2363,7 @@ textarea.form-control-lg {
|
|
|
2364
2363
|
filter: brightness(90%);
|
|
2365
2364
|
}
|
|
2366
2365
|
.form-check-input:focus {
|
|
2367
|
-
border-color:
|
|
2366
|
+
border-color: #86b7fe;
|
|
2368
2367
|
outline: 0;
|
|
2369
2368
|
box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
|
|
2370
2369
|
}
|
|
@@ -2411,7 +2410,7 @@ textarea.form-control-lg {
|
|
|
2411
2410
|
}
|
|
2412
2411
|
}
|
|
2413
2412
|
.form-switch .form-check-input:focus {
|
|
2414
|
-
--bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='
|
|
2413
|
+
--bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
|
|
2415
2414
|
}
|
|
2416
2415
|
.form-switch .form-check-input:checked {
|
|
2417
2416
|
background-position: right center;
|
|
@@ -2436,7 +2435,7 @@ textarea.form-control-lg {
|
|
|
2436
2435
|
clip: rect(0, 0, 0, 0);
|
|
2437
2436
|
pointer-events: none;
|
|
2438
2437
|
}
|
|
2439
|
-
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
|
|
2438
|
+
.btn-check[disabled] + .btn, .btn-check[disabled] + .obs-accordion-header, .btn-check:disabled + .btn, .btn-check:disabled + .obs-accordion-header {
|
|
2440
2439
|
pointer-events: none;
|
|
2441
2440
|
filter: none;
|
|
2442
2441
|
opacity: 0.65;
|
|
@@ -2481,7 +2480,7 @@ textarea.form-control-lg {
|
|
|
2481
2480
|
}
|
|
2482
2481
|
}
|
|
2483
2482
|
.form-range::-webkit-slider-thumb:active {
|
|
2484
|
-
background-color:
|
|
2483
|
+
background-color: #b6d4fe;
|
|
2485
2484
|
}
|
|
2486
2485
|
.form-range::-webkit-slider-runnable-track {
|
|
2487
2486
|
width: 100%;
|
|
@@ -2507,7 +2506,7 @@ textarea.form-control-lg {
|
|
|
2507
2506
|
}
|
|
2508
2507
|
}
|
|
2509
2508
|
.form-range::-moz-range-thumb:active {
|
|
2510
|
-
background-color:
|
|
2509
|
+
background-color: #b6d4fe;
|
|
2511
2510
|
}
|
|
2512
2511
|
.form-range::-moz-range-track {
|
|
2513
2512
|
width: 100%;
|
|
@@ -2637,11 +2636,11 @@ textarea.form-control-lg {
|
|
|
2637
2636
|
.input-group > .form-floating:focus-within {
|
|
2638
2637
|
z-index: 5;
|
|
2639
2638
|
}
|
|
2640
|
-
.input-group .btn {
|
|
2639
|
+
.input-group .btn, .input-group .obs-accordion-header {
|
|
2641
2640
|
position: relative;
|
|
2642
2641
|
z-index: 2;
|
|
2643
2642
|
}
|
|
2644
|
-
.input-group .btn:focus {
|
|
2643
|
+
.input-group .btn:focus, .input-group .obs-accordion-header:focus {
|
|
2645
2644
|
z-index: 5;
|
|
2646
2645
|
}
|
|
2647
2646
|
|
|
@@ -2663,7 +2662,8 @@ textarea.form-control-lg {
|
|
|
2663
2662
|
.input-group-lg > .form-control,
|
|
2664
2663
|
.input-group-lg > .form-select,
|
|
2665
2664
|
.input-group-lg > .input-group-text,
|
|
2666
|
-
.input-group-lg > .btn
|
|
2665
|
+
.input-group-lg > .btn,
|
|
2666
|
+
.input-group-lg > .obs-accordion-header {
|
|
2667
2667
|
padding: 0.5rem 1rem;
|
|
2668
2668
|
font-size: 1.25rem;
|
|
2669
2669
|
border-radius: var(--bs-border-radius-lg);
|
|
@@ -2672,7 +2672,8 @@ textarea.form-control-lg {
|
|
|
2672
2672
|
.input-group-sm > .form-control,
|
|
2673
2673
|
.input-group-sm > .form-select,
|
|
2674
2674
|
.input-group-sm > .input-group-text,
|
|
2675
|
-
.input-group-sm > .btn
|
|
2675
|
+
.input-group-sm > .btn,
|
|
2676
|
+
.input-group-sm > .obs-accordion-header {
|
|
2676
2677
|
padding: 0.25rem 0.5rem;
|
|
2677
2678
|
font-size: 0.875rem;
|
|
2678
2679
|
border-radius: var(--bs-border-radius-sm);
|
|
@@ -2888,7 +2889,7 @@ textarea.form-control-lg {
|
|
|
2888
2889
|
z-index: 4;
|
|
2889
2890
|
}
|
|
2890
2891
|
|
|
2891
|
-
.btn {
|
|
2892
|
+
.btn, .obs-accordion-header {
|
|
2892
2893
|
--bs-btn-padding-x: 0.75rem;
|
|
2893
2894
|
--bs-btn-padding-y: 0.375rem;
|
|
2894
2895
|
--bs-btn-font-family: ;
|
|
@@ -2922,44 +2923,44 @@ textarea.form-control-lg {
|
|
|
2922
2923
|
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;
|
|
2923
2924
|
}
|
|
2924
2925
|
@media (prefers-reduced-motion: reduce) {
|
|
2925
|
-
.btn {
|
|
2926
|
+
.btn, .obs-accordion-header {
|
|
2926
2927
|
transition: none;
|
|
2927
2928
|
}
|
|
2928
2929
|
}
|
|
2929
|
-
.btn:hover {
|
|
2930
|
+
.btn:hover, .obs-accordion-header:hover {
|
|
2930
2931
|
color: var(--bs-btn-hover-color);
|
|
2931
2932
|
background-color: var(--bs-btn-hover-bg);
|
|
2932
2933
|
border-color: var(--bs-btn-hover-border-color);
|
|
2933
2934
|
}
|
|
2934
|
-
.btn-check + .btn:hover {
|
|
2935
|
+
.btn-check + .btn:hover, .btn-check + .obs-accordion-header:hover {
|
|
2935
2936
|
color: var(--bs-btn-color);
|
|
2936
2937
|
background-color: var(--bs-btn-bg);
|
|
2937
2938
|
border-color: var(--bs-btn-border-color);
|
|
2938
2939
|
}
|
|
2939
|
-
.btn:focus-visible {
|
|
2940
|
+
.btn:focus-visible, .obs-accordion-header:focus-visible {
|
|
2940
2941
|
color: var(--bs-btn-hover-color);
|
|
2941
2942
|
background-color: var(--bs-btn-hover-bg);
|
|
2942
2943
|
border-color: var(--bs-btn-hover-border-color);
|
|
2943
2944
|
outline: 0;
|
|
2944
2945
|
box-shadow: var(--bs-btn-focus-box-shadow);
|
|
2945
2946
|
}
|
|
2946
|
-
.btn-check:focus-visible + .btn {
|
|
2947
|
+
.btn-check:focus-visible + .btn, .btn-check:focus-visible + .obs-accordion-header {
|
|
2947
2948
|
border-color: var(--bs-btn-hover-border-color);
|
|
2948
2949
|
outline: 0;
|
|
2949
2950
|
box-shadow: var(--bs-btn-focus-box-shadow);
|
|
2950
2951
|
}
|
|
2951
|
-
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
|
|
2952
|
+
.btn-check:checked + .btn, .btn-check:checked + .obs-accordion-header, :not(.btn-check) + .btn:active, :not(.btn-check) + .obs-accordion-header:active, .btn:first-child:active, .obs-accordion-header:first-child:active, .btn.active, .active.obs-accordion-header, .btn.show, .show.obs-accordion-header {
|
|
2952
2953
|
color: var(--bs-btn-active-color);
|
|
2953
2954
|
background-color: var(--bs-btn-active-bg);
|
|
2954
2955
|
border-color: var(--bs-btn-active-border-color);
|
|
2955
2956
|
}
|
|
2956
|
-
.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
|
|
2957
|
+
.btn-check:checked + .btn:focus-visible, .btn-check:checked + .obs-accordion-header:focus-visible, :not(.btn-check) + .btn:active:focus-visible, :not(.btn-check) + .obs-accordion-header:active:focus-visible, .btn:first-child:active:focus-visible, .obs-accordion-header:first-child:active:focus-visible, .btn.active:focus-visible, .active.obs-accordion-header:focus-visible, .btn.show:focus-visible, .show.obs-accordion-header:focus-visible {
|
|
2957
2958
|
box-shadow: var(--bs-btn-focus-box-shadow);
|
|
2958
2959
|
}
|
|
2959
|
-
.btn-check:checked:focus-visible + .btn {
|
|
2960
|
+
.btn-check:checked:focus-visible + .btn, .btn-check:checked:focus-visible + .obs-accordion-header {
|
|
2960
2961
|
box-shadow: var(--bs-btn-focus-box-shadow);
|
|
2961
2962
|
}
|
|
2962
|
-
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
|
|
2963
|
+
.btn:disabled, .obs-accordion-header:disabled, .btn.disabled, .disabled.obs-accordion-header, fieldset:disabled .btn, fieldset:disabled .obs-accordion-header {
|
|
2963
2964
|
color: var(--bs-btn-disabled-color);
|
|
2964
2965
|
pointer-events: none;
|
|
2965
2966
|
background-color: var(--bs-btn-disabled-bg);
|
|
@@ -2967,17 +2968,17 @@ textarea.form-control-lg {
|
|
|
2967
2968
|
opacity: var(--bs-btn-disabled-opacity);
|
|
2968
2969
|
}
|
|
2969
2970
|
|
|
2970
|
-
.btn-primary {
|
|
2971
|
+
.btn-primary, .obs-accordion-header.active {
|
|
2971
2972
|
--bs-btn-color: #fff;
|
|
2972
2973
|
--bs-btn-bg: #0d6efd;
|
|
2973
2974
|
--bs-btn-border-color: #0d6efd;
|
|
2974
2975
|
--bs-btn-hover-color: #fff;
|
|
2975
|
-
--bs-btn-hover-bg:
|
|
2976
|
-
--bs-btn-hover-border-color:
|
|
2976
|
+
--bs-btn-hover-bg: #0b5ed7;
|
|
2977
|
+
--bs-btn-hover-border-color: #0a58ca;
|
|
2977
2978
|
--bs-btn-focus-shadow-rgb: 49, 132, 253;
|
|
2978
2979
|
--bs-btn-active-color: #fff;
|
|
2979
|
-
--bs-btn-active-bg:
|
|
2980
|
-
--bs-btn-active-border-color:
|
|
2980
|
+
--bs-btn-active-bg: #0a58ca;
|
|
2981
|
+
--bs-btn-active-border-color: #0a53be;
|
|
2981
2982
|
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
2982
2983
|
--bs-btn-disabled-color: #fff;
|
|
2983
2984
|
--bs-btn-disabled-bg: #0d6efd;
|
|
@@ -2989,12 +2990,12 @@ textarea.form-control-lg {
|
|
|
2989
2990
|
--bs-btn-bg: #6c757d;
|
|
2990
2991
|
--bs-btn-border-color: #6c757d;
|
|
2991
2992
|
--bs-btn-hover-color: #fff;
|
|
2992
|
-
--bs-btn-hover-bg:
|
|
2993
|
-
--bs-btn-hover-border-color:
|
|
2993
|
+
--bs-btn-hover-bg: #5c636a;
|
|
2994
|
+
--bs-btn-hover-border-color: #565e64;
|
|
2994
2995
|
--bs-btn-focus-shadow-rgb: 130, 138, 145;
|
|
2995
2996
|
--bs-btn-active-color: #fff;
|
|
2996
|
-
--bs-btn-active-bg:
|
|
2997
|
-
--bs-btn-active-border-color:
|
|
2997
|
+
--bs-btn-active-bg: #565e64;
|
|
2998
|
+
--bs-btn-active-border-color: #51585e;
|
|
2998
2999
|
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
2999
3000
|
--bs-btn-disabled-color: #fff;
|
|
3000
3001
|
--bs-btn-disabled-bg: #6c757d;
|
|
@@ -3006,12 +3007,12 @@ textarea.form-control-lg {
|
|
|
3006
3007
|
--bs-btn-bg: #198754;
|
|
3007
3008
|
--bs-btn-border-color: #198754;
|
|
3008
3009
|
--bs-btn-hover-color: #fff;
|
|
3009
|
-
--bs-btn-hover-bg:
|
|
3010
|
-
--bs-btn-hover-border-color:
|
|
3010
|
+
--bs-btn-hover-bg: #157347;
|
|
3011
|
+
--bs-btn-hover-border-color: #146c43;
|
|
3011
3012
|
--bs-btn-focus-shadow-rgb: 60, 153, 110;
|
|
3012
3013
|
--bs-btn-active-color: #fff;
|
|
3013
|
-
--bs-btn-active-bg:
|
|
3014
|
-
--bs-btn-active-border-color:
|
|
3014
|
+
--bs-btn-active-bg: #146c43;
|
|
3015
|
+
--bs-btn-active-border-color: #13653f;
|
|
3015
3016
|
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
3016
3017
|
--bs-btn-disabled-color: #fff;
|
|
3017
3018
|
--bs-btn-disabled-bg: #198754;
|
|
@@ -3023,12 +3024,12 @@ textarea.form-control-lg {
|
|
|
3023
3024
|
--bs-btn-bg: #0dcaf0;
|
|
3024
3025
|
--bs-btn-border-color: #0dcaf0;
|
|
3025
3026
|
--bs-btn-hover-color: #000;
|
|
3026
|
-
--bs-btn-hover-bg:
|
|
3027
|
-
--bs-btn-hover-border-color:
|
|
3027
|
+
--bs-btn-hover-bg: #31d2f2;
|
|
3028
|
+
--bs-btn-hover-border-color: #25cff2;
|
|
3028
3029
|
--bs-btn-focus-shadow-rgb: 11, 172, 204;
|
|
3029
3030
|
--bs-btn-active-color: #000;
|
|
3030
|
-
--bs-btn-active-bg:
|
|
3031
|
-
--bs-btn-active-border-color:
|
|
3031
|
+
--bs-btn-active-bg: #3dd5f3;
|
|
3032
|
+
--bs-btn-active-border-color: #25cff2;
|
|
3032
3033
|
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
3033
3034
|
--bs-btn-disabled-color: #000;
|
|
3034
3035
|
--bs-btn-disabled-bg: #0dcaf0;
|
|
@@ -3040,12 +3041,12 @@ textarea.form-control-lg {
|
|
|
3040
3041
|
--bs-btn-bg: #ffc107;
|
|
3041
3042
|
--bs-btn-border-color: #ffc107;
|
|
3042
3043
|
--bs-btn-hover-color: #000;
|
|
3043
|
-
--bs-btn-hover-bg:
|
|
3044
|
-
--bs-btn-hover-border-color:
|
|
3044
|
+
--bs-btn-hover-bg: #ffca2c;
|
|
3045
|
+
--bs-btn-hover-border-color: #ffc720;
|
|
3045
3046
|
--bs-btn-focus-shadow-rgb: 217, 164, 6;
|
|
3046
3047
|
--bs-btn-active-color: #000;
|
|
3047
|
-
--bs-btn-active-bg:
|
|
3048
|
-
--bs-btn-active-border-color:
|
|
3048
|
+
--bs-btn-active-bg: #ffcd39;
|
|
3049
|
+
--bs-btn-active-border-color: #ffc720;
|
|
3049
3050
|
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
3050
3051
|
--bs-btn-disabled-color: #000;
|
|
3051
3052
|
--bs-btn-disabled-bg: #ffc107;
|
|
@@ -3057,29 +3058,29 @@ textarea.form-control-lg {
|
|
|
3057
3058
|
--bs-btn-bg: #dc3545;
|
|
3058
3059
|
--bs-btn-border-color: #dc3545;
|
|
3059
3060
|
--bs-btn-hover-color: #fff;
|
|
3060
|
-
--bs-btn-hover-bg:
|
|
3061
|
-
--bs-btn-hover-border-color:
|
|
3061
|
+
--bs-btn-hover-bg: #bb2d3b;
|
|
3062
|
+
--bs-btn-hover-border-color: #b02a37;
|
|
3062
3063
|
--bs-btn-focus-shadow-rgb: 225, 83, 97;
|
|
3063
3064
|
--bs-btn-active-color: #fff;
|
|
3064
|
-
--bs-btn-active-bg:
|
|
3065
|
-
--bs-btn-active-border-color:
|
|
3065
|
+
--bs-btn-active-bg: #b02a37;
|
|
3066
|
+
--bs-btn-active-border-color: #a52834;
|
|
3066
3067
|
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
3067
3068
|
--bs-btn-disabled-color: #fff;
|
|
3068
3069
|
--bs-btn-disabled-bg: #dc3545;
|
|
3069
3070
|
--bs-btn-disabled-border-color: #dc3545;
|
|
3070
3071
|
}
|
|
3071
3072
|
|
|
3072
|
-
.btn-light {
|
|
3073
|
+
.btn-light, .obs-accordion-header {
|
|
3073
3074
|
--bs-btn-color: #000;
|
|
3074
3075
|
--bs-btn-bg: #f8f9fa;
|
|
3075
3076
|
--bs-btn-border-color: #f8f9fa;
|
|
3076
3077
|
--bs-btn-hover-color: #000;
|
|
3077
|
-
--bs-btn-hover-bg:
|
|
3078
|
-
--bs-btn-hover-border-color:
|
|
3078
|
+
--bs-btn-hover-bg: #d3d4d5;
|
|
3079
|
+
--bs-btn-hover-border-color: #c6c7c8;
|
|
3079
3080
|
--bs-btn-focus-shadow-rgb: 211, 212, 213;
|
|
3080
3081
|
--bs-btn-active-color: #000;
|
|
3081
|
-
--bs-btn-active-bg:
|
|
3082
|
-
--bs-btn-active-border-color:
|
|
3082
|
+
--bs-btn-active-bg: #c6c7c8;
|
|
3083
|
+
--bs-btn-active-border-color: #babbbc;
|
|
3083
3084
|
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
3084
3085
|
--bs-btn-disabled-color: #000;
|
|
3085
3086
|
--bs-btn-disabled-bg: #f8f9fa;
|
|
@@ -3091,12 +3092,12 @@ textarea.form-control-lg {
|
|
|
3091
3092
|
--bs-btn-bg: #212529;
|
|
3092
3093
|
--bs-btn-border-color: #212529;
|
|
3093
3094
|
--bs-btn-hover-color: #fff;
|
|
3094
|
-
--bs-btn-hover-bg:
|
|
3095
|
-
--bs-btn-hover-border-color:
|
|
3095
|
+
--bs-btn-hover-bg: #424649;
|
|
3096
|
+
--bs-btn-hover-border-color: #373b3e;
|
|
3096
3097
|
--bs-btn-focus-shadow-rgb: 66, 70, 73;
|
|
3097
3098
|
--bs-btn-active-color: #fff;
|
|
3098
|
-
--bs-btn-active-bg:
|
|
3099
|
-
--bs-btn-active-border-color:
|
|
3099
|
+
--bs-btn-active-bg: #4d5154;
|
|
3100
|
+
--bs-btn-active-border-color: #373b3e;
|
|
3100
3101
|
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
3101
3102
|
--bs-btn-disabled-color: #fff;
|
|
3102
3103
|
--bs-btn-disabled-bg: #212529;
|
|
@@ -3261,14 +3262,14 @@ textarea.form-control-lg {
|
|
|
3261
3262
|
color: var(--bs-btn-hover-color);
|
|
3262
3263
|
}
|
|
3263
3264
|
|
|
3264
|
-
.btn-lg, .btn-group-lg > .btn {
|
|
3265
|
+
.btn-lg, .btn-group-lg > .btn, .btn-group-lg > .obs-accordion-header {
|
|
3265
3266
|
--bs-btn-padding-y: 0.5rem;
|
|
3266
3267
|
--bs-btn-padding-x: 1rem;
|
|
3267
3268
|
--bs-btn-font-size: 1.25rem;
|
|
3268
3269
|
--bs-btn-border-radius: var(--bs-border-radius-lg);
|
|
3269
3270
|
}
|
|
3270
3271
|
|
|
3271
|
-
.btn-sm, .btn-group-sm > .btn {
|
|
3272
|
+
.btn-sm, .btn-group-sm > .btn, .btn-group-sm > .obs-accordion-header {
|
|
3272
3273
|
--bs-btn-padding-y: 0.25rem;
|
|
3273
3274
|
--bs-btn-padding-x: 0.5rem;
|
|
3274
3275
|
--bs-btn-font-size: 0.875rem;
|
|
@@ -3635,23 +3636,35 @@ textarea.form-control-lg {
|
|
|
3635
3636
|
display: inline-flex;
|
|
3636
3637
|
vertical-align: middle;
|
|
3637
3638
|
}
|
|
3638
|
-
.btn-group > .btn,
|
|
3639
|
-
.btn-group-vertical > .btn
|
|
3639
|
+
.btn-group > .btn, .btn-group > .obs-accordion-header,
|
|
3640
|
+
.btn-group-vertical > .btn,
|
|
3641
|
+
.btn-group-vertical > .obs-accordion-header {
|
|
3640
3642
|
position: relative;
|
|
3641
3643
|
flex: 1 1 auto;
|
|
3642
3644
|
}
|
|
3643
|
-
.btn-group > .btn-check:checked + .btn,
|
|
3645
|
+
.btn-group > .btn-check:checked + .btn, .btn-group > .btn-check:checked + .obs-accordion-header,
|
|
3644
3646
|
.btn-group > .btn-check:focus + .btn,
|
|
3647
|
+
.btn-group > .btn-check:focus + .obs-accordion-header,
|
|
3645
3648
|
.btn-group > .btn:hover,
|
|
3649
|
+
.btn-group > .obs-accordion-header:hover,
|
|
3646
3650
|
.btn-group > .btn:focus,
|
|
3651
|
+
.btn-group > .obs-accordion-header:focus,
|
|
3647
3652
|
.btn-group > .btn:active,
|
|
3653
|
+
.btn-group > .obs-accordion-header:active,
|
|
3648
3654
|
.btn-group > .btn.active,
|
|
3655
|
+
.btn-group > .active.obs-accordion-header,
|
|
3649
3656
|
.btn-group-vertical > .btn-check:checked + .btn,
|
|
3657
|
+
.btn-group-vertical > .btn-check:checked + .obs-accordion-header,
|
|
3650
3658
|
.btn-group-vertical > .btn-check:focus + .btn,
|
|
3659
|
+
.btn-group-vertical > .btn-check:focus + .obs-accordion-header,
|
|
3651
3660
|
.btn-group-vertical > .btn:hover,
|
|
3661
|
+
.btn-group-vertical > .obs-accordion-header:hover,
|
|
3652
3662
|
.btn-group-vertical > .btn:focus,
|
|
3663
|
+
.btn-group-vertical > .obs-accordion-header:focus,
|
|
3653
3664
|
.btn-group-vertical > .btn:active,
|
|
3654
|
-
.btn-group-vertical > .
|
|
3665
|
+
.btn-group-vertical > .obs-accordion-header:active,
|
|
3666
|
+
.btn-group-vertical > .btn.active,
|
|
3667
|
+
.btn-group-vertical > .active.obs-accordion-header {
|
|
3655
3668
|
z-index: 1;
|
|
3656
3669
|
}
|
|
3657
3670
|
|
|
@@ -3667,19 +3680,23 @@ textarea.form-control-lg {
|
|
|
3667
3680
|
.btn-group {
|
|
3668
3681
|
border-radius: var(--bs-border-radius);
|
|
3669
3682
|
}
|
|
3670
|
-
.btn-group > :not(.btn-check:first-child) + .btn,
|
|
3683
|
+
.btn-group > :not(.btn-check:first-child) + .btn, .btn-group > :not(.btn-check:first-child) + .obs-accordion-header,
|
|
3671
3684
|
.btn-group > .btn-group:not(:first-child) {
|
|
3672
3685
|
margin-left: calc(var(--bs-border-width) * -1);
|
|
3673
3686
|
}
|
|
3674
|
-
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
|
|
3687
|
+
.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .btn-group > .obs-accordion-header:not(:last-child):not(.dropdown-toggle),
|
|
3675
3688
|
.btn-group > .btn.dropdown-toggle-split:first-child,
|
|
3676
|
-
.btn-group > .
|
|
3689
|
+
.btn-group > .dropdown-toggle-split.obs-accordion-header:first-child,
|
|
3690
|
+
.btn-group > .btn-group:not(:last-child) > .btn,
|
|
3691
|
+
.btn-group > .btn-group:not(:last-child) > .obs-accordion-header {
|
|
3677
3692
|
border-top-right-radius: 0;
|
|
3678
3693
|
border-bottom-right-radius: 0;
|
|
3679
3694
|
}
|
|
3680
|
-
.btn-group > .btn:nth-child(n+3),
|
|
3695
|
+
.btn-group > .btn:nth-child(n+3), .btn-group > .obs-accordion-header:nth-child(n+3),
|
|
3681
3696
|
.btn-group > :not(.btn-check) + .btn,
|
|
3682
|
-
.btn-group >
|
|
3697
|
+
.btn-group > :not(.btn-check) + .obs-accordion-header,
|
|
3698
|
+
.btn-group > .btn-group:not(:first-child) > .btn,
|
|
3699
|
+
.btn-group > .btn-group:not(:first-child) > .obs-accordion-header {
|
|
3683
3700
|
border-top-left-radius: 0;
|
|
3684
3701
|
border-bottom-left-radius: 0;
|
|
3685
3702
|
}
|
|
@@ -3695,12 +3712,12 @@ textarea.form-control-lg {
|
|
|
3695
3712
|
margin-right: 0;
|
|
3696
3713
|
}
|
|
3697
3714
|
|
|
3698
|
-
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
|
|
3715
|
+
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .btn-group-sm > .obs-accordion-header + .dropdown-toggle-split {
|
|
3699
3716
|
padding-right: 0.375rem;
|
|
3700
3717
|
padding-left: 0.375rem;
|
|
3701
3718
|
}
|
|
3702
3719
|
|
|
3703
|
-
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
|
|
3720
|
+
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .btn-group-lg > .obs-accordion-header + .dropdown-toggle-split {
|
|
3704
3721
|
padding-right: 0.75rem;
|
|
3705
3722
|
padding-left: 0.75rem;
|
|
3706
3723
|
}
|
|
@@ -3710,21 +3727,23 @@ textarea.form-control-lg {
|
|
|
3710
3727
|
align-items: flex-start;
|
|
3711
3728
|
justify-content: center;
|
|
3712
3729
|
}
|
|
3713
|
-
.btn-group-vertical > .btn,
|
|
3730
|
+
.btn-group-vertical > .btn, .btn-group-vertical > .obs-accordion-header,
|
|
3714
3731
|
.btn-group-vertical > .btn-group {
|
|
3715
3732
|
width: 100%;
|
|
3716
3733
|
}
|
|
3717
|
-
.btn-group-vertical > .btn:not(:first-child),
|
|
3734
|
+
.btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .obs-accordion-header:not(:first-child),
|
|
3718
3735
|
.btn-group-vertical > .btn-group:not(:first-child) {
|
|
3719
3736
|
margin-top: calc(var(--bs-border-width) * -1);
|
|
3720
3737
|
}
|
|
3721
|
-
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
|
|
3722
|
-
.btn-group-vertical > .btn-group:not(:last-child) > .btn
|
|
3738
|
+
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .obs-accordion-header:not(:last-child):not(.dropdown-toggle),
|
|
3739
|
+
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
|
|
3740
|
+
.btn-group-vertical > .btn-group:not(:last-child) > .obs-accordion-header {
|
|
3723
3741
|
border-bottom-right-radius: 0;
|
|
3724
3742
|
border-bottom-left-radius: 0;
|
|
3725
3743
|
}
|
|
3726
|
-
.btn-group-vertical > .btn ~ .btn,
|
|
3727
|
-
.btn-group-vertical > .btn-group:not(:first-child) > .btn
|
|
3744
|
+
.btn-group-vertical > .btn ~ .btn, .btn-group-vertical > .obs-accordion-header ~ .btn, .btn-group-vertical > .btn ~ .obs-accordion-header, .btn-group-vertical > .obs-accordion-header ~ .obs-accordion-header,
|
|
3745
|
+
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
|
|
3746
|
+
.btn-group-vertical > .btn-group:not(:first-child) > .obs-accordion-header {
|
|
3728
3747
|
border-top-left-radius: 0;
|
|
3729
3748
|
border-top-right-radius: 0;
|
|
3730
3749
|
}
|
|
@@ -3894,7 +3913,6 @@ textarea.form-control-lg {
|
|
|
3894
3913
|
}
|
|
3895
3914
|
.navbar > .container,
|
|
3896
3915
|
.navbar > .container-fluid,
|
|
3897
|
-
.navbar > .cherita-app,
|
|
3898
3916
|
.navbar > .container-sm,
|
|
3899
3917
|
.navbar > .container-md,
|
|
3900
3918
|
.navbar > .container-lg,
|
|
@@ -4292,7 +4310,7 @@ textarea.form-control-lg {
|
|
|
4292
4310
|
--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");
|
|
4293
4311
|
}
|
|
4294
4312
|
|
|
4295
|
-
.card {
|
|
4313
|
+
.card, .obs-accordion-body {
|
|
4296
4314
|
--bs-card-spacer-y: 1rem;
|
|
4297
4315
|
--bs-card-spacer-x: 1rem;
|
|
4298
4316
|
--bs-card-title-spacer-y: 0.5rem;
|
|
@@ -4324,26 +4342,27 @@ textarea.form-control-lg {
|
|
|
4324
4342
|
border: var(--bs-card-border-width) solid var(--bs-card-border-color);
|
|
4325
4343
|
border-radius: var(--bs-card-border-radius);
|
|
4326
4344
|
}
|
|
4327
|
-
.card > hr {
|
|
4345
|
+
.card > hr, .obs-accordion-body > hr {
|
|
4328
4346
|
margin-right: 0;
|
|
4329
4347
|
margin-left: 0;
|
|
4330
4348
|
}
|
|
4331
|
-
.card > .list-group {
|
|
4349
|
+
.card > .list-group, .obs-accordion-body > .list-group {
|
|
4332
4350
|
border-top: inherit;
|
|
4333
4351
|
border-bottom: inherit;
|
|
4334
4352
|
}
|
|
4335
|
-
.card > .list-group:first-child {
|
|
4353
|
+
.card > .list-group:first-child, .obs-accordion-body > .list-group:first-child {
|
|
4336
4354
|
border-top-width: 0;
|
|
4337
4355
|
border-top-left-radius: var(--bs-card-inner-border-radius);
|
|
4338
4356
|
border-top-right-radius: var(--bs-card-inner-border-radius);
|
|
4339
4357
|
}
|
|
4340
|
-
.card > .list-group:last-child {
|
|
4358
|
+
.card > .list-group:last-child, .obs-accordion-body > .list-group:last-child {
|
|
4341
4359
|
border-bottom-width: 0;
|
|
4342
4360
|
border-bottom-right-radius: var(--bs-card-inner-border-radius);
|
|
4343
4361
|
border-bottom-left-radius: var(--bs-card-inner-border-radius);
|
|
4344
4362
|
}
|
|
4345
|
-
.card > .card-header + .list-group,
|
|
4346
|
-
.card > .list-group + .card-footer
|
|
4363
|
+
.card > .card-header + .list-group, .obs-accordion-body > .card-header + .list-group,
|
|
4364
|
+
.card > .list-group + .card-footer,
|
|
4365
|
+
.obs-accordion-body > .list-group + .card-footer {
|
|
4347
4366
|
border-top: 0;
|
|
4348
4367
|
}
|
|
4349
4368
|
|
|
@@ -4437,7 +4456,7 @@ textarea.form-control-lg {
|
|
|
4437
4456
|
border-bottom-left-radius: var(--bs-card-inner-border-radius);
|
|
4438
4457
|
}
|
|
4439
4458
|
|
|
4440
|
-
.card-group > .card {
|
|
4459
|
+
.card-group > .card, .card-group > .obs-accordion-body {
|
|
4441
4460
|
margin-bottom: var(--bs-card-group-margin);
|
|
4442
4461
|
}
|
|
4443
4462
|
@media (min-width: 576px) {
|
|
@@ -4445,36 +4464,40 @@ textarea.form-control-lg {
|
|
|
4445
4464
|
display: flex;
|
|
4446
4465
|
flex-flow: row wrap;
|
|
4447
4466
|
}
|
|
4448
|
-
.card-group > .card {
|
|
4467
|
+
.card-group > .card, .card-group > .obs-accordion-body {
|
|
4449
4468
|
flex: 1 0 0%;
|
|
4450
4469
|
margin-bottom: 0;
|
|
4451
4470
|
}
|
|
4452
|
-
.card-group > .card + .card {
|
|
4471
|
+
.card-group > .card + .card, .card-group > .obs-accordion-body + .card, .card-group > .card + .obs-accordion-body, .card-group > .obs-accordion-body + .obs-accordion-body {
|
|
4453
4472
|
margin-left: 0;
|
|
4454
4473
|
border-left: 0;
|
|
4455
4474
|
}
|
|
4456
|
-
.card-group > .card:not(:last-child) {
|
|
4475
|
+
.card-group > .card:not(:last-child), .card-group > .obs-accordion-body:not(:last-child) {
|
|
4457
4476
|
border-top-right-radius: 0;
|
|
4458
4477
|
border-bottom-right-radius: 0;
|
|
4459
4478
|
}
|
|
4460
|
-
.card-group > .card:not(:last-child) .card-img-top,
|
|
4461
|
-
.card-group > .card:not(:last-child) .card-header
|
|
4479
|
+
.card-group > .card:not(:last-child) .card-img-top, .card-group > .obs-accordion-body:not(:last-child) .card-img-top,
|
|
4480
|
+
.card-group > .card:not(:last-child) .card-header,
|
|
4481
|
+
.card-group > .obs-accordion-body:not(:last-child) .card-header {
|
|
4462
4482
|
border-top-right-radius: 0;
|
|
4463
4483
|
}
|
|
4464
|
-
.card-group > .card:not(:last-child) .card-img-bottom,
|
|
4465
|
-
.card-group > .card:not(:last-child) .card-footer
|
|
4484
|
+
.card-group > .card:not(:last-child) .card-img-bottom, .card-group > .obs-accordion-body:not(:last-child) .card-img-bottom,
|
|
4485
|
+
.card-group > .card:not(:last-child) .card-footer,
|
|
4486
|
+
.card-group > .obs-accordion-body:not(:last-child) .card-footer {
|
|
4466
4487
|
border-bottom-right-radius: 0;
|
|
4467
4488
|
}
|
|
4468
|
-
.card-group > .card:not(:first-child) {
|
|
4489
|
+
.card-group > .card:not(:first-child), .card-group > .obs-accordion-body:not(:first-child) {
|
|
4469
4490
|
border-top-left-radius: 0;
|
|
4470
4491
|
border-bottom-left-radius: 0;
|
|
4471
4492
|
}
|
|
4472
|
-
.card-group > .card:not(:first-child) .card-img-top,
|
|
4473
|
-
.card-group > .card:not(:first-child) .card-header
|
|
4493
|
+
.card-group > .card:not(:first-child) .card-img-top, .card-group > .obs-accordion-body:not(:first-child) .card-img-top,
|
|
4494
|
+
.card-group > .card:not(:first-child) .card-header,
|
|
4495
|
+
.card-group > .obs-accordion-body:not(:first-child) .card-header {
|
|
4474
4496
|
border-top-left-radius: 0;
|
|
4475
4497
|
}
|
|
4476
|
-
.card-group > .card:not(:first-child) .card-img-bottom,
|
|
4477
|
-
.card-group > .card:not(:first-child) .card-footer
|
|
4498
|
+
.card-group > .card:not(:first-child) .card-img-bottom, .card-group > .obs-accordion-body:not(:first-child) .card-img-bottom,
|
|
4499
|
+
.card-group > .card:not(:first-child) .card-footer,
|
|
4500
|
+
.card-group > .obs-accordion-body:not(:first-child) .card-footer {
|
|
4478
4501
|
border-bottom-left-radius: 0;
|
|
4479
4502
|
}
|
|
4480
4503
|
}
|
|
@@ -4495,7 +4518,7 @@ textarea.form-control-lg {
|
|
|
4495
4518
|
--bs-accordion-btn-icon-width: 1.25rem;
|
|
4496
4519
|
--bs-accordion-btn-icon-transform: rotate(-180deg);
|
|
4497
4520
|
--bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
|
|
4498
|
-
--bs-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='
|
|
4521
|
+
--bs-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='%23052c65' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
|
|
4499
4522
|
--bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
|
|
4500
4523
|
--bs-accordion-body-padding-x: 1.25rem;
|
|
4501
4524
|
--bs-accordion-body-padding-y: 1rem;
|
|
@@ -4613,8 +4636,8 @@ textarea.form-control-lg {
|
|
|
4613
4636
|
}
|
|
4614
4637
|
|
|
4615
4638
|
[data-bs-theme=dark] .accordion-button::after {
|
|
4616
|
-
--bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='
|
|
4617
|
-
--bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='
|
|
4639
|
+
--bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%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-.708z'/%3e%3c/svg%3e");
|
|
4640
|
+
--bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%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-.708z'/%3e%3c/svg%3e");
|
|
4618
4641
|
}
|
|
4619
4642
|
|
|
4620
4643
|
.breadcrumb {
|
|
@@ -4765,7 +4788,7 @@ textarea.form-control-lg {
|
|
|
4765
4788
|
display: none;
|
|
4766
4789
|
}
|
|
4767
4790
|
|
|
4768
|
-
.btn .badge {
|
|
4791
|
+
.btn .badge, .obs-accordion-header .badge {
|
|
4769
4792
|
position: relative;
|
|
4770
4793
|
top: -1px;
|
|
4771
4794
|
}
|
|
@@ -6705,7 +6728,7 @@ textarea.form-control-lg {
|
|
|
6705
6728
|
background-color: currentcolor;
|
|
6706
6729
|
opacity: 0.5;
|
|
6707
6730
|
}
|
|
6708
|
-
.placeholder.btn::before {
|
|
6731
|
+
.placeholder.btn::before, .placeholder.obs-accordion-header::before {
|
|
6709
6732
|
display: inline-block;
|
|
6710
6733
|
content: "";
|
|
6711
6734
|
}
|
|
@@ -7207,7 +7230,7 @@ textarea.form-control-lg {
|
|
|
7207
7230
|
display: inline-block !important;
|
|
7208
7231
|
}
|
|
7209
7232
|
|
|
7210
|
-
.d-block, .cherita-navbar {
|
|
7233
|
+
.d-block, .cherita-app .cherita-navbar {
|
|
7211
7234
|
display: block !important;
|
|
7212
7235
|
}
|
|
7213
7236
|
|
|
@@ -7239,7 +7262,7 @@ textarea.form-control-lg {
|
|
|
7239
7262
|
display: inline-flex !important;
|
|
7240
7263
|
}
|
|
7241
7264
|
|
|
7242
|
-
.d-none, .cherita-app-obs, .cherita-app-var {
|
|
7265
|
+
.d-none, .cherita-app-obs, .cherita-app-sidebar, .cherita-app-var {
|
|
7243
7266
|
display: none !important;
|
|
7244
7267
|
}
|
|
7245
7268
|
|
|
@@ -7781,7 +7804,7 @@ textarea.form-control-lg {
|
|
|
7781
7804
|
margin: 0.5rem !important;
|
|
7782
7805
|
}
|
|
7783
7806
|
|
|
7784
|
-
.m-3 {
|
|
7807
|
+
.m-3, .cherita-app .cherita-navbar {
|
|
7785
7808
|
margin: 1rem !important;
|
|
7786
7809
|
}
|
|
7787
7810
|
|
|
@@ -7802,7 +7825,7 @@ textarea.form-control-lg {
|
|
|
7802
7825
|
margin-left: 0 !important;
|
|
7803
7826
|
}
|
|
7804
7827
|
|
|
7805
|
-
.mx-1
|
|
7828
|
+
.mx-1 {
|
|
7806
7829
|
margin-right: 0.25rem !important;
|
|
7807
7830
|
margin-left: 0.25rem !important;
|
|
7808
7831
|
}
|
|
@@ -7842,7 +7865,7 @@ textarea.form-control-lg {
|
|
|
7842
7865
|
margin-bottom: 0.25rem !important;
|
|
7843
7866
|
}
|
|
7844
7867
|
|
|
7845
|
-
.my-2
|
|
7868
|
+
.my-2 {
|
|
7846
7869
|
margin-top: 0.5rem !important;
|
|
7847
7870
|
margin-bottom: 0.5rem !important;
|
|
7848
7871
|
}
|
|
@@ -8362,7 +8385,7 @@ textarea.form-control-lg {
|
|
|
8362
8385
|
}
|
|
8363
8386
|
|
|
8364
8387
|
/* rtl:end:remove */
|
|
8365
|
-
.text-primary {
|
|
8388
|
+
.text-primary, .obs-accordion-header {
|
|
8366
8389
|
--bs-text-opacity: 1;
|
|
8367
8390
|
color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
|
|
8368
8391
|
}
|
|
@@ -8392,7 +8415,7 @@ textarea.form-control-lg {
|
|
|
8392
8415
|
color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
|
|
8393
8416
|
}
|
|
8394
8417
|
|
|
8395
|
-
.text-light {
|
|
8418
|
+
.text-light, .obs-accordion-header.active {
|
|
8396
8419
|
--bs-text-opacity: 1;
|
|
8397
8420
|
color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
|
|
8398
8421
|
}
|
|
@@ -10746,13 +10769,13 @@ textarea.form-control-lg {
|
|
|
10746
10769
|
.d-xl-table-cell {
|
|
10747
10770
|
display: table-cell !important;
|
|
10748
10771
|
}
|
|
10749
|
-
.d-xl-flex {
|
|
10772
|
+
.d-xl-flex, .cherita-app-sidebar {
|
|
10750
10773
|
display: flex !important;
|
|
10751
10774
|
}
|
|
10752
10775
|
.d-xl-inline-flex {
|
|
10753
10776
|
display: inline-flex !important;
|
|
10754
10777
|
}
|
|
10755
|
-
.d-xl-none, .cherita-navbar {
|
|
10778
|
+
.d-xl-none, .cherita-app .cherita-navbar {
|
|
10756
10779
|
display: none !important;
|
|
10757
10780
|
}
|
|
10758
10781
|
.flex-xl-fill {
|
|
@@ -11846,6 +11869,146 @@ textarea.form-control-lg {
|
|
|
11846
11869
|
display: none !important;
|
|
11847
11870
|
}
|
|
11848
11871
|
}
|
|
11872
|
+
.cherita-app {
|
|
11873
|
+
position: relative;
|
|
11874
|
+
}
|
|
11875
|
+
|
|
11876
|
+
.cherita-app .cherita-navbar {
|
|
11877
|
+
position: absolute;
|
|
11878
|
+
z-index: 11;
|
|
11879
|
+
top: 0;
|
|
11880
|
+
left: 0;
|
|
11881
|
+
right: 0;
|
|
11882
|
+
border-radius: 0.25rem;
|
|
11883
|
+
}
|
|
11884
|
+
@media (min-width: 992px) and (max-width: 1199px) {
|
|
11885
|
+
.cherita-app .cherita-navbar {
|
|
11886
|
+
margin-left: calc(33.33333333% + 1rem) !important;
|
|
11887
|
+
}
|
|
11888
|
+
}
|
|
11889
|
+
|
|
11890
|
+
.cherita-app-canvas {
|
|
11891
|
+
position: relative;
|
|
11892
|
+
}
|
|
11893
|
+
|
|
11894
|
+
.cherita-app-obs {
|
|
11895
|
+
overflow-y: scroll;
|
|
11896
|
+
}
|
|
11897
|
+
|
|
11898
|
+
.cherita-app-sidebar {
|
|
11899
|
+
width: 20%;
|
|
11900
|
+
position: relative;
|
|
11901
|
+
}
|
|
11902
|
+
.cherita-app-sidebar .card, .cherita-app-sidebar .obs-accordion-body {
|
|
11903
|
+
width: 100%;
|
|
11904
|
+
}
|
|
11905
|
+
.cherita-app-sidebar .card-body {
|
|
11906
|
+
overflow-y: hidden;
|
|
11907
|
+
}
|
|
11908
|
+
.cherita-app-sidebar .sidebar-pseudospatial {
|
|
11909
|
+
padding: 10px;
|
|
11910
|
+
border-bottom: 1px solid #dee2e6;
|
|
11911
|
+
}
|
|
11912
|
+
.cherita-app-sidebar .sidebar-pseudospatial .cherita-legend {
|
|
11913
|
+
margin: 0 auto;
|
|
11914
|
+
}
|
|
11915
|
+
.cherita-app-sidebar .sidebar-features {
|
|
11916
|
+
padding: 10px;
|
|
11917
|
+
margin-bottom: 10px;
|
|
11918
|
+
overflow-y: auto;
|
|
11919
|
+
}
|
|
11920
|
+
.cherita-app-sidebar .accordion-header-wrapper {
|
|
11921
|
+
cursor: pointer;
|
|
11922
|
+
padding: var(--geeks-accordion-btn-padding-y) var(--geeks-accordion-btn-padding-x);
|
|
11923
|
+
color: var(--geeks-accordion-btn-color);
|
|
11924
|
+
background-color: var(--geeks-accordion-btn-bg);
|
|
11925
|
+
border: 0;
|
|
11926
|
+
border-radius: 0;
|
|
11927
|
+
transition: var(--geeks-accordion-transition);
|
|
11928
|
+
display: flex;
|
|
11929
|
+
align-items: center;
|
|
11930
|
+
width: 100%;
|
|
11931
|
+
}
|
|
11932
|
+
.cherita-app-sidebar .accordion-header-wrapper:after {
|
|
11933
|
+
content: "";
|
|
11934
|
+
flex-shrink: 0;
|
|
11935
|
+
width: var(--geeks-accordion-btn-icon-width);
|
|
11936
|
+
height: var(--geeks-accordion-btn-icon-width);
|
|
11937
|
+
margin-left: 8px;
|
|
11938
|
+
background-image: var(--geeks-accordion-btn-icon);
|
|
11939
|
+
background-repeat: no-repeat;
|
|
11940
|
+
background-size: var(--geeks-accordion-btn-icon-width);
|
|
11941
|
+
transition: var(--geeks-accordion-btn-icon-transition);
|
|
11942
|
+
}
|
|
11943
|
+
.cherita-app-sidebar .accordion-header-wrapper:not(.collapsed) {
|
|
11944
|
+
color: var(--geeks-accordion-active-color);
|
|
11945
|
+
background-color: var(--geeks-accordion-active-bg);
|
|
11946
|
+
}
|
|
11947
|
+
.cherita-app-sidebar .accordion-header-wrapper:not(.collapsed):after {
|
|
11948
|
+
background-image: var(--geeks-accordion-btn-active-icon);
|
|
11949
|
+
transform: var(--geeks-accordion-btn-icon-transform);
|
|
11950
|
+
}
|
|
11951
|
+
|
|
11952
|
+
.cherita-spatial-controls {
|
|
11953
|
+
position: absolute;
|
|
11954
|
+
z-index: 10;
|
|
11955
|
+
top: 1rem;
|
|
11956
|
+
left: 1rem;
|
|
11957
|
+
width: 3rem;
|
|
11958
|
+
}
|
|
11959
|
+
|
|
11960
|
+
@media (max-width: 1199.98px) {
|
|
11961
|
+
.cherita-spatial-controls {
|
|
11962
|
+
top: 5rem;
|
|
11963
|
+
}
|
|
11964
|
+
}
|
|
11965
|
+
.modern-scrollbars::-webkit-scrollbar {
|
|
11966
|
+
width: 20px;
|
|
11967
|
+
}
|
|
11968
|
+
|
|
11969
|
+
.modern-scrollbars::-webkit-scrollbar-track {
|
|
11970
|
+
background-color: transparent;
|
|
11971
|
+
}
|
|
11972
|
+
|
|
11973
|
+
.modern-scrollbars::-webkit-scrollbar-thumb {
|
|
11974
|
+
background-color: #d6dee1;
|
|
11975
|
+
border-radius: 20px;
|
|
11976
|
+
border: 6px solid transparent;
|
|
11977
|
+
background-clip: content-box;
|
|
11978
|
+
}
|
|
11979
|
+
|
|
11980
|
+
.modern-scrollbars::-webkit-scrollbar-thumb:hover {
|
|
11981
|
+
background-color: #a8bbbf;
|
|
11982
|
+
}
|
|
11983
|
+
|
|
11984
|
+
.js-plotly-plot .plotly .modebar {
|
|
11985
|
+
border-radius: 5px;
|
|
11986
|
+
background-color: rgba(0, 0, 0, 0.6);
|
|
11987
|
+
padding: 0 4px !important;
|
|
11988
|
+
}
|
|
11989
|
+
.js-plotly-plot .plotly .modebar .modebar-group {
|
|
11990
|
+
margin: 0 !important;
|
|
11991
|
+
padding: 0 !important;
|
|
11992
|
+
background-color: transparent !important;
|
|
11993
|
+
}
|
|
11994
|
+
.js-plotly-plot .plotly .modebar .modebar-group .modebar-btn {
|
|
11995
|
+
fill: white !important; /* Ensures white icons */
|
|
11996
|
+
color: white !important; /* Ensures text/icons are visible */
|
|
11997
|
+
position: relative;
|
|
11998
|
+
font-size: 16px;
|
|
11999
|
+
padding: 4px;
|
|
12000
|
+
height: auto;
|
|
12001
|
+
cursor: pointer;
|
|
12002
|
+
line-height: normal;
|
|
12003
|
+
}
|
|
12004
|
+
.js-plotly-plot .plotly .modebar .modebar-group .modebar-btn svg {
|
|
12005
|
+
position: relative;
|
|
12006
|
+
top: auto;
|
|
12007
|
+
bottom: auto;
|
|
12008
|
+
left: auto;
|
|
12009
|
+
right: auto;
|
|
12010
|
+
}
|
|
12011
|
+
|
|
11849
12012
|
.loading-spinner {
|
|
11850
12013
|
height: 100%;
|
|
11851
12014
|
width: 100%;
|
|
@@ -11868,20 +12031,6 @@ textarea.form-control-lg {
|
|
|
11868
12031
|
overflow: hidden;
|
|
11869
12032
|
}
|
|
11870
12033
|
|
|
11871
|
-
.cherita-navbar {
|
|
11872
|
-
position: absolute;
|
|
11873
|
-
z-index: 11;
|
|
11874
|
-
top: 0;
|
|
11875
|
-
left: 0;
|
|
11876
|
-
right: 0;
|
|
11877
|
-
border-radius: 0.25rem;
|
|
11878
|
-
}
|
|
11879
|
-
|
|
11880
|
-
.cherita-container .cherita-navbar-item > .dropdown-menu {
|
|
11881
|
-
height: var(--dropdown-height);
|
|
11882
|
-
overflow: hidden scroll;
|
|
11883
|
-
}
|
|
11884
|
-
|
|
11885
12034
|
/* Scrollbar styling */
|
|
11886
12035
|
/* Works on Firefox */
|
|
11887
12036
|
.cherita-container * {
|
|
@@ -11916,14 +12065,6 @@ textarea.form-control-lg {
|
|
|
11916
12065
|
height: 100%;
|
|
11917
12066
|
}
|
|
11918
12067
|
|
|
11919
|
-
.cherita-spatial-controls {
|
|
11920
|
-
position: absolute;
|
|
11921
|
-
z-index: 10;
|
|
11922
|
-
top: 1rem;
|
|
11923
|
-
left: 1rem;
|
|
11924
|
-
width: 3rem;
|
|
11925
|
-
}
|
|
11926
|
-
|
|
11927
12068
|
.cherita-spatial-footer {
|
|
11928
12069
|
position: absolute;
|
|
11929
12070
|
z-index: 10;
|
|
@@ -12092,21 +12233,11 @@ textarea.form-control-lg {
|
|
|
12092
12233
|
margin: 0;
|
|
12093
12234
|
}
|
|
12094
12235
|
|
|
12095
|
-
.cherita-app {
|
|
12096
|
-
position: relative;
|
|
12097
|
-
}
|
|
12098
|
-
|
|
12099
12236
|
.cherita-app-plot {
|
|
12100
12237
|
position: relative;
|
|
12101
12238
|
max-height: 100%;
|
|
12102
12239
|
}
|
|
12103
12240
|
|
|
12104
|
-
.cherita-app-obs {
|
|
12105
|
-
border-right: 5px solid #f5f5f5;
|
|
12106
|
-
overflow-y: scroll;
|
|
12107
|
-
height: 100%;
|
|
12108
|
-
}
|
|
12109
|
-
|
|
12110
12241
|
.cherita-app-var {
|
|
12111
12242
|
max-height: 100%;
|
|
12112
12243
|
}
|
|
@@ -12165,4 +12296,52 @@ textarea.form-control-lg {
|
|
|
12165
12296
|
z-index: 100 !important;
|
|
12166
12297
|
}
|
|
12167
12298
|
|
|
12299
|
+
.pseudospatial-reference-img {
|
|
12300
|
+
width: 100%;
|
|
12301
|
+
height: 100%;
|
|
12302
|
+
object-fit: contain; /* Keeps the image inside its allocated space */
|
|
12303
|
+
}
|
|
12304
|
+
|
|
12305
|
+
.cherita-pseudospatial-controls {
|
|
12306
|
+
position: absolute;
|
|
12307
|
+
z-index: 10;
|
|
12308
|
+
bottom: 1rem;
|
|
12309
|
+
left: 1rem;
|
|
12310
|
+
}
|
|
12311
|
+
|
|
12312
|
+
/* Styling the obs-accordion-header */
|
|
12313
|
+
.obs-accordion {
|
|
12314
|
+
margin-bottom: 10px; /* Space between each accordion */
|
|
12315
|
+
}
|
|
12316
|
+
|
|
12317
|
+
.obs-accordion-header {
|
|
12318
|
+
display: flex;
|
|
12319
|
+
align-items: center; /* Center the content vertically */
|
|
12320
|
+
margin: 10px 10px 0 10px;
|
|
12321
|
+
padding: 8px 12px; /* Adjust padding for spacing */
|
|
12322
|
+
border-radius: 8px; /* Optional: rounded corners */
|
|
12323
|
+
transition: background-color 0.3s ease; /* Smooth transition for background change */
|
|
12324
|
+
cursor: pointer;
|
|
12325
|
+
}
|
|
12326
|
+
.obs-accordion-header .obs-accordion-header-chevron {
|
|
12327
|
+
display: flex;
|
|
12328
|
+
justify-content: center;
|
|
12329
|
+
align-items: center;
|
|
12330
|
+
width: 20px; /* Fixed width to prevent layout shifts */
|
|
12331
|
+
height: 20px; /* Ensures a consistent square */
|
|
12332
|
+
margin-right: 10px;
|
|
12333
|
+
}
|
|
12334
|
+
.obs-accordion-header .obs-accordion-header-title {
|
|
12335
|
+
font-size: 1rem;
|
|
12336
|
+
}
|
|
12337
|
+
.obs-accordion-header:hover {
|
|
12338
|
+
background-color: var(--geeks-btn-hover-bg);
|
|
12339
|
+
border-color: var(--geeks-btn-hover-border-color);
|
|
12340
|
+
}
|
|
12341
|
+
|
|
12342
|
+
.obs-accordion-body {
|
|
12343
|
+
margin: 10px;
|
|
12344
|
+
position: relative;
|
|
12345
|
+
}
|
|
12346
|
+
|
|
12168
12347
|
/*# sourceMappingURL=cherita.css.map */
|