@syncfusion/ej2-splitbuttons 26.2.5 → 27.1.48
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 +6 -6
- package/dist/ej2-splitbuttons.min.js +2 -2
- package/dist/ej2-splitbuttons.umd.min.js +2 -2
- package/dist/ej2-splitbuttons.umd.min.js.map +1 -1
- package/dist/es6/ej2-splitbuttons.es2015.js +22 -29
- package/dist/es6/ej2-splitbuttons.es2015.js.map +1 -1
- package/dist/es6/ej2-splitbuttons.es5.js +22 -29
- package/dist/es6/ej2-splitbuttons.es5.js.map +1 -1
- package/dist/global/ej2-splitbuttons.min.js +2 -2
- package/dist/global/ej2-splitbuttons.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +9 -8
- package/src/common/common.js +1 -0
- package/src/drop-down-button/drop-down-button.d.ts +1 -0
- package/src/drop-down-button/drop-down-button.js +17 -4
- package/src/progress-button/progress-button.d.ts +0 -1
- package/src/progress-button/progress-button.js +4 -25
- package/styles/bootstrap-dark-lite.css +1762 -0
- package/styles/bootstrap-dark-lite.scss +13 -0
- package/styles/bootstrap-dark.css +203 -204
- package/styles/bootstrap-dark.scss +5 -2
- package/styles/bootstrap-lite.css +1812 -0
- package/styles/bootstrap-lite.scss +13 -0
- package/styles/bootstrap.css +203 -204
- package/styles/bootstrap.scss +5 -2
- package/styles/bootstrap4-lite.css +1801 -0
- package/styles/bootstrap4-lite.scss +13 -0
- package/styles/bootstrap4.css +203 -203
- package/styles/bootstrap4.scss +5 -2
- package/styles/bootstrap5-dark-lite.css +1735 -0
- package/styles/bootstrap5-dark-lite.scss +13 -0
- package/styles/bootstrap5-dark.css +210 -210
- package/styles/bootstrap5-dark.scss +5 -2
- package/styles/bootstrap5-lite.css +1735 -0
- package/styles/bootstrap5-lite.scss +13 -0
- package/styles/bootstrap5.3-lite.css +1743 -0
- package/styles/bootstrap5.3-lite.scss +13 -0
- package/styles/bootstrap5.3.css +1953 -0
- package/styles/bootstrap5.3.scss +17 -0
- package/styles/bootstrap5.css +210 -210
- package/styles/bootstrap5.scss +5 -2
- package/styles/button-group/_bigger.scss +10 -0
- package/styles/button-group/_layout.scss +1 -10
- package/styles/button-group/_theme.scss +19 -13
- package/styles/button-group/bootstrap-dark.css +7 -8
- package/styles/button-group/bootstrap-dark.scss +1 -0
- package/styles/button-group/bootstrap.css +6 -8
- package/styles/button-group/bootstrap.scss +1 -0
- package/styles/button-group/bootstrap4.css +7 -7
- package/styles/button-group/bootstrap4.scss +1 -0
- package/styles/button-group/bootstrap5-dark.css +7 -7
- package/styles/button-group/bootstrap5-dark.scss +1 -0
- package/styles/button-group/bootstrap5.3.css +809 -0
- package/styles/button-group/bootstrap5.3.scss +5 -0
- package/styles/button-group/bootstrap5.css +7 -7
- package/styles/button-group/bootstrap5.scss +1 -0
- package/styles/button-group/fabric-dark.css +7 -8
- package/styles/button-group/fabric-dark.scss +1 -0
- package/styles/button-group/fabric.css +7 -8
- package/styles/button-group/fabric.scss +1 -0
- package/styles/button-group/fluent-dark.css +7 -9
- package/styles/button-group/fluent-dark.scss +1 -0
- package/styles/button-group/fluent.css +7 -9
- package/styles/button-group/fluent.scss +1 -0
- package/styles/button-group/fluent2.css +29 -1049
- package/styles/button-group/fluent2.scss +1 -0
- package/styles/button-group/highcontrast-light.css +7 -8
- package/styles/button-group/highcontrast-light.scss +1 -0
- package/styles/button-group/highcontrast.css +7 -8
- package/styles/button-group/highcontrast.scss +1 -0
- package/styles/button-group/material-dark.css +7 -9
- package/styles/button-group/material-dark.scss +1 -0
- package/styles/button-group/material.css +7 -9
- package/styles/button-group/material.scss +1 -0
- package/styles/button-group/material3-dark.css +8 -61
- package/styles/button-group/material3-dark.scss +1 -0
- package/styles/button-group/material3.css +9 -116
- package/styles/button-group/material3.scss +1 -0
- package/styles/button-group/tailwind-dark.css +6 -7
- package/styles/button-group/tailwind-dark.scss +1 -0
- package/styles/button-group/tailwind.css +6 -7
- package/styles/button-group/tailwind.scss +1 -0
- package/styles/drop-down-button/_bigger.scss +79 -0
- package/styles/drop-down-button/_bootstrap5.3-definition.scss +1 -1
- package/styles/drop-down-button/_layout.scss +4 -82
- package/styles/drop-down-button/_theme.scss +12 -1
- package/styles/drop-down-button/bootstrap-dark.css +49 -49
- package/styles/drop-down-button/bootstrap-dark.scss +1 -0
- package/styles/drop-down-button/bootstrap.css +49 -49
- package/styles/drop-down-button/bootstrap.scss +1 -0
- package/styles/drop-down-button/bootstrap4.css +49 -49
- package/styles/drop-down-button/bootstrap4.scss +1 -0
- package/styles/drop-down-button/bootstrap5-dark.css +56 -56
- package/styles/drop-down-button/bootstrap5-dark.scss +1 -0
- package/styles/drop-down-button/bootstrap5.3.css +251 -0
- package/styles/drop-down-button/bootstrap5.3.scss +7 -0
- package/styles/drop-down-button/bootstrap5.css +56 -56
- package/styles/drop-down-button/bootstrap5.scss +1 -0
- package/styles/drop-down-button/fabric-dark.css +49 -49
- package/styles/drop-down-button/fabric-dark.scss +1 -0
- package/styles/drop-down-button/fabric.css +49 -49
- package/styles/drop-down-button/fabric.scss +1 -0
- package/styles/drop-down-button/fluent-dark.css +49 -49
- package/styles/drop-down-button/fluent-dark.scss +1 -0
- package/styles/drop-down-button/fluent.css +49 -49
- package/styles/drop-down-button/fluent.scss +1 -0
- package/styles/drop-down-button/fluent2.css +65 -1086
- package/styles/drop-down-button/fluent2.scss +1 -0
- package/styles/drop-down-button/highcontrast-light.css +49 -49
- package/styles/drop-down-button/highcontrast-light.scss +1 -0
- package/styles/drop-down-button/highcontrast.css +49 -49
- package/styles/drop-down-button/highcontrast.scss +1 -0
- package/styles/drop-down-button/material-dark.css +49 -49
- package/styles/drop-down-button/material-dark.scss +1 -0
- package/styles/drop-down-button/material.css +49 -49
- package/styles/drop-down-button/material.scss +1 -0
- package/styles/drop-down-button/material3-dark.css +50 -103
- package/styles/drop-down-button/material3-dark.scss +1 -0
- package/styles/drop-down-button/material3.css +51 -158
- package/styles/drop-down-button/material3.scss +1 -0
- package/styles/drop-down-button/tailwind-dark.css +56 -56
- package/styles/drop-down-button/tailwind-dark.scss +1 -0
- package/styles/drop-down-button/tailwind.css +56 -56
- package/styles/drop-down-button/tailwind.scss +1 -0
- package/styles/fabric-dark-lite.css +1762 -0
- package/styles/fabric-dark-lite.scss +13 -0
- package/styles/fabric-dark.css +203 -204
- package/styles/fabric-dark.scss +5 -2
- package/styles/fabric-lite.css +1842 -0
- package/styles/fabric-lite.scss +13 -0
- package/styles/fabric.css +203 -204
- package/styles/fabric.scss +5 -2
- package/styles/fluent-dark-lite.css +1855 -0
- package/styles/fluent-dark-lite.scss +13 -0
- package/styles/fluent-dark.css +203 -205
- package/styles/fluent-dark.scss +5 -2
- package/styles/fluent-lite.css +1855 -0
- package/styles/fluent-lite.scss +13 -0
- package/styles/fluent.css +203 -205
- package/styles/fluent.scss +5 -2
- package/styles/fluent2-lite.css +1850 -0
- package/styles/fluent2-lite.scss +13 -0
- package/styles/fluent2.css +242 -1251
- package/styles/fluent2.scss +5 -2
- package/styles/highcontrast-light-lite.css +1762 -0
- package/styles/highcontrast-light-lite.scss +13 -0
- package/styles/highcontrast-light.css +203 -204
- package/styles/highcontrast-light.scss +5 -2
- package/styles/highcontrast-lite.css +1814 -0
- package/styles/highcontrast-lite.scss +13 -0
- package/styles/highcontrast.css +203 -204
- package/styles/highcontrast.scss +5 -2
- package/styles/material-dark-lite.css +1768 -0
- package/styles/material-dark-lite.scss +13 -0
- package/styles/material-dark.css +203 -205
- package/styles/material-dark.scss +5 -2
- package/styles/material-lite.css +1847 -0
- package/styles/material-lite.scss +13 -0
- package/styles/material.css +203 -205
- package/styles/material.scss +5 -2
- package/styles/material3-dark-lite.css +1994 -0
- package/styles/material3-dark-lite.scss +13 -0
- package/styles/material3-dark.css +215 -268
- package/styles/material3-dark.scss +5 -2
- package/styles/material3-lite.css +1988 -0
- package/styles/material3-lite.scss +13 -0
- package/styles/material3.css +216 -323
- package/styles/material3.scss +5 -2
- package/styles/progress-button/_bigger.scss +96 -0
- package/styles/progress-button/_layout.scss +0 -95
- package/styles/progress-button/_theme.scss +6 -2
- package/styles/progress-button/bootstrap-dark.css +73 -73
- package/styles/progress-button/bootstrap-dark.scss +1 -0
- package/styles/progress-button/bootstrap.css +73 -73
- package/styles/progress-button/bootstrap.scss +1 -0
- package/styles/progress-button/bootstrap4.css +73 -73
- package/styles/progress-button/bootstrap4.scss +1 -0
- package/styles/progress-button/bootstrap5-dark.css +73 -73
- package/styles/progress-button/bootstrap5-dark.scss +1 -0
- package/styles/progress-button/bootstrap5.3.css +568 -0
- package/styles/progress-button/bootstrap5.3.scss +6 -0
- package/styles/progress-button/bootstrap5.css +73 -73
- package/styles/progress-button/bootstrap5.scss +1 -0
- package/styles/progress-button/fabric-dark.css +73 -73
- package/styles/progress-button/fabric-dark.scss +1 -0
- package/styles/progress-button/fabric.css +73 -73
- package/styles/progress-button/fabric.scss +1 -0
- package/styles/progress-button/fluent-dark.css +73 -73
- package/styles/progress-button/fluent-dark.scss +1 -0
- package/styles/progress-button/fluent.css +73 -73
- package/styles/progress-button/fluent.scss +1 -0
- package/styles/progress-button/fluent2.css +80 -1104
- package/styles/progress-button/fluent2.scss +1 -0
- package/styles/progress-button/highcontrast-light.css +73 -73
- package/styles/progress-button/highcontrast-light.scss +1 -0
- package/styles/progress-button/highcontrast.css +73 -73
- package/styles/progress-button/highcontrast.scss +1 -0
- package/styles/progress-button/material-dark.css +73 -73
- package/styles/progress-button/material-dark.scss +1 -0
- package/styles/progress-button/material.css +73 -73
- package/styles/progress-button/material.scss +1 -0
- package/styles/progress-button/material3-dark.css +74 -127
- package/styles/progress-button/material3-dark.scss +1 -0
- package/styles/progress-button/material3.css +75 -182
- package/styles/progress-button/material3.scss +1 -0
- package/styles/progress-button/tailwind-dark.css +73 -73
- package/styles/progress-button/tailwind-dark.scss +1 -0
- package/styles/progress-button/tailwind.css +73 -73
- package/styles/progress-button/tailwind.scss +1 -0
- package/styles/split-button/_bigger.scss +149 -0
- package/styles/split-button/_layout.scss +8 -156
- package/styles/split-button/bootstrap-dark.css +74 -74
- package/styles/split-button/bootstrap-dark.scss +1 -0
- package/styles/split-button/bootstrap.css +74 -74
- package/styles/split-button/bootstrap.scss +1 -0
- package/styles/split-button/bootstrap4.css +74 -74
- package/styles/split-button/bootstrap4.scss +1 -0
- package/styles/split-button/bootstrap5-dark.css +74 -74
- package/styles/split-button/bootstrap5-dark.scss +1 -0
- package/styles/split-button/bootstrap5.3.css +335 -0
- package/styles/split-button/bootstrap5.3.scss +7 -0
- package/styles/split-button/bootstrap5.css +74 -74
- package/styles/split-button/bootstrap5.scss +1 -0
- package/styles/split-button/fabric-dark.css +74 -74
- package/styles/split-button/fabric-dark.scss +1 -0
- package/styles/split-button/fabric.css +74 -74
- package/styles/split-button/fabric.scss +1 -0
- package/styles/split-button/fluent-dark.css +74 -74
- package/styles/split-button/fluent-dark.scss +1 -0
- package/styles/split-button/fluent.css +74 -74
- package/styles/split-button/fluent.scss +1 -0
- package/styles/split-button/fluent2.css +77 -1105
- package/styles/split-button/fluent2.scss +1 -0
- package/styles/split-button/highcontrast-light.css +74 -74
- package/styles/split-button/highcontrast-light.scss +1 -0
- package/styles/split-button/highcontrast.css +74 -74
- package/styles/split-button/highcontrast.scss +1 -0
- package/styles/split-button/material-dark.css +74 -74
- package/styles/split-button/material-dark.scss +1 -0
- package/styles/split-button/material.css +74 -74
- package/styles/split-button/material.scss +1 -0
- package/styles/split-button/material3-dark.css +86 -139
- package/styles/split-button/material3-dark.scss +1 -0
- package/styles/split-button/material3.css +87 -194
- package/styles/split-button/material3.scss +1 -0
- package/styles/split-button/tailwind-dark.css +76 -76
- package/styles/split-button/tailwind-dark.scss +1 -0
- package/styles/split-button/tailwind.css +76 -76
- package/styles/split-button/tailwind.scss +1 -0
- package/styles/tailwind-dark-lite.css +1859 -0
- package/styles/tailwind-dark-lite.scss +13 -0
- package/styles/tailwind-dark.css +212 -212
- package/styles/tailwind-dark.scss +5 -2
- package/styles/tailwind-lite.css +1859 -0
- package/styles/tailwind-lite.scss +13 -0
- package/styles/tailwind.css +212 -212
- package/styles/tailwind.scss +5 -2
|
@@ -55,25 +55,6 @@
|
|
|
55
55
|
line-height: 1;
|
|
56
56
|
padding: 8px 20px;
|
|
57
57
|
}
|
|
58
|
-
.e-bigger .e-dropdown-btn .e-btn-icon,
|
|
59
|
-
.e-bigger.e-dropdown-btn .e-btn-icon {
|
|
60
|
-
font-size: 16px;
|
|
61
|
-
}
|
|
62
|
-
.e-bigger .e-dropdown-btn .e-caret,
|
|
63
|
-
.e-bigger.e-dropdown-btn .e-caret {
|
|
64
|
-
font-size: 10px;
|
|
65
|
-
}
|
|
66
|
-
.e-bigger .e-dropdown-btn.e-vertical,
|
|
67
|
-
.e-bigger.e-dropdown-btn.e-vertical {
|
|
68
|
-
line-height: 1;
|
|
69
|
-
padding: 10px 24px;
|
|
70
|
-
}
|
|
71
|
-
.e-bigger .e-dropdown-btn.e-small.e-vertical,
|
|
72
|
-
.e-bigger.e-dropdown-btn.e-small.e-vertical {
|
|
73
|
-
line-height: 1;
|
|
74
|
-
padding: 10px 24px;
|
|
75
|
-
}
|
|
76
|
-
|
|
77
58
|
.e-dropdown-popup {
|
|
78
59
|
position: absolute;
|
|
79
60
|
}
|
|
@@ -160,36 +141,6 @@
|
|
|
160
141
|
margin-right: 0;
|
|
161
142
|
}
|
|
162
143
|
|
|
163
|
-
*.e-bigger .e-dropdown-popup ul,
|
|
164
|
-
*.e-bigger.e-dropdown-popup ul {
|
|
165
|
-
-webkit-box-shadow: 0 6px 12px rgba(255, 255, 255, 0.175);
|
|
166
|
-
box-shadow: 0 6px 12px rgba(255, 255, 255, 0.175);
|
|
167
|
-
font-size: 15px;
|
|
168
|
-
max-width: 280px;
|
|
169
|
-
min-width: 112px;
|
|
170
|
-
padding: 0;
|
|
171
|
-
}
|
|
172
|
-
*.e-bigger .e-dropdown-popup ul .e-item,
|
|
173
|
-
*.e-bigger.e-dropdown-popup ul .e-item {
|
|
174
|
-
height: 48px;
|
|
175
|
-
line-height: 48px;
|
|
176
|
-
padding: 0 10px;
|
|
177
|
-
}
|
|
178
|
-
*.e-bigger .e-dropdown-popup ul .e-item.e-url,
|
|
179
|
-
*.e-bigger.e-dropdown-popup ul .e-item.e-url {
|
|
180
|
-
padding: 0;
|
|
181
|
-
}
|
|
182
|
-
*.e-bigger .e-dropdown-popup ul .e-item .e-menu-icon,
|
|
183
|
-
*.e-bigger.e-dropdown-popup ul .e-item .e-menu-icon {
|
|
184
|
-
font-size: 18px;
|
|
185
|
-
line-height: 48px;
|
|
186
|
-
}
|
|
187
|
-
*.e-bigger .e-dropdown-popup ul .e-item.e-separator,
|
|
188
|
-
*.e-bigger.e-dropdown-popup ul .e-item.e-separator {
|
|
189
|
-
height: auto;
|
|
190
|
-
line-height: normal;
|
|
191
|
-
}
|
|
192
|
-
|
|
193
144
|
.e-dropdown-popup {
|
|
194
145
|
background: #fff;
|
|
195
146
|
color: #000;
|
|
@@ -241,4 +192,53 @@
|
|
|
241
192
|
-webkit-box-shadow: none;
|
|
242
193
|
box-shadow: none;
|
|
243
194
|
color: inherit;
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
.e-bigger .e-dropdown-btn .e-btn-icon,
|
|
198
|
+
.e-bigger.e-dropdown-btn .e-btn-icon {
|
|
199
|
+
font-size: 16px;
|
|
200
|
+
}
|
|
201
|
+
.e-bigger .e-dropdown-btn .e-caret,
|
|
202
|
+
.e-bigger.e-dropdown-btn .e-caret {
|
|
203
|
+
font-size: 10px;
|
|
204
|
+
}
|
|
205
|
+
.e-bigger .e-dropdown-btn.e-vertical,
|
|
206
|
+
.e-bigger.e-dropdown-btn.e-vertical {
|
|
207
|
+
line-height: 1;
|
|
208
|
+
padding: 10px 24px;
|
|
209
|
+
}
|
|
210
|
+
.e-bigger .e-dropdown-btn.e-small.e-vertical,
|
|
211
|
+
.e-bigger.e-dropdown-btn.e-small.e-vertical {
|
|
212
|
+
line-height: 1;
|
|
213
|
+
padding: 10px 24px;
|
|
214
|
+
}
|
|
215
|
+
|
|
216
|
+
*.e-bigger .e-dropdown-popup ul,
|
|
217
|
+
*.e-bigger.e-dropdown-popup ul {
|
|
218
|
+
-webkit-box-shadow: 0 6px 12px rgba(255, 255, 255, 0.175);
|
|
219
|
+
box-shadow: 0 6px 12px rgba(255, 255, 255, 0.175);
|
|
220
|
+
font-size: 15px;
|
|
221
|
+
max-width: 280px;
|
|
222
|
+
min-width: 112px;
|
|
223
|
+
padding: 0;
|
|
224
|
+
}
|
|
225
|
+
*.e-bigger .e-dropdown-popup ul .e-item,
|
|
226
|
+
*.e-bigger.e-dropdown-popup ul .e-item {
|
|
227
|
+
height: 48px;
|
|
228
|
+
line-height: 48px;
|
|
229
|
+
padding: 0 10px;
|
|
230
|
+
}
|
|
231
|
+
*.e-bigger .e-dropdown-popup ul .e-item.e-url,
|
|
232
|
+
*.e-bigger.e-dropdown-popup ul .e-item.e-url {
|
|
233
|
+
padding: 0;
|
|
234
|
+
}
|
|
235
|
+
*.e-bigger .e-dropdown-popup ul .e-item .e-menu-icon,
|
|
236
|
+
*.e-bigger.e-dropdown-popup ul .e-item .e-menu-icon {
|
|
237
|
+
font-size: 18px;
|
|
238
|
+
line-height: 48px;
|
|
239
|
+
}
|
|
240
|
+
*.e-bigger .e-dropdown-popup ul .e-item.e-separator,
|
|
241
|
+
*.e-bigger.e-dropdown-popup ul .e-item.e-separator {
|
|
242
|
+
height: auto;
|
|
243
|
+
line-height: normal;
|
|
244
244
|
}
|
|
@@ -56,25 +56,6 @@
|
|
|
56
56
|
line-height: 1;
|
|
57
57
|
padding: 8px 20px;
|
|
58
58
|
}
|
|
59
|
-
.e-bigger .e-dropdown-btn .e-btn-icon,
|
|
60
|
-
.e-bigger.e-dropdown-btn .e-btn-icon {
|
|
61
|
-
font-size: 16px;
|
|
62
|
-
}
|
|
63
|
-
.e-bigger .e-dropdown-btn .e-caret,
|
|
64
|
-
.e-bigger.e-dropdown-btn .e-caret {
|
|
65
|
-
font-size: 10px;
|
|
66
|
-
}
|
|
67
|
-
.e-bigger .e-dropdown-btn.e-vertical,
|
|
68
|
-
.e-bigger.e-dropdown-btn.e-vertical {
|
|
69
|
-
line-height: 1;
|
|
70
|
-
padding: 10px 24px;
|
|
71
|
-
}
|
|
72
|
-
.e-bigger .e-dropdown-btn.e-small.e-vertical,
|
|
73
|
-
.e-bigger.e-dropdown-btn.e-small.e-vertical {
|
|
74
|
-
line-height: 1;
|
|
75
|
-
padding: 10px 24px;
|
|
76
|
-
}
|
|
77
|
-
|
|
78
59
|
.e-dropdown-popup {
|
|
79
60
|
position: absolute;
|
|
80
61
|
}
|
|
@@ -161,36 +142,6 @@
|
|
|
161
142
|
margin-right: 0;
|
|
162
143
|
}
|
|
163
144
|
|
|
164
|
-
*.e-bigger .e-dropdown-popup ul,
|
|
165
|
-
*.e-bigger.e-dropdown-popup ul {
|
|
166
|
-
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
|
167
|
-
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
|
168
|
-
font-size: 15px;
|
|
169
|
-
max-width: 280px;
|
|
170
|
-
min-width: 112px;
|
|
171
|
-
padding: 0;
|
|
172
|
-
}
|
|
173
|
-
*.e-bigger .e-dropdown-popup ul .e-item,
|
|
174
|
-
*.e-bigger.e-dropdown-popup ul .e-item {
|
|
175
|
-
height: 48px;
|
|
176
|
-
line-height: 48px;
|
|
177
|
-
padding: 0 10px;
|
|
178
|
-
}
|
|
179
|
-
*.e-bigger .e-dropdown-popup ul .e-item.e-url,
|
|
180
|
-
*.e-bigger.e-dropdown-popup ul .e-item.e-url {
|
|
181
|
-
padding: 0;
|
|
182
|
-
}
|
|
183
|
-
*.e-bigger .e-dropdown-popup ul .e-item .e-menu-icon,
|
|
184
|
-
*.e-bigger.e-dropdown-popup ul .e-item .e-menu-icon {
|
|
185
|
-
font-size: 18px;
|
|
186
|
-
line-height: 48px;
|
|
187
|
-
}
|
|
188
|
-
*.e-bigger .e-dropdown-popup ul .e-item.e-separator,
|
|
189
|
-
*.e-bigger.e-dropdown-popup ul .e-item.e-separator {
|
|
190
|
-
height: auto;
|
|
191
|
-
line-height: normal;
|
|
192
|
-
}
|
|
193
|
-
|
|
194
145
|
.e-dropdown-popup {
|
|
195
146
|
background: #000;
|
|
196
147
|
color: #fff;
|
|
@@ -242,4 +193,53 @@
|
|
|
242
193
|
-webkit-box-shadow: none;
|
|
243
194
|
box-shadow: none;
|
|
244
195
|
color: inherit;
|
|
196
|
+
}
|
|
197
|
+
|
|
198
|
+
.e-bigger .e-dropdown-btn .e-btn-icon,
|
|
199
|
+
.e-bigger.e-dropdown-btn .e-btn-icon {
|
|
200
|
+
font-size: 16px;
|
|
201
|
+
}
|
|
202
|
+
.e-bigger .e-dropdown-btn .e-caret,
|
|
203
|
+
.e-bigger.e-dropdown-btn .e-caret {
|
|
204
|
+
font-size: 10px;
|
|
205
|
+
}
|
|
206
|
+
.e-bigger .e-dropdown-btn.e-vertical,
|
|
207
|
+
.e-bigger.e-dropdown-btn.e-vertical {
|
|
208
|
+
line-height: 1;
|
|
209
|
+
padding: 10px 24px;
|
|
210
|
+
}
|
|
211
|
+
.e-bigger .e-dropdown-btn.e-small.e-vertical,
|
|
212
|
+
.e-bigger.e-dropdown-btn.e-small.e-vertical {
|
|
213
|
+
line-height: 1;
|
|
214
|
+
padding: 10px 24px;
|
|
215
|
+
}
|
|
216
|
+
|
|
217
|
+
*.e-bigger .e-dropdown-popup ul,
|
|
218
|
+
*.e-bigger.e-dropdown-popup ul {
|
|
219
|
+
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
|
220
|
+
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
|
221
|
+
font-size: 15px;
|
|
222
|
+
max-width: 280px;
|
|
223
|
+
min-width: 112px;
|
|
224
|
+
padding: 0;
|
|
225
|
+
}
|
|
226
|
+
*.e-bigger .e-dropdown-popup ul .e-item,
|
|
227
|
+
*.e-bigger.e-dropdown-popup ul .e-item {
|
|
228
|
+
height: 48px;
|
|
229
|
+
line-height: 48px;
|
|
230
|
+
padding: 0 10px;
|
|
231
|
+
}
|
|
232
|
+
*.e-bigger .e-dropdown-popup ul .e-item.e-url,
|
|
233
|
+
*.e-bigger.e-dropdown-popup ul .e-item.e-url {
|
|
234
|
+
padding: 0;
|
|
235
|
+
}
|
|
236
|
+
*.e-bigger .e-dropdown-popup ul .e-item .e-menu-icon,
|
|
237
|
+
*.e-bigger.e-dropdown-popup ul .e-item .e-menu-icon {
|
|
238
|
+
font-size: 18px;
|
|
239
|
+
line-height: 48px;
|
|
240
|
+
}
|
|
241
|
+
*.e-bigger .e-dropdown-popup ul .e-item.e-separator,
|
|
242
|
+
*.e-bigger.e-dropdown-popup ul .e-item.e-separator {
|
|
243
|
+
height: auto;
|
|
244
|
+
line-height: normal;
|
|
245
245
|
}
|
|
@@ -55,25 +55,6 @@
|
|
|
55
55
|
line-height: 1;
|
|
56
56
|
padding: 12px 12px;
|
|
57
57
|
}
|
|
58
|
-
.e-bigger .e-dropdown-btn .e-btn-icon,
|
|
59
|
-
.e-bigger.e-dropdown-btn .e-btn-icon {
|
|
60
|
-
font-size: 16px;
|
|
61
|
-
}
|
|
62
|
-
.e-bigger .e-dropdown-btn .e-caret,
|
|
63
|
-
.e-bigger.e-dropdown-btn .e-caret {
|
|
64
|
-
font-size: 10px;
|
|
65
|
-
}
|
|
66
|
-
.e-bigger .e-dropdown-btn.e-vertical,
|
|
67
|
-
.e-bigger.e-dropdown-btn.e-vertical {
|
|
68
|
-
line-height: 1;
|
|
69
|
-
padding: 16px 16px;
|
|
70
|
-
}
|
|
71
|
-
.e-bigger .e-dropdown-btn.e-small.e-vertical,
|
|
72
|
-
.e-bigger.e-dropdown-btn.e-small.e-vertical {
|
|
73
|
-
line-height: 1;
|
|
74
|
-
padding: 16px 16px;
|
|
75
|
-
}
|
|
76
|
-
|
|
77
58
|
.e-dropdown-popup {
|
|
78
59
|
position: absolute;
|
|
79
60
|
}
|
|
@@ -160,36 +141,6 @@
|
|
|
160
141
|
margin-right: 0;
|
|
161
142
|
}
|
|
162
143
|
|
|
163
|
-
*.e-bigger .e-dropdown-popup ul,
|
|
164
|
-
*.e-bigger.e-dropdown-popup ul {
|
|
165
|
-
-webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
|
|
166
|
-
box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
|
|
167
|
-
font-size: 15px;
|
|
168
|
-
max-width: 280px;
|
|
169
|
-
min-width: 112px;
|
|
170
|
-
padding: 8px 0;
|
|
171
|
-
}
|
|
172
|
-
*.e-bigger .e-dropdown-popup ul .e-item,
|
|
173
|
-
*.e-bigger.e-dropdown-popup ul .e-item {
|
|
174
|
-
height: 48px;
|
|
175
|
-
line-height: 48px;
|
|
176
|
-
padding: 0 16px;
|
|
177
|
-
}
|
|
178
|
-
*.e-bigger .e-dropdown-popup ul .e-item.e-url,
|
|
179
|
-
*.e-bigger.e-dropdown-popup ul .e-item.e-url {
|
|
180
|
-
padding: 0;
|
|
181
|
-
}
|
|
182
|
-
*.e-bigger .e-dropdown-popup ul .e-item .e-menu-icon,
|
|
183
|
-
*.e-bigger.e-dropdown-popup ul .e-item .e-menu-icon {
|
|
184
|
-
font-size: 16px;
|
|
185
|
-
line-height: 48px;
|
|
186
|
-
}
|
|
187
|
-
*.e-bigger .e-dropdown-popup ul .e-item.e-separator,
|
|
188
|
-
*.e-bigger.e-dropdown-popup ul .e-item.e-separator {
|
|
189
|
-
height: auto;
|
|
190
|
-
line-height: normal;
|
|
191
|
-
}
|
|
192
|
-
|
|
193
144
|
.e-dropdown-popup {
|
|
194
145
|
background: #424242;
|
|
195
146
|
color: #fff;
|
|
@@ -241,4 +192,53 @@
|
|
|
241
192
|
-webkit-box-shadow: none;
|
|
242
193
|
box-shadow: none;
|
|
243
194
|
color: inherit;
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
.e-bigger .e-dropdown-btn .e-btn-icon,
|
|
198
|
+
.e-bigger.e-dropdown-btn .e-btn-icon {
|
|
199
|
+
font-size: 16px;
|
|
200
|
+
}
|
|
201
|
+
.e-bigger .e-dropdown-btn .e-caret,
|
|
202
|
+
.e-bigger.e-dropdown-btn .e-caret {
|
|
203
|
+
font-size: 10px;
|
|
204
|
+
}
|
|
205
|
+
.e-bigger .e-dropdown-btn.e-vertical,
|
|
206
|
+
.e-bigger.e-dropdown-btn.e-vertical {
|
|
207
|
+
line-height: 1;
|
|
208
|
+
padding: 16px 16px;
|
|
209
|
+
}
|
|
210
|
+
.e-bigger .e-dropdown-btn.e-small.e-vertical,
|
|
211
|
+
.e-bigger.e-dropdown-btn.e-small.e-vertical {
|
|
212
|
+
line-height: 1;
|
|
213
|
+
padding: 16px 16px;
|
|
214
|
+
}
|
|
215
|
+
|
|
216
|
+
*.e-bigger .e-dropdown-popup ul,
|
|
217
|
+
*.e-bigger.e-dropdown-popup ul {
|
|
218
|
+
-webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
|
|
219
|
+
box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
|
|
220
|
+
font-size: 15px;
|
|
221
|
+
max-width: 280px;
|
|
222
|
+
min-width: 112px;
|
|
223
|
+
padding: 8px 0;
|
|
224
|
+
}
|
|
225
|
+
*.e-bigger .e-dropdown-popup ul .e-item,
|
|
226
|
+
*.e-bigger.e-dropdown-popup ul .e-item {
|
|
227
|
+
height: 48px;
|
|
228
|
+
line-height: 48px;
|
|
229
|
+
padding: 0 16px;
|
|
230
|
+
}
|
|
231
|
+
*.e-bigger .e-dropdown-popup ul .e-item.e-url,
|
|
232
|
+
*.e-bigger.e-dropdown-popup ul .e-item.e-url {
|
|
233
|
+
padding: 0;
|
|
234
|
+
}
|
|
235
|
+
*.e-bigger .e-dropdown-popup ul .e-item .e-menu-icon,
|
|
236
|
+
*.e-bigger.e-dropdown-popup ul .e-item .e-menu-icon {
|
|
237
|
+
font-size: 16px;
|
|
238
|
+
line-height: 48px;
|
|
239
|
+
}
|
|
240
|
+
*.e-bigger .e-dropdown-popup ul .e-item.e-separator,
|
|
241
|
+
*.e-bigger.e-dropdown-popup ul .e-item.e-separator {
|
|
242
|
+
height: auto;
|
|
243
|
+
line-height: normal;
|
|
244
244
|
}
|
|
@@ -55,25 +55,6 @@
|
|
|
55
55
|
line-height: 1;
|
|
56
56
|
padding: 12px 12px;
|
|
57
57
|
}
|
|
58
|
-
.e-bigger .e-dropdown-btn .e-btn-icon,
|
|
59
|
-
.e-bigger.e-dropdown-btn .e-btn-icon {
|
|
60
|
-
font-size: 16px;
|
|
61
|
-
}
|
|
62
|
-
.e-bigger .e-dropdown-btn .e-caret,
|
|
63
|
-
.e-bigger.e-dropdown-btn .e-caret {
|
|
64
|
-
font-size: 10px;
|
|
65
|
-
}
|
|
66
|
-
.e-bigger .e-dropdown-btn.e-vertical,
|
|
67
|
-
.e-bigger.e-dropdown-btn.e-vertical {
|
|
68
|
-
line-height: 1;
|
|
69
|
-
padding: 16px 16px;
|
|
70
|
-
}
|
|
71
|
-
.e-bigger .e-dropdown-btn.e-small.e-vertical,
|
|
72
|
-
.e-bigger.e-dropdown-btn.e-small.e-vertical {
|
|
73
|
-
line-height: 1;
|
|
74
|
-
padding: 16px 16px;
|
|
75
|
-
}
|
|
76
|
-
|
|
77
58
|
.e-dropdown-popup {
|
|
78
59
|
position: absolute;
|
|
79
60
|
}
|
|
@@ -160,36 +141,6 @@
|
|
|
160
141
|
margin-right: 0;
|
|
161
142
|
}
|
|
162
143
|
|
|
163
|
-
*.e-bigger .e-dropdown-popup ul,
|
|
164
|
-
*.e-bigger.e-dropdown-popup ul {
|
|
165
|
-
-webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
|
|
166
|
-
box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
|
|
167
|
-
font-size: 15px;
|
|
168
|
-
max-width: 280px;
|
|
169
|
-
min-width: 112px;
|
|
170
|
-
padding: 8px 0;
|
|
171
|
-
}
|
|
172
|
-
*.e-bigger .e-dropdown-popup ul .e-item,
|
|
173
|
-
*.e-bigger.e-dropdown-popup ul .e-item {
|
|
174
|
-
height: 48px;
|
|
175
|
-
line-height: 48px;
|
|
176
|
-
padding: 0 16px;
|
|
177
|
-
}
|
|
178
|
-
*.e-bigger .e-dropdown-popup ul .e-item.e-url,
|
|
179
|
-
*.e-bigger.e-dropdown-popup ul .e-item.e-url {
|
|
180
|
-
padding: 0;
|
|
181
|
-
}
|
|
182
|
-
*.e-bigger .e-dropdown-popup ul .e-item .e-menu-icon,
|
|
183
|
-
*.e-bigger.e-dropdown-popup ul .e-item .e-menu-icon {
|
|
184
|
-
font-size: 16px;
|
|
185
|
-
line-height: 48px;
|
|
186
|
-
}
|
|
187
|
-
*.e-bigger .e-dropdown-popup ul .e-item.e-separator,
|
|
188
|
-
*.e-bigger.e-dropdown-popup ul .e-item.e-separator {
|
|
189
|
-
height: auto;
|
|
190
|
-
line-height: normal;
|
|
191
|
-
}
|
|
192
|
-
|
|
193
144
|
.e-dropdown-popup {
|
|
194
145
|
background: #fff;
|
|
195
146
|
color: rgba(0, 0, 0, 0.87);
|
|
@@ -241,4 +192,53 @@
|
|
|
241
192
|
-webkit-box-shadow: none;
|
|
242
193
|
box-shadow: none;
|
|
243
194
|
color: inherit;
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
.e-bigger .e-dropdown-btn .e-btn-icon,
|
|
198
|
+
.e-bigger.e-dropdown-btn .e-btn-icon {
|
|
199
|
+
font-size: 16px;
|
|
200
|
+
}
|
|
201
|
+
.e-bigger .e-dropdown-btn .e-caret,
|
|
202
|
+
.e-bigger.e-dropdown-btn .e-caret {
|
|
203
|
+
font-size: 10px;
|
|
204
|
+
}
|
|
205
|
+
.e-bigger .e-dropdown-btn.e-vertical,
|
|
206
|
+
.e-bigger.e-dropdown-btn.e-vertical {
|
|
207
|
+
line-height: 1;
|
|
208
|
+
padding: 16px 16px;
|
|
209
|
+
}
|
|
210
|
+
.e-bigger .e-dropdown-btn.e-small.e-vertical,
|
|
211
|
+
.e-bigger.e-dropdown-btn.e-small.e-vertical {
|
|
212
|
+
line-height: 1;
|
|
213
|
+
padding: 16px 16px;
|
|
214
|
+
}
|
|
215
|
+
|
|
216
|
+
*.e-bigger .e-dropdown-popup ul,
|
|
217
|
+
*.e-bigger.e-dropdown-popup ul {
|
|
218
|
+
-webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
|
|
219
|
+
box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
|
|
220
|
+
font-size: 15px;
|
|
221
|
+
max-width: 280px;
|
|
222
|
+
min-width: 112px;
|
|
223
|
+
padding: 8px 0;
|
|
224
|
+
}
|
|
225
|
+
*.e-bigger .e-dropdown-popup ul .e-item,
|
|
226
|
+
*.e-bigger.e-dropdown-popup ul .e-item {
|
|
227
|
+
height: 48px;
|
|
228
|
+
line-height: 48px;
|
|
229
|
+
padding: 0 16px;
|
|
230
|
+
}
|
|
231
|
+
*.e-bigger .e-dropdown-popup ul .e-item.e-url,
|
|
232
|
+
*.e-bigger.e-dropdown-popup ul .e-item.e-url {
|
|
233
|
+
padding: 0;
|
|
234
|
+
}
|
|
235
|
+
*.e-bigger .e-dropdown-popup ul .e-item .e-menu-icon,
|
|
236
|
+
*.e-bigger.e-dropdown-popup ul .e-item .e-menu-icon {
|
|
237
|
+
font-size: 16px;
|
|
238
|
+
line-height: 48px;
|
|
239
|
+
}
|
|
240
|
+
*.e-bigger .e-dropdown-popup ul .e-item.e-separator,
|
|
241
|
+
*.e-bigger.e-dropdown-popup ul .e-item.e-separator {
|
|
242
|
+
height: auto;
|
|
243
|
+
line-height: normal;
|
|
244
244
|
}
|
|
@@ -1,57 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
--color-sf-black: 0, 0, 0;
|
|
3
|
-
--color-sf-white: 255, 255, 255;
|
|
4
|
-
--color-sf-primary: 208, 188, 255;
|
|
5
|
-
--color-sf-primary-container: 79, 55, 139;
|
|
6
|
-
--color-sf-secondary: 204, 194, 220;
|
|
7
|
-
--color-sf-secondary-container: 74, 68, 88;
|
|
8
|
-
--color-sf-tertiary: 239, 184, 200;
|
|
9
|
-
--color-sf-tertiary-container: 99, 59, 72;
|
|
10
|
-
--color-sf-surface: 28, 27, 31;
|
|
11
|
-
--color-sf-surface-variant: 73, 69, 79;
|
|
12
|
-
--color-sf-background: var(--color-sf-surface);
|
|
13
|
-
--color-sf-on-primary: 55, 30, 115;
|
|
14
|
-
--color-sf-on-primary-container: 234, 221, 255;
|
|
15
|
-
--color-sf-on-secondary: 51, 45, 65;
|
|
16
|
-
--color-sf-on-secondary-container: 232, 222, 248;
|
|
17
|
-
--color-sf-on-tertiary: 73, 37, 50;
|
|
18
|
-
--color-sf-on-tertiary-containe: 255, 216, 228;
|
|
19
|
-
--color-sf-on-surface: 230, 225, 229;
|
|
20
|
-
--color-sf-on-surface-variant: 202, 196, 208;
|
|
21
|
-
--color-sf-on-background: 230, 225, 229;
|
|
22
|
-
--color-sf-outline: 147, 143, 153;
|
|
23
|
-
--color-sf-outline-variant: 68, 71, 70;
|
|
24
|
-
--color-sf-shadow: 0, 0, 0;
|
|
25
|
-
--color-sf-surface-tint-color: 208, 188, 255;
|
|
26
|
-
--color-sf-inverse-surface: 230, 225, 229;
|
|
27
|
-
--color-sf-inverse-on-surface: 49, 48, 51;
|
|
28
|
-
--color-sf-inverse-primary: 103, 80, 164;
|
|
29
|
-
--color-sf-scrim: 0, 0, 0;
|
|
30
|
-
--color-sf-error: 242, 184, 181;
|
|
31
|
-
--color-sf-error-container: 140, 29, 24;
|
|
32
|
-
--color-sf-on-error: 96, 20, 16;
|
|
33
|
-
--color-sf-on-error-container: 249, 222, 220;
|
|
34
|
-
--color-sf-success: 83, 202, 23;
|
|
35
|
-
--color-sf-success-container: 22, 62, 2;
|
|
36
|
-
--color-sf-on-success: 13, 39, 0;
|
|
37
|
-
--color-sf-on-success-container: 183, 250, 150;
|
|
38
|
-
--color-sf-info: 71, 172, 251;
|
|
39
|
-
--color-sf-info-container: 0, 67, 120;
|
|
40
|
-
--color-sf-on-info: 0, 51, 91;
|
|
41
|
-
--color-sf-on-info-container: 173, 219, 255;
|
|
42
|
-
--color-sf-warning: 245, 180, 130;
|
|
43
|
-
--color-sf-warning-container: 123, 65, 0;
|
|
44
|
-
--color-sf-on-warning: 99, 52, 0;
|
|
45
|
-
--color-sf-on-warning-container: 255, 220, 193;
|
|
46
|
-
--color-sf-spreadsheet-gridline: 231, 224, 236;
|
|
47
|
-
--color-sf-shadow-focus-ring1: 0 0 0 1px #000, 0 0 0 3px #fff;
|
|
48
|
-
--color-sf-success-text: 0, 0, 0;
|
|
49
|
-
--color-sf-warning-text: 0, 0, 0;
|
|
50
|
-
--color-sf-info-text: 0, 0, 0;
|
|
51
|
-
--color-sf-danger-text: 0, 0, 0;
|
|
52
|
-
--color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
|
|
53
|
-
--color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
|
|
54
|
-
}
|
|
1
|
+
|
|
55
2
|
|
|
56
3
|
/* stylelint-disable-line no-empty-source */
|
|
57
4
|
.e-dropdown-btn .e-caret::before,
|
|
@@ -116,25 +63,6 @@
|
|
|
116
63
|
line-height: 1;
|
|
117
64
|
padding: 6px 12px;
|
|
118
65
|
}
|
|
119
|
-
.e-bigger .e-dropdown-btn .e-btn-icon,
|
|
120
|
-
.e-bigger.e-dropdown-btn .e-btn-icon {
|
|
121
|
-
font-size: 18px;
|
|
122
|
-
}
|
|
123
|
-
.e-bigger .e-dropdown-btn .e-caret,
|
|
124
|
-
.e-bigger.e-dropdown-btn .e-caret {
|
|
125
|
-
font-size: 16px;
|
|
126
|
-
}
|
|
127
|
-
.e-bigger .e-dropdown-btn.e-vertical,
|
|
128
|
-
.e-bigger.e-dropdown-btn.e-vertical {
|
|
129
|
-
line-height: 1;
|
|
130
|
-
padding: 8px 16px;
|
|
131
|
-
}
|
|
132
|
-
.e-bigger .e-dropdown-btn.e-small.e-vertical,
|
|
133
|
-
.e-bigger.e-dropdown-btn.e-small.e-vertical {
|
|
134
|
-
line-height: 1;
|
|
135
|
-
padding: 8px 16px;
|
|
136
|
-
}
|
|
137
|
-
|
|
138
66
|
.e-dropdown-popup {
|
|
139
67
|
position: absolute;
|
|
140
68
|
}
|
|
@@ -223,36 +151,6 @@
|
|
|
223
151
|
margin-right: 0;
|
|
224
152
|
}
|
|
225
153
|
|
|
226
|
-
*.e-bigger .e-dropdown-popup ul,
|
|
227
|
-
*.e-bigger.e-dropdown-popup ul {
|
|
228
|
-
-webkit-box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
|
|
229
|
-
box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
|
|
230
|
-
font-size: 16px;
|
|
231
|
-
max-width: 202px;
|
|
232
|
-
min-width: 112px;
|
|
233
|
-
padding: 8px 0;
|
|
234
|
-
}
|
|
235
|
-
*.e-bigger .e-dropdown-popup ul .e-item,
|
|
236
|
-
*.e-bigger.e-dropdown-popup ul .e-item {
|
|
237
|
-
height: 40px;
|
|
238
|
-
line-height: 40px;
|
|
239
|
-
padding: 0 16px;
|
|
240
|
-
}
|
|
241
|
-
*.e-bigger .e-dropdown-popup ul .e-item.e-url,
|
|
242
|
-
*.e-bigger.e-dropdown-popup ul .e-item.e-url {
|
|
243
|
-
padding: 0;
|
|
244
|
-
}
|
|
245
|
-
*.e-bigger .e-dropdown-popup ul .e-item .e-menu-icon,
|
|
246
|
-
*.e-bigger.e-dropdown-popup ul .e-item .e-menu-icon {
|
|
247
|
-
font-size: 20px;
|
|
248
|
-
line-height: 40px;
|
|
249
|
-
}
|
|
250
|
-
*.e-bigger .e-dropdown-popup ul .e-item.e-separator,
|
|
251
|
-
*.e-bigger.e-dropdown-popup ul .e-item.e-separator {
|
|
252
|
-
height: auto;
|
|
253
|
-
line-height: normal;
|
|
254
|
-
}
|
|
255
|
-
|
|
256
154
|
.e-dropdown-popup {
|
|
257
155
|
background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.11)), to(rgba(var(--color-sf-primary), 0.11))), rgba(var(--color-sf-surface));
|
|
258
156
|
background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.11), rgba(var(--color-sf-primary), 0.11)), rgba(var(--color-sf-surface));
|
|
@@ -305,4 +203,53 @@
|
|
|
305
203
|
-webkit-box-shadow: none;
|
|
306
204
|
box-shadow: none;
|
|
307
205
|
color: inherit;
|
|
206
|
+
}
|
|
207
|
+
|
|
208
|
+
.e-bigger .e-dropdown-btn .e-btn-icon,
|
|
209
|
+
.e-bigger.e-dropdown-btn .e-btn-icon {
|
|
210
|
+
font-size: 18px;
|
|
211
|
+
}
|
|
212
|
+
.e-bigger .e-dropdown-btn .e-caret,
|
|
213
|
+
.e-bigger.e-dropdown-btn .e-caret {
|
|
214
|
+
font-size: 16px;
|
|
215
|
+
}
|
|
216
|
+
.e-bigger .e-dropdown-btn.e-vertical,
|
|
217
|
+
.e-bigger.e-dropdown-btn.e-vertical {
|
|
218
|
+
line-height: 1;
|
|
219
|
+
padding: 8px 16px;
|
|
220
|
+
}
|
|
221
|
+
.e-bigger .e-dropdown-btn.e-small.e-vertical,
|
|
222
|
+
.e-bigger.e-dropdown-btn.e-small.e-vertical {
|
|
223
|
+
line-height: 1;
|
|
224
|
+
padding: 8px 16px;
|
|
225
|
+
}
|
|
226
|
+
|
|
227
|
+
*.e-bigger .e-dropdown-popup ul,
|
|
228
|
+
*.e-bigger.e-dropdown-popup ul {
|
|
229
|
+
-webkit-box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
|
|
230
|
+
box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
|
|
231
|
+
font-size: 16px;
|
|
232
|
+
max-width: 202px;
|
|
233
|
+
min-width: 112px;
|
|
234
|
+
padding: 8px 0;
|
|
235
|
+
}
|
|
236
|
+
*.e-bigger .e-dropdown-popup ul .e-item,
|
|
237
|
+
*.e-bigger.e-dropdown-popup ul .e-item {
|
|
238
|
+
height: 40px;
|
|
239
|
+
line-height: 40px;
|
|
240
|
+
padding: 0 16px;
|
|
241
|
+
}
|
|
242
|
+
*.e-bigger .e-dropdown-popup ul .e-item.e-url,
|
|
243
|
+
*.e-bigger.e-dropdown-popup ul .e-item.e-url {
|
|
244
|
+
padding: 0;
|
|
245
|
+
}
|
|
246
|
+
*.e-bigger .e-dropdown-popup ul .e-item .e-menu-icon,
|
|
247
|
+
*.e-bigger.e-dropdown-popup ul .e-item .e-menu-icon {
|
|
248
|
+
font-size: 20px;
|
|
249
|
+
line-height: 40px;
|
|
250
|
+
}
|
|
251
|
+
*.e-bigger .e-dropdown-popup ul .e-item.e-separator,
|
|
252
|
+
*.e-bigger.e-dropdown-popup ul .e-item.e-separator {
|
|
253
|
+
height: auto;
|
|
254
|
+
line-height: normal;
|
|
308
255
|
}
|