@syncfusion/ej2-splitbuttons 27.2.2 → 28.1.37

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.
Files changed (112) hide show
  1. package/README.md +4 -4
  2. package/dist/ej2-splitbuttons.min.js +3 -3
  3. package/dist/ej2-splitbuttons.umd.min.js +3 -3
  4. package/dist/ej2-splitbuttons.umd.min.js.map +1 -1
  5. package/dist/es6/ej2-splitbuttons.es2015.js +140 -46
  6. package/dist/es6/ej2-splitbuttons.es2015.js.map +1 -1
  7. package/dist/es6/ej2-splitbuttons.es5.js +146 -46
  8. package/dist/es6/ej2-splitbuttons.es5.js.map +1 -1
  9. package/dist/global/ej2-splitbuttons.min.js +3 -3
  10. package/dist/global/ej2-splitbuttons.min.js.map +1 -1
  11. package/dist/global/index.d.ts +2 -2
  12. package/package.json +8 -12
  13. package/src/common/common.d.ts +5 -0
  14. package/src/common/common.js +2 -2
  15. package/src/drop-down-button/drop-down-button-model.d.ts +63 -1
  16. package/src/drop-down-button/drop-down-button.d.ts +60 -3
  17. package/src/drop-down-button/drop-down-button.js +146 -45
  18. package/styles/bds-lite.css +1937 -0
  19. package/styles/bds-lite.scss +13 -0
  20. package/styles/bds.css +2148 -0
  21. package/styles/bds.scss +17 -0
  22. package/styles/bootstrap-dark-lite.css +11 -0
  23. package/styles/bootstrap-dark.css +11 -1
  24. package/styles/bootstrap-lite.css +11 -0
  25. package/styles/bootstrap.css +11 -1
  26. package/styles/bootstrap4-lite.css +11 -0
  27. package/styles/bootstrap4.css +11 -1
  28. package/styles/bootstrap5-dark-lite.css +11 -0
  29. package/styles/bootstrap5-dark.css +11 -1
  30. package/styles/bootstrap5-lite.css +11 -0
  31. package/styles/bootstrap5.3-lite.css +11 -0
  32. package/styles/bootstrap5.3.css +11 -1
  33. package/styles/bootstrap5.css +11 -1
  34. package/styles/button-group/_group-button-mixin.scss +2 -2
  35. package/styles/button-group/_layout.scss +1 -1
  36. package/styles/button-group/_tailwind3-definition.scss +31 -0
  37. package/styles/button-group/_theme.scss +83 -12
  38. package/styles/button-group/bds.css +861 -0
  39. package/styles/button-group/bds.scss +5 -0
  40. package/styles/button-group/tailwind3.css +847 -0
  41. package/styles/button-group/tailwind3.scss +5 -0
  42. package/styles/drop-down-button/_bigger.scss +20 -0
  43. package/styles/drop-down-button/_layout.scss +36 -3
  44. package/styles/drop-down-button/_tailwind3-definition.scss +53 -0
  45. package/styles/drop-down-button/_theme.scss +7 -0
  46. package/styles/drop-down-button/bds.css +372 -0
  47. package/styles/drop-down-button/bds.scss +7 -0
  48. package/styles/drop-down-button/bootstrap-dark.css +11 -1
  49. package/styles/drop-down-button/bootstrap.css +11 -1
  50. package/styles/drop-down-button/bootstrap4.css +11 -1
  51. package/styles/drop-down-button/bootstrap5-dark.css +11 -1
  52. package/styles/drop-down-button/bootstrap5.3.css +11 -1
  53. package/styles/drop-down-button/bootstrap5.css +11 -1
  54. package/styles/drop-down-button/fabric-dark.css +11 -1
  55. package/styles/drop-down-button/fabric.css +11 -1
  56. package/styles/drop-down-button/fluent-dark.css +11 -1
  57. package/styles/drop-down-button/fluent.css +11 -1
  58. package/styles/drop-down-button/fluent2.css +11 -1
  59. package/styles/drop-down-button/highcontrast-light.css +11 -1
  60. package/styles/drop-down-button/highcontrast.css +11 -1
  61. package/styles/drop-down-button/icons/_tailwind3.scss +10 -0
  62. package/styles/drop-down-button/material-dark.css +11 -1
  63. package/styles/drop-down-button/material.css +11 -1
  64. package/styles/drop-down-button/material3-dark.css +11 -1
  65. package/styles/drop-down-button/material3.css +11 -1
  66. package/styles/drop-down-button/tailwind-dark.css +11 -1
  67. package/styles/drop-down-button/tailwind.css +11 -1
  68. package/styles/drop-down-button/tailwind3.css +295 -0
  69. package/styles/drop-down-button/tailwind3.scss +7 -0
  70. package/styles/fabric-dark-lite.css +11 -0
  71. package/styles/fabric-dark.css +11 -1
  72. package/styles/fabric-lite.css +11 -0
  73. package/styles/fabric.css +11 -1
  74. package/styles/fluent-dark-lite.css +11 -0
  75. package/styles/fluent-dark.css +11 -1
  76. package/styles/fluent-lite.css +11 -0
  77. package/styles/fluent.css +11 -1
  78. package/styles/fluent2-lite.css +11 -0
  79. package/styles/fluent2.css +11 -1
  80. package/styles/highcontrast-light-lite.css +11 -0
  81. package/styles/highcontrast-light.css +11 -1
  82. package/styles/highcontrast-lite.css +11 -0
  83. package/styles/highcontrast.css +11 -1
  84. package/styles/material-dark-lite.css +11 -0
  85. package/styles/material-dark.css +11 -1
  86. package/styles/material-lite.css +11 -0
  87. package/styles/material.css +11 -1
  88. package/styles/material3-dark-lite.css +11 -0
  89. package/styles/material3-dark.css +11 -1
  90. package/styles/material3-lite.css +11 -0
  91. package/styles/material3.css +11 -1
  92. package/styles/progress-button/_tailwind3-definition.scss +20 -0
  93. package/styles/progress-button/_theme.scss +70 -0
  94. package/styles/progress-button/bds.css +683 -0
  95. package/styles/progress-button/bds.scss +6 -0
  96. package/styles/progress-button/tailwind3.css +636 -0
  97. package/styles/progress-button/tailwind3.scss +6 -0
  98. package/styles/split-button/_layout.scss +2 -2
  99. package/styles/split-button/_tailwind3-definition.scss +23 -0
  100. package/styles/split-button/_theme.scss +6 -1
  101. package/styles/split-button/bds.css +461 -0
  102. package/styles/split-button/bds.scss +7 -0
  103. package/styles/split-button/tailwind3.css +342 -0
  104. package/styles/split-button/tailwind3.scss +7 -0
  105. package/styles/tailwind-dark-lite.css +11 -0
  106. package/styles/tailwind-dark.css +11 -1
  107. package/styles/tailwind-lite.css +11 -0
  108. package/styles/tailwind.css +11 -1
  109. package/styles/tailwind3-lite.css +1891 -0
  110. package/styles/tailwind3-lite.scss +13 -0
  111. package/styles/tailwind3.css +2110 -0
  112. package/styles/tailwind3.scss +17 -0
@@ -0,0 +1,847 @@
1
+
2
+
3
+
4
+
5
+ /* stylelint-disable */
6
+ *.e-btn-group,
7
+ *.e-css.e-btn-group {
8
+ display: -webkit-inline-box;
9
+ display: -ms-inline-flexbox;
10
+ display: inline-flex;
11
+ border-radius: 4px;
12
+ -webkit-box-orient: horizontal;
13
+ -webkit-box-direction: normal;
14
+ -ms-flex-direction: row;
15
+ flex-direction: row;
16
+ position: relative;
17
+ }
18
+ *.e-btn-group input:focus + label.e-btn,
19
+ *.e-btn-group .e-btn:focus,
20
+ *.e-btn-group .e-btn:hover,
21
+ *.e-css.e-btn-group input:focus + label.e-btn,
22
+ *.e-css.e-btn-group .e-btn:focus,
23
+ *.e-css.e-btn-group .e-btn:hover {
24
+ z-index: 2;
25
+ }
26
+ *.e-btn-group input + label.e-btn,
27
+ *.e-css.e-btn-group input + label.e-btn {
28
+ margin-bottom: 0;
29
+ }
30
+ *.e-btn-group input,
31
+ *.e-css.e-btn-group input {
32
+ -moz-appearance: none;
33
+ height: 1px;
34
+ margin: 0 0 0 -1px;
35
+ opacity: 0;
36
+ position: absolute;
37
+ width: 1px;
38
+ }
39
+ *.e-btn-group input:disabled + label.e-btn,
40
+ *.e-btn-group :disabled,
41
+ *.e-css.e-btn-group input:disabled + label.e-btn,
42
+ *.e-css.e-btn-group :disabled {
43
+ cursor: default;
44
+ pointer-events: none;
45
+ }
46
+ *.e-btn-group .e-btn-icon,
47
+ *.e-css.e-btn-group .e-btn-icon {
48
+ font-size: 16px;
49
+ }
50
+ *.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn,
51
+ *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn {
52
+ margin-left: -1px;
53
+ }
54
+ *.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:not(:first-of-type):not(:last-of-type),
55
+ *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:not(:first-of-type):not(:last-of-type) {
56
+ border-radius: 0;
57
+ }
58
+ *.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type, *.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type:not(:last-child),
59
+ *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type,
60
+ *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type:not(:last-child) {
61
+ border-bottom-right-radius: 0;
62
+ border-top-right-radius: 0;
63
+ }
64
+ *.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type,
65
+ *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type {
66
+ border-bottom-left-radius: 0;
67
+ border-top-left-radius: 0;
68
+ }
69
+ *.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper + .e-btn,
70
+ *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper + .e-btn {
71
+ border-bottom-left-radius: 0;
72
+ border-top-left-radius: 0;
73
+ }
74
+ *.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:last-child,
75
+ *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:last-child {
76
+ border-bottom-right-radius: 0;
77
+ border-top-right-radius: 0;
78
+ }
79
+ *.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:first-child,
80
+ *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:first-child {
81
+ border-bottom-left-radius: 0;
82
+ border-top-left-radius: 0;
83
+ }
84
+ *.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:first-child .e-btn:last-child,
85
+ *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:first-child .e-btn:last-child {
86
+ border-bottom-right-radius: 0;
87
+ border-top-right-radius: 0;
88
+ }
89
+ *.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:last-child .e-btn:first-child,
90
+ *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:last-child .e-btn:first-child {
91
+ border-bottom-left-radius: 0;
92
+ border-top-left-radius: 0;
93
+ }
94
+ *.e-btn-group.e-rtl .e-btn,
95
+ *.e-css.e-btn-group.e-rtl .e-btn {
96
+ margin-left: -1px;
97
+ }
98
+ *.e-btn-group.e-rtl .e-btn:not(:first-of-type):not(:last-of-type),
99
+ *.e-css.e-btn-group.e-rtl .e-btn:not(:first-of-type):not(:last-of-type) {
100
+ border-radius: 0;
101
+ }
102
+ *.e-btn-group.e-rtl .e-btn:first-of-type, *.e-btn-group.e-rtl .e-btn:last-of-type:not(:last-child),
103
+ *.e-css.e-btn-group.e-rtl .e-btn:first-of-type,
104
+ *.e-css.e-btn-group.e-rtl .e-btn:last-of-type:not(:last-child) {
105
+ border-bottom-left-radius: 0;
106
+ border-top-left-radius: 0;
107
+ }
108
+ *.e-btn-group.e-rtl .e-btn:last-of-type,
109
+ *.e-css.e-btn-group.e-rtl .e-btn:last-of-type {
110
+ border-bottom-right-radius: 0;
111
+ border-top-right-radius: 0;
112
+ }
113
+ *.e-btn-group.e-rtl .e-split-btn-wrapper + .e-btn,
114
+ *.e-css.e-btn-group.e-rtl .e-split-btn-wrapper + .e-btn {
115
+ border-bottom-right-radius: 0;
116
+ border-top-right-radius: 0;
117
+ }
118
+ *.e-btn-group.e-rtl .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:last-child,
119
+ *.e-css.e-btn-group.e-rtl .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:last-child {
120
+ border-bottom-left-radius: 0;
121
+ border-top-left-radius: 0;
122
+ }
123
+ *.e-btn-group.e-rtl .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:first-child,
124
+ *.e-css.e-btn-group.e-rtl .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:first-child {
125
+ border-bottom-right-radius: 0;
126
+ border-top-right-radius: 0;
127
+ }
128
+ *.e-btn-group.e-rtl .e-split-btn-wrapper:first-child .e-btn:last-child,
129
+ *.e-css.e-btn-group.e-rtl .e-split-btn-wrapper:first-child .e-btn:last-child {
130
+ border-bottom-left-radius: 0;
131
+ border-top-left-radius: 0;
132
+ }
133
+ *.e-btn-group.e-rtl .e-split-btn-wrapper:last-child .e-btn:first-child,
134
+ *.e-css.e-btn-group.e-rtl .e-split-btn-wrapper:last-child .e-btn:first-child {
135
+ border-bottom-right-radius: 0;
136
+ border-top-right-radius: 0;
137
+ }
138
+ *.e-btn-group.e-vertical,
139
+ *.e-css.e-btn-group.e-vertical {
140
+ -webkit-box-orient: vertical;
141
+ -webkit-box-direction: normal;
142
+ -ms-flex-direction: column;
143
+ flex-direction: column;
144
+ }
145
+ *.e-btn-group.e-vertical input,
146
+ *.e-css.e-btn-group.e-vertical input {
147
+ margin: -1px 0 0;
148
+ }
149
+ *.e-btn-group.e-vertical .e-btn:not(.e-outline),
150
+ *.e-css.e-btn-group.e-vertical .e-btn:not(.e-outline) {
151
+ margin-top: -1px;
152
+ }
153
+ *.e-btn-group.e-vertical .e-btn:not(:first-of-type):not(:last-of-type),
154
+ *.e-css.e-btn-group.e-vertical .e-btn:not(:first-of-type):not(:last-of-type) {
155
+ border-radius: 0;
156
+ }
157
+ *.e-btn-group.e-vertical .e-btn:first-of-type,
158
+ *.e-css.e-btn-group.e-vertical .e-btn:first-of-type {
159
+ border-bottom-left-radius: 0;
160
+ border-bottom-right-radius: 0;
161
+ border-top-left-radius: 2px;
162
+ border-top-right-radius: 2px;
163
+ }
164
+ *.e-btn-group.e-vertical .e-btn:last-of-type,
165
+ *.e-css.e-btn-group.e-vertical .e-btn:last-of-type {
166
+ border-bottom-left-radius: 2px;
167
+ border-bottom-right-radius: 2px;
168
+ border-top-left-radius: 0;
169
+ border-top-right-radius: 0;
170
+ }
171
+ *.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl),
172
+ *.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) {
173
+ border-radius: 20px;
174
+ }
175
+ *.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:first-of-type,
176
+ *.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:first-of-type {
177
+ border-bottom-left-radius: 20px;
178
+ border-top-left-radius: 20px;
179
+ }
180
+ *.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:last-of-type,
181
+ *.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:last-of-type {
182
+ border-bottom-right-radius: 20px;
183
+ border-top-right-radius: 20px;
184
+ }
185
+ *.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:last-of-type:not(:last-child),
186
+ *.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:last-of-type:not(:last-child) {
187
+ border-bottom-right-radius: 0;
188
+ border-top-right-radius: 0;
189
+ }
190
+ *.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper + .e-btn,
191
+ *.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper + .e-btn {
192
+ border-bottom-left-radius: 0;
193
+ border-top-left-radius: 0;
194
+ }
195
+ *.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:first-child .e-btn:first-child,
196
+ *.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:first-child .e-btn:first-child {
197
+ border-bottom-left-radius: 20px;
198
+ border-top-left-radius: 20px;
199
+ }
200
+ *.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:first-child .e-btn:last-child,
201
+ *.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:first-child .e-btn:last-child {
202
+ border-bottom-right-radius: 0;
203
+ border-top-right-radius: 0;
204
+ }
205
+ *.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:last-child .e-btn:first-child,
206
+ *.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:last-child .e-btn:first-child {
207
+ border-bottom-left-radius: 0;
208
+ border-top-left-radius: 0;
209
+ }
210
+ *.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:last-child .e-btn:last-child,
211
+ *.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:last-child .e-btn:last-child {
212
+ border-bottom-right-radius: 20px;
213
+ border-top-right-radius: 20px;
214
+ }
215
+ *.e-btn-group.e-round-corner:not(.e-vertical).e-rtl,
216
+ *.e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl {
217
+ border-radius: 20px;
218
+ }
219
+ *.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:first-of-type,
220
+ *.e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:first-of-type {
221
+ border-bottom-right-radius: 20px;
222
+ border-top-right-radius: 20px;
223
+ }
224
+ *.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:last-of-type,
225
+ *.e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:last-of-type {
226
+ border-bottom-left-radius: 20px;
227
+ border-top-left-radius: 20px;
228
+ }
229
+ *.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:last-of-type:not(:last-child),
230
+ *.e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:last-of-type:not(:last-child) {
231
+ border-bottom-left-radius: 0;
232
+ border-top-left-radius: 0;
233
+ }
234
+ *.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:first-of-type:not(:first-child),
235
+ *.e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:first-of-type:not(:first-child) {
236
+ border-bottom-right-radius: 0;
237
+ border-top-right-radius: 0;
238
+ }
239
+
240
+ /* stylelint-disable */
241
+ .e-btn-group:not(.e-outline),
242
+ .e-css.e-btn-group:not(.e-outline) {
243
+ -webkit-box-shadow: 0 1px 2px 0 rgba(var(--color-sf-black), 0.05);
244
+ box-shadow: 0 1px 2px 0 rgba(var(--color-sf-black), 0.05);
245
+ }
246
+ .e-btn-group .e-btn:hover,
247
+ .e-css.e-btn-group .e-btn:hover {
248
+ -webkit-box-shadow: none;
249
+ box-shadow: none;
250
+ }
251
+ .e-btn-group .e-btn:focus,
252
+ .e-btn-group input:focus-visible + label.e-btn,
253
+ .e-btn-group input:focus + label.e-btn,
254
+ .e-css.e-btn-group .e-btn:focus,
255
+ .e-css.e-btn-group input:focus-visible + label.e-btn,
256
+ .e-css.e-btn-group input:focus + label.e-btn {
257
+ background: var(--color-sf-secondary-bg-color-focus);
258
+ border-color: var(--color-sf-secondary-border-color);
259
+ color: var(--color-sf-secondary-text-color-focus);
260
+ outline: var(--color-sf-secondary-bg-color) 0 solid;
261
+ outline-offset: 0;
262
+ outline-color: inherit;
263
+ background: var(--color-sf-secondary-bg-color);
264
+ color: var(--color-sf-secondary-text-color);
265
+ -webkit-box-shadow: 0 0 0 2px var(--color-sf-content-bg-color), 0 0 0 4px var(--color-sf-primary);
266
+ box-shadow: 0 0 0 2px var(--color-sf-content-bg-color), 0 0 0 4px var(--color-sf-primary);
267
+ }
268
+ .e-btn-group .e-btn:focus.e-primary,
269
+ .e-btn-group input:focus-visible + label.e-btn.e-primary,
270
+ .e-btn-group input:focus + label.e-btn.e-primary,
271
+ .e-css.e-btn-group .e-btn:focus.e-primary,
272
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-primary,
273
+ .e-css.e-btn-group input:focus + label.e-btn.e-primary {
274
+ background: var(--color-sf-primary-bg-color-focus);
275
+ border-color: var(--color-sf-primary-border-color-focus);
276
+ color: var(--color-sf-primary-text-focus);
277
+ outline: var(--color-sf-secondary-bg-color) 0 solid;
278
+ outline-color: inherit;
279
+ background: var(--color-sf-primary-bg-color);
280
+ color: var(--color-sf-primary-text-color);
281
+ -webkit-box-shadow: 0 0 0 2px var(--color-sf-content-bg-color), 0 0 0 4px var(--color-sf-primary);
282
+ box-shadow: 0 0 0 2px var(--color-sf-content-bg-color), 0 0 0 4px var(--color-sf-primary);
283
+ }
284
+ .e-btn-group .e-btn:focus.e-success,
285
+ .e-btn-group input:focus-visible + label.e-btn.e-success,
286
+ .e-btn-group input:focus + label.e-btn.e-success,
287
+ .e-css.e-btn-group .e-btn:focus.e-success,
288
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-success,
289
+ .e-css.e-btn-group input:focus + label.e-btn.e-success {
290
+ background: var(--color-sf-success-bg-color-focus);
291
+ border-color: var(--color-sf-success-border-color-focus);
292
+ color: var(--color-sf-success-text-hover);
293
+ outline-color: inherit;
294
+ background: var(--color-sf-success-bg-color);
295
+ color: var(--color-sf-success-text);
296
+ -webkit-box-shadow: 0 0 0 2px var(--color-sf-content-bg-color), 0 0 0 4px var(--color-sf-primary);
297
+ box-shadow: 0 0 0 2px var(--color-sf-content-bg-color), 0 0 0 4px var(--color-sf-primary);
298
+ }
299
+ .e-btn-group .e-btn:focus.e-info,
300
+ .e-btn-group input:focus-visible + label.e-btn.e-info,
301
+ .e-btn-group input:focus + label.e-btn.e-info,
302
+ .e-css.e-btn-group .e-btn:focus.e-info,
303
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-info,
304
+ .e-css.e-btn-group input:focus + label.e-btn.e-info {
305
+ background: var(--color-sf-info-bg-color-focus);
306
+ border-color: var(--color-sf-info-border-color-focus);
307
+ color: var(--color-sf-info-text-hover);
308
+ outline-color: inherit;
309
+ background: var(--color-sf-info-bg-color);
310
+ color: var(--color-sf-info-text);
311
+ -webkit-box-shadow: 0 0 0 2px var(--color-sf-content-bg-color), 0 0 0 4px var(--color-sf-primary);
312
+ box-shadow: 0 0 0 2px var(--color-sf-content-bg-color), 0 0 0 4px var(--color-sf-primary);
313
+ }
314
+ .e-btn-group .e-btn:focus.e-warning,
315
+ .e-btn-group input:focus-visible + label.e-btn.e-warning,
316
+ .e-btn-group input:focus + label.e-btn.e-warning,
317
+ .e-css.e-btn-group .e-btn:focus.e-warning,
318
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-warning,
319
+ .e-css.e-btn-group input:focus + label.e-btn.e-warning {
320
+ background: var(--color-sf-warning-bg-color-focus);
321
+ border-color: var(--color-sf-warning-border-color-focus);
322
+ color: var(--color-sf-warning-text-hover);
323
+ outline-color: inherit;
324
+ background: var(--color-sf-warning-bg-color);
325
+ color: var(--color-sf-warning-text);
326
+ -webkit-box-shadow: 0 0 0 2px var(--color-sf-content-bg-color), 0 0 0 4px var(--color-sf-primary);
327
+ box-shadow: 0 0 0 2px var(--color-sf-content-bg-color), 0 0 0 4px var(--color-sf-primary);
328
+ }
329
+ .e-btn-group .e-btn:focus.e-danger,
330
+ .e-btn-group input:focus-visible + label.e-btn.e-danger,
331
+ .e-btn-group input:focus + label.e-btn.e-danger,
332
+ .e-css.e-btn-group .e-btn:focus.e-danger,
333
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-danger,
334
+ .e-css.e-btn-group input:focus + label.e-btn.e-danger {
335
+ background: var(--color-sf-danger-bg-color-focus);
336
+ border-color: var(--color-sf-danger-border-color-focus);
337
+ color: var(--color-sf-danger-text-hover);
338
+ outline-color: inherit;
339
+ background: var(--color-sf-danger-bg-color);
340
+ color: var(--color-sf-danger-text);
341
+ -webkit-box-shadow: 0 0 0 2px var(--color-sf-content-bg-color), 0 0 0 4px var(--color-sf-primary);
342
+ box-shadow: 0 0 0 2px var(--color-sf-content-bg-color), 0 0 0 4px var(--color-sf-primary);
343
+ }
344
+ .e-btn-group .e-btn:focus.e-link,
345
+ .e-btn-group input:focus-visible + label.e-btn.e-link,
346
+ .e-btn-group input:focus + label.e-btn.e-link,
347
+ .e-css.e-btn-group .e-btn:focus.e-link,
348
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-link,
349
+ .e-css.e-btn-group input:focus + label.e-btn.e-link {
350
+ border-radius: 0;
351
+ text-decoration: underline;
352
+ color: var(--color-sf-primary-border-color-hover);
353
+ background-color: transparent;
354
+ border-color: transparent;
355
+ -webkit-box-shadow: none;
356
+ box-shadow: none;
357
+ outline: none;
358
+ }
359
+ .e-btn-group .e-btn:focus.e-outline,
360
+ .e-btn-group input:focus-visible + label.e-btn.e-outline,
361
+ .e-btn-group input:focus + label.e-btn.e-outline,
362
+ .e-css.e-btn-group .e-btn:focus.e-outline,
363
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline,
364
+ .e-css.e-btn-group input:focus + label.e-btn.e-outline {
365
+ background: var(--color-sf-secondary-bg-color-focus);
366
+ border: 1px solid var(--color-sf-secondary-border-color-focus);
367
+ color: var(--color-sf-secondary-text-color-focus);
368
+ background: var(--color-sf-transparent);
369
+ color: var(--color-sf-secondary-text-color);
370
+ -webkit-box-shadow: 0 0 0 2px var(--color-sf-content-bg-color), 0 0 0 4px var(--color-sf-primary);
371
+ box-shadow: 0 0 0 2px var(--color-sf-content-bg-color), 0 0 0 4px var(--color-sf-primary);
372
+ }
373
+ .e-btn-group .e-btn:focus.e-outline.e-primary,
374
+ .e-btn-group input:focus-visible + label.e-btn.e-outline.e-primary,
375
+ .e-btn-group input:focus + label.e-btn.e-outline.e-primary,
376
+ .e-css.e-btn-group .e-btn:focus.e-outline.e-primary,
377
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-primary,
378
+ .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-primary {
379
+ background: var(--color-sf-primary-bg-color-focus);
380
+ border: 1px solid var(--color-sf-primary-border-color-focus);
381
+ color: var(--color-sf-primary-text-focus);
382
+ background: var(--color-sf-transparent);
383
+ color: var(--color-sf-primary-bg-color);
384
+ -webkit-box-shadow: 0 0 0 2px var(--color-sf-content-bg-color), 0 0 0 4px var(--color-sf-primary);
385
+ box-shadow: 0 0 0 2px var(--color-sf-content-bg-color), 0 0 0 4px var(--color-sf-primary);
386
+ }
387
+ .e-btn-group .e-btn:focus.e-outline.e-success,
388
+ .e-btn-group input:focus-visible + label.e-btn.e-outline.e-success,
389
+ .e-btn-group input:focus + label.e-btn.e-outline.e-success,
390
+ .e-css.e-btn-group .e-btn:focus.e-outline.e-success,
391
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-success,
392
+ .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-success {
393
+ background: var(--color-sf-success-bg-color-focus);
394
+ border: 1px solid var(--color-sf-success-border-color-focus);
395
+ color: var(--color-sf-success-text-focus);
396
+ background: var(--color-sf-transparent);
397
+ color: var(--color-sf-success-bg-color);
398
+ -webkit-box-shadow: 0 0 0 2px var(--color-sf-content-bg-color), 0 0 0 4px var(--color-sf-primary);
399
+ box-shadow: 0 0 0 2px var(--color-sf-content-bg-color), 0 0 0 4px var(--color-sf-primary);
400
+ }
401
+ .e-btn-group .e-btn:focus.e-outline.e-info,
402
+ .e-btn-group input:focus-visible + label.e-btn.e-outline.e-info,
403
+ .e-btn-group input:focus + label.e-btn.e-outline.e-info,
404
+ .e-css.e-btn-group .e-btn:focus.e-outline.e-info,
405
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-info,
406
+ .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-info {
407
+ background: var(--color-sf-info-bg-color-focus);
408
+ border: 1px solid var(--color-sf-info-border-color-focus);
409
+ color: var(--color-sf-info-text-focus);
410
+ background: var(--color-sf-transparent);
411
+ color: var(--color-sf-info-bg-color);
412
+ -webkit-box-shadow: 0 0 0 2px var(--color-sf-content-bg-color), 0 0 0 4px var(--color-sf-primary);
413
+ box-shadow: 0 0 0 2px var(--color-sf-content-bg-color), 0 0 0 4px var(--color-sf-primary);
414
+ }
415
+ .e-btn-group .e-btn:focus.e-outline.e-warning,
416
+ .e-btn-group input:focus-visible + label.e-btn.e-outline.e-warning,
417
+ .e-btn-group input:focus + label.e-btn.e-outline.e-warning,
418
+ .e-css.e-btn-group .e-btn:focus.e-outline.e-warning,
419
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-warning,
420
+ .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-warning {
421
+ background: var(--color-sf-warning-bg-color-focus);
422
+ border: 1px solid var(--color-sf-warning-border-color-focus);
423
+ color: var(--color-sf-warning-text-focus);
424
+ background: var(--color-sf-transparent);
425
+ color: var(--color-sf-warning-bg-color);
426
+ -webkit-box-shadow: 0 0 0 2px var(--color-sf-content-bg-color), 0 0 0 4px var(--color-sf-primary);
427
+ box-shadow: 0 0 0 2px var(--color-sf-content-bg-color), 0 0 0 4px var(--color-sf-primary);
428
+ }
429
+ .e-btn-group .e-btn:focus.e-outline.e-danger,
430
+ .e-btn-group input:focus-visible + label.e-btn.e-outline.e-danger,
431
+ .e-btn-group input:focus + label.e-btn.e-outline.e-danger,
432
+ .e-css.e-btn-group .e-btn:focus.e-outline.e-danger,
433
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-danger,
434
+ .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-danger {
435
+ background: var(--color-sf-danger-bg-color-focus);
436
+ border: 1px solid var(--color-sf-danger-border-color-focus);
437
+ color: var(--color-sf-danger-text-focus);
438
+ background: var(--color-sf-transparent);
439
+ color: var(--color-sf-danger-bg-color);
440
+ -webkit-box-shadow: 0 0 0 2px var(--color-sf-content-bg-color), 0 0 0 4px var(--color-sf-primary);
441
+ box-shadow: 0 0 0 2px var(--color-sf-content-bg-color), 0 0 0 4px var(--color-sf-primary);
442
+ }
443
+ .e-btn-group .e-btn:active,
444
+ .e-btn-group input:active + label.e-btn,
445
+ .e-btn-group input:checked + label.e-btn,
446
+ .e-css.e-btn-group .e-btn:active,
447
+ .e-css.e-btn-group input:active + label.e-btn,
448
+ .e-css.e-btn-group input:checked + label.e-btn {
449
+ background: var(--color-sf-secondary-bg-color-pressed);
450
+ border-color: var(--color-sf-secondary-border-color-pressed);
451
+ color: var(--color-sf-secondary-text-color-pressed);
452
+ outline: var(--color-sf-secondary-bg-color) 0 solid;
453
+ outline-offset: 0;
454
+ }
455
+ .e-btn-group .e-btn:active.e-primary,
456
+ .e-btn-group input:active + label.e-btn.e-primary,
457
+ .e-btn-group input:checked + label.e-btn.e-primary,
458
+ .e-css.e-btn-group .e-btn:active.e-primary,
459
+ .e-css.e-btn-group input:active + label.e-btn.e-primary,
460
+ .e-css.e-btn-group input:checked + label.e-btn.e-primary {
461
+ background: var(--color-sf-primary-bg-color-pressed);
462
+ border-color: var(--color-sf-primary-border-color-pressed);
463
+ color: var(--color-sf-primary-text-pressed);
464
+ outline: var(--color-sf-secondary-bg-color) 0 solid;
465
+ -webkit-box-shadow: 0 0 0 4px rgba(var(--color-sf-secondary-shadow), 0.5);
466
+ box-shadow: 0 0 0 4px rgba(var(--color-sf-secondary-shadow), 0.5);
467
+ }
468
+ .e-btn-group .e-btn:active.e-success,
469
+ .e-btn-group input:active + label.e-btn.e-success,
470
+ .e-btn-group input:checked + label.e-btn.e-success,
471
+ .e-css.e-btn-group .e-btn:active.e-success,
472
+ .e-css.e-btn-group input:active + label.e-btn.e-success,
473
+ .e-css.e-btn-group input:checked + label.e-btn.e-success {
474
+ background: var(--color-sf-success-bg-color-pressed);
475
+ border-color: var(--color-sf-success-border-color-pressed);
476
+ color: var(--color-sf-success-text);
477
+ -webkit-box-shadow: 0 0 0 4px rgba(var(--color-sf-secondary-shadow), 0.5);
478
+ box-shadow: 0 0 0 4px rgba(var(--color-sf-secondary-shadow), 0.5);
479
+ }
480
+ .e-btn-group .e-btn:active.e-info,
481
+ .e-btn-group input:active + label.e-btn.e-info,
482
+ .e-btn-group input:checked + label.e-btn.e-info,
483
+ .e-css.e-btn-group .e-btn:active.e-info,
484
+ .e-css.e-btn-group input:active + label.e-btn.e-info,
485
+ .e-css.e-btn-group input:checked + label.e-btn.e-info {
486
+ background: var(--color-sf-info-bg-color-pressed);
487
+ color: var(--color-sf-info-text-pressed);
488
+ border-color: var(--color-sf-info-border-color-pressed);
489
+ -webkit-box-shadow: 0 0 0 4px rgba(var(--color-sf-secondary-shadow), 0.5);
490
+ box-shadow: 0 0 0 4px rgba(var(--color-sf-secondary-shadow), 0.5);
491
+ }
492
+ .e-btn-group .e-btn:active.e-warning,
493
+ .e-btn-group input:active + label.e-btn.e-warning,
494
+ .e-btn-group input:checked + label.e-btn.e-warning,
495
+ .e-css.e-btn-group .e-btn:active.e-warning,
496
+ .e-css.e-btn-group input:active + label.e-btn.e-warning,
497
+ .e-css.e-btn-group input:checked + label.e-btn.e-warning {
498
+ background: var(--color-sf-warning-bg-color-pressed);
499
+ border-color: var(--color-sf-warning-border-color-pressed);
500
+ color: var(--color-sf-warning-text-pressed);
501
+ -webkit-box-shadow: 0 0 0 4px rgba(var(--color-sf-secondary-shadow), 0.5);
502
+ box-shadow: 0 0 0 4px rgba(var(--color-sf-secondary-shadow), 0.5);
503
+ }
504
+ .e-btn-group .e-btn:active.e-danger,
505
+ .e-btn-group input:active + label.e-btn.e-danger,
506
+ .e-btn-group input:checked + label.e-btn.e-danger,
507
+ .e-css.e-btn-group .e-btn:active.e-danger,
508
+ .e-css.e-btn-group input:active + label.e-btn.e-danger,
509
+ .e-css.e-btn-group input:checked + label.e-btn.e-danger {
510
+ background: var(--color-sf-danger-bg-color-pressed);
511
+ border-color: var(--color-sf-danger-border-color-pressed);
512
+ color: var(--color-sf-danger-text-pressed);
513
+ -webkit-box-shadow: 0 0 0 4px rgba(var(--color-sf-secondary-shadow), 0.5);
514
+ box-shadow: 0 0 0 4px rgba(var(--color-sf-secondary-shadow), 0.5);
515
+ }
516
+ .e-btn-group .e-btn:active.e-outline,
517
+ .e-btn-group input:active + label.e-btn.e-outline,
518
+ .e-btn-group input:checked + label.e-btn.e-outline,
519
+ .e-css.e-btn-group .e-btn:active.e-outline,
520
+ .e-css.e-btn-group input:active + label.e-btn.e-outline,
521
+ .e-css.e-btn-group input:checked + label.e-btn.e-outline {
522
+ background: var(--color-sf-secondary-bg-color-pressed);
523
+ border-color: var(--color-sf-secondary-border-color-pressed);
524
+ -webkit-box-shadow: 0 0 0 4px rgba(var(--color-sf-secondary-shadow), 0.5);
525
+ box-shadow: 0 0 0 4px rgba(var(--color-sf-secondary-shadow), 0.5);
526
+ color: var(--color-sf-secondary-text-color-pressed);
527
+ }
528
+ .e-btn-group .e-btn:active.e-outline.e-primary,
529
+ .e-btn-group input:active + label.e-btn.e-outline.e-primary,
530
+ .e-btn-group input:checked + label.e-btn.e-outline.e-primary,
531
+ .e-css.e-btn-group .e-btn:active.e-outline.e-primary,
532
+ .e-css.e-btn-group input:active + label.e-btn.e-outline.e-primary,
533
+ .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-primary {
534
+ background: var(--color-sf-primary-bg-color-pressed);
535
+ border-color: var(--color-sf-primary-border-color-pressed);
536
+ -webkit-box-shadow: 0 0 0 4px rgba(var(--color-sf-secondary-shadow), 0.5);
537
+ box-shadow: 0 0 0 4px rgba(var(--color-sf-secondary-shadow), 0.5);
538
+ color: var(--color-sf-primary-text-pressed);
539
+ }
540
+ .e-btn-group .e-btn:active.e-outline.e-success,
541
+ .e-btn-group input:active + label.e-btn.e-outline.e-success,
542
+ .e-btn-group input:checked + label.e-btn.e-outline.e-success,
543
+ .e-css.e-btn-group .e-btn:active.e-outline.e-success,
544
+ .e-css.e-btn-group input:active + label.e-btn.e-outline.e-success,
545
+ .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-success {
546
+ background: var(--color-sf-success-bg-color-pressed);
547
+ border-color: var(--color-sf-success-border-color-pressed);
548
+ -webkit-box-shadow: 0 0 0 4px rgba(var(--color-sf-secondary-shadow), 0.5);
549
+ box-shadow: 0 0 0 4px rgba(var(--color-sf-secondary-shadow), 0.5);
550
+ color: var(--color-sf-success-text);
551
+ }
552
+ .e-btn-group .e-btn:active.e-outline.e-info,
553
+ .e-btn-group input:active + label.e-btn.e-outline.e-info,
554
+ .e-btn-group input:checked + label.e-btn.e-outline.e-info,
555
+ .e-css.e-btn-group .e-btn:active.e-outline.e-info,
556
+ .e-css.e-btn-group input:active + label.e-btn.e-outline.e-info,
557
+ .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-info {
558
+ background: var(--color-sf-info-bg-color-pressed);
559
+ border-color: var(--color-sf-info-border-color-pressed);
560
+ -webkit-box-shadow: 0 0 0 4px rgba(var(--color-sf-secondary-shadow), 0.5);
561
+ box-shadow: 0 0 0 4px rgba(var(--color-sf-secondary-shadow), 0.5);
562
+ color: var(--color-sf-info-text-pressed);
563
+ }
564
+ .e-btn-group .e-btn:active.e-outline.e-warning,
565
+ .e-btn-group input:active + label.e-btn.e-outline.e-warning,
566
+ .e-btn-group input:checked + label.e-btn.e-outline.e-warning,
567
+ .e-css.e-btn-group .e-btn:active.e-outline.e-warning,
568
+ .e-css.e-btn-group input:active + label.e-btn.e-outline.e-warning,
569
+ .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-warning {
570
+ background: var(--color-sf-warning-bg-color-pressed);
571
+ border-color: var(--color-sf-warning-border-color-pressed);
572
+ -webkit-box-shadow: 0 0 0 4px rgba(var(--color-sf-secondary-shadow), 0.5);
573
+ box-shadow: 0 0 0 4px rgba(var(--color-sf-secondary-shadow), 0.5);
574
+ color: var(--color-sf-warning-text-pressed);
575
+ }
576
+ .e-btn-group .e-btn:active.e-outline.e-danger,
577
+ .e-btn-group input:active + label.e-btn.e-outline.e-danger,
578
+ .e-btn-group input:checked + label.e-btn.e-outline.e-danger,
579
+ .e-css.e-btn-group .e-btn:active.e-outline.e-danger,
580
+ .e-css.e-btn-group input:active + label.e-btn.e-outline.e-danger,
581
+ .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-danger {
582
+ background: var(--color-sf-danger-bg-color-pressed);
583
+ border-color: var(--color-sf-danger-border-color-pressed);
584
+ -webkit-box-shadow: 0 0 0 4px rgba(var(--color-sf-secondary-shadow), 0.5);
585
+ box-shadow: 0 0 0 4px rgba(var(--color-sf-secondary-shadow), 0.5);
586
+ color: var(--color-sf-danger-text-pressed);
587
+ }
588
+ .e-btn-group .e-btn:disabled,
589
+ .e-btn-group input:disabled + label.e-btn,
590
+ .e-css.e-btn-group .e-btn:disabled,
591
+ .e-css.e-btn-group input:disabled + label.e-btn {
592
+ background-color: var(--color-sf-secondary-bg-color-disabled);
593
+ border-color: var(--color-sf-secondary-border-color-disabled);
594
+ -webkit-box-shadow: none;
595
+ box-shadow: none;
596
+ color: var(--color-sf-secondary-text-color-disabled);
597
+ border-color: var(--color-sf-secondary-border-color);
598
+ }
599
+ .e-btn-group .e-btn:disabled.e-primary,
600
+ .e-btn-group input:disabled + label.e-btn.e-primary,
601
+ .e-css.e-btn-group .e-btn:disabled.e-primary,
602
+ .e-css.e-btn-group input:disabled + label.e-btn.e-primary {
603
+ background: var(--color-sf-primary-bg-color-disabled);
604
+ border-color: var(--color-sf-primary-border-color-disabled);
605
+ -webkit-box-shadow: none;
606
+ box-shadow: none;
607
+ color: var(--color-sf-primary-text-disabled);
608
+ }
609
+ .e-btn-group .e-btn:disabled.e-success,
610
+ .e-btn-group input:disabled + label.e-btn.e-success,
611
+ .e-css.e-btn-group .e-btn:disabled.e-success,
612
+ .e-css.e-btn-group input:disabled + label.e-btn.e-success {
613
+ background: var(--color-sf-success-bg-color-disabled);
614
+ border-color: var(--color-sf-success-border-color-disabled);
615
+ -webkit-box-shadow: none;
616
+ box-shadow: none;
617
+ color: var(--color-sf-success-text-disabled);
618
+ }
619
+ .e-btn-group .e-btn:disabled.e-info,
620
+ .e-btn-group input:disabled + label.e-btn.e-info,
621
+ .e-css.e-btn-group .e-btn:disabled.e-info,
622
+ .e-css.e-btn-group input:disabled + label.e-btn.e-info {
623
+ background: var(--color-sf-info-bg-color-disabled);
624
+ border-color: var(--color-sf-content-bg-color);
625
+ -webkit-box-shadow: none;
626
+ box-shadow: none;
627
+ color: var(--color-sf-info-text-disabled);
628
+ }
629
+ .e-btn-group .e-btn:disabled.e-warning,
630
+ .e-btn-group input:disabled + label.e-btn.e-warning,
631
+ .e-css.e-btn-group .e-btn:disabled.e-warning,
632
+ .e-css.e-btn-group input:disabled + label.e-btn.e-warning {
633
+ background: var(--color-sf-warning-bg-color-disabled);
634
+ border-color: var(--color-sf-warning-border-color-disabled);
635
+ -webkit-box-shadow: none;
636
+ box-shadow: none;
637
+ color: var(--color-sf-warning-text-disabled);
638
+ }
639
+ .e-btn-group .e-btn:disabled.e-danger,
640
+ .e-btn-group input:disabled + label.e-btn.e-danger,
641
+ .e-css.e-btn-group .e-btn:disabled.e-danger,
642
+ .e-css.e-btn-group input:disabled + label.e-btn.e-danger {
643
+ background: var(--color-sf-danger-bg-color-disabled);
644
+ border-color: var(--color-sf-danger-border-color-disabled);
645
+ -webkit-box-shadow: none;
646
+ box-shadow: none;
647
+ color: var(--color-sf-warning-text-disabled);
648
+ }
649
+ .e-btn-group .e-btn:disabled.e-link,
650
+ .e-btn-group input:disabled + label.e-btn.e-link,
651
+ .e-css.e-btn-group .e-btn:disabled.e-link,
652
+ .e-css.e-btn-group input:disabled + label.e-btn.e-link {
653
+ color: var(--color-sf-content-bg-color-alt5);
654
+ background: transparent;
655
+ -webkit-box-shadow: none;
656
+ box-shadow: none;
657
+ text-decoration: none;
658
+ }
659
+ .e-btn-group .e-btn:disabled.e-outline,
660
+ .e-btn-group input:disabled + label.e-btn.e-outline,
661
+ .e-css.e-btn-group .e-btn:disabled.e-outline,
662
+ .e-css.e-btn-group input:disabled + label.e-btn.e-outline {
663
+ background: transparent;
664
+ border: 1px solid var(--color-sf-secondary-border-color-disabled);
665
+ color: var(--color-sf-secondary-text-color-disabled);
666
+ border-color: var(--color-sf-secondary-border-color);
667
+ }
668
+ .e-btn-group .e-btn:disabled.e-outline.e-primary,
669
+ .e-btn-group input:disabled + label.e-btn.e-outline.e-primary,
670
+ .e-css.e-btn-group .e-btn:disabled.e-outline.e-primary,
671
+ .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-primary {
672
+ background: transparent;
673
+ border-color: rgba(var(--color-sf-primary), 0.65);
674
+ -webkit-box-shadow: none;
675
+ box-shadow: none;
676
+ color: var(--color-sf-primary-bg-color-disabled);
677
+ }
678
+ .e-btn-group .e-btn:disabled.e-outline.e-success,
679
+ .e-btn-group input:disabled + label.e-btn.e-outline.e-success,
680
+ .e-css.e-btn-group .e-btn:disabled.e-outline.e-success,
681
+ .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-success {
682
+ background: transparent;
683
+ border-color: rgba(var(--color-sf-success-bg-color), 0.65);
684
+ -webkit-box-shadow: none;
685
+ box-shadow: none;
686
+ color: var(--color-sf-success-bg-color-disabled);
687
+ }
688
+ .e-btn-group .e-btn:disabled.e-outline.e-info,
689
+ .e-btn-group input:disabled + label.e-btn.e-outline.e-info,
690
+ .e-css.e-btn-group .e-btn:disabled.e-outline.e-info,
691
+ .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-info {
692
+ background: transparent;
693
+ border-color: rgba(var(--color-sf-info-bg-color), 0.65);
694
+ -webkit-box-shadow: none;
695
+ box-shadow: none;
696
+ color: var(--color-sf-info-bg-color-disabled);
697
+ }
698
+ .e-btn-group .e-btn:disabled.e-outline.e-warning,
699
+ .e-btn-group input:disabled + label.e-btn.e-outline.e-warning,
700
+ .e-css.e-btn-group .e-btn:disabled.e-outline.e-warning,
701
+ .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-warning {
702
+ background: transparent;
703
+ border-color: rgba(var(--color-sf-warning-bg-color), 0.65);
704
+ -webkit-box-shadow: none;
705
+ box-shadow: none;
706
+ color: var(--color-sf-warning-bg-color-disabled);
707
+ }
708
+ .e-btn-group .e-btn:disabled.e-outline.e-danger,
709
+ .e-btn-group input:disabled + label.e-btn.e-outline.e-danger,
710
+ .e-css.e-btn-group .e-btn:disabled.e-outline.e-danger,
711
+ .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-danger {
712
+ background: transparent;
713
+ border-color: rgba(var(--color-sf-danger-bg-color), 0.65);
714
+ -webkit-box-shadow: none;
715
+ box-shadow: none;
716
+ color: var(--color-sf-danger-bg-color-disabled);
717
+ }
718
+ .e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:not(:first-of-type):not(:last-of-type),
719
+ .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:not(:first-of-type):not(:last-of-type) {
720
+ border-left: transparent;
721
+ border-right: transparent;
722
+ }
723
+ .e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:first-of-type,
724
+ .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:first-of-type {
725
+ border-right: transparent;
726
+ }
727
+ .e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:last-of-type,
728
+ .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:last-of-type {
729
+ border-left: transparent;
730
+ }
731
+ .e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline,
732
+ .e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline,
733
+ .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline,
734
+ .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline {
735
+ border-color: var(--color-sf-secondary-border-color);
736
+ outline-color: inherit;
737
+ }
738
+ .e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-primary,
739
+ .e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-primary,
740
+ .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-primary,
741
+ .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-primary {
742
+ border-color: var(--color-sf-primary);
743
+ outline-color: inherit;
744
+ }
745
+ .e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-success,
746
+ .e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-success,
747
+ .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-success,
748
+ .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-success {
749
+ border-color: var(--color-sf-success-border-color-focus);
750
+ outline-color: inherit;
751
+ }
752
+ .e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-info,
753
+ .e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-info,
754
+ .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-info,
755
+ .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-info {
756
+ border-color: var(--color-sf-info-border-color-focus);
757
+ outline-color: inherit;
758
+ }
759
+ .e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-warning,
760
+ .e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-warning,
761
+ .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-warning,
762
+ .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-warning {
763
+ border-color: var(--color-sf-warning-border-color-focus);
764
+ outline-color: inherit;
765
+ }
766
+ .e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-danger,
767
+ .e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-danger,
768
+ .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-danger,
769
+ .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-danger {
770
+ border-color: var(--color-sf-danger-border-color-focus);
771
+ outline-color: inherit;
772
+ }
773
+ .e-btn-group.e-vertical:not(.e-rtl) .e-outline:not(:first-of-type):not(:last-of-type),
774
+ .e-css.e-btn-group.e-vertical:not(.e-rtl) .e-outline:not(:first-of-type):not(:last-of-type) {
775
+ border-bottom: transparent;
776
+ border-top: transparent;
777
+ }
778
+ .e-btn-group.e-vertical:not(.e-rtl) .e-outline:first-of-type,
779
+ .e-css.e-btn-group.e-vertical:not(.e-rtl) .e-outline:first-of-type {
780
+ border-bottom: transparent;
781
+ }
782
+ .e-btn-group.e-vertical:not(.e-rtl) .e-outline:last-of-type,
783
+ .e-css.e-btn-group.e-vertical:not(.e-rtl) .e-outline:last-of-type {
784
+ border-top: transparent;
785
+ }
786
+ .e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline,
787
+ .e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline,
788
+ .e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline,
789
+ .e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline {
790
+ border-color: var(--color-sf-secondary-border-color);
791
+ outline-color: inherit;
792
+ }
793
+ .e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-primary,
794
+ .e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-primary,
795
+ .e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-primary,
796
+ .e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-primary {
797
+ border-color: var(--color-sf-primary);
798
+ outline-color: inherit;
799
+ }
800
+ .e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-success,
801
+ .e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-success,
802
+ .e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-success,
803
+ .e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-success {
804
+ border-color: var(--color-sf-success-border-color-focus);
805
+ outline-color: inherit;
806
+ }
807
+ .e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-info,
808
+ .e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-info,
809
+ .e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-info,
810
+ .e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-info {
811
+ border-color: var(--color-sf-info-border-color-focus);
812
+ outline-color: inherit;
813
+ }
814
+ .e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-warning,
815
+ .e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-warning,
816
+ .e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-warning,
817
+ .e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-warning {
818
+ border-color: var(--color-sf-warning-border-color-focus);
819
+ outline-color: inherit;
820
+ }
821
+ .e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-danger,
822
+ .e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-danger,
823
+ .e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-danger,
824
+ .e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-danger {
825
+ border-color: var(--color-sf-danger-border-color-focus);
826
+ outline-color: inherit;
827
+ }
828
+ .e-btn-group.e-rtl .e-btn:not(:first-of-type):not(:last-of-type),
829
+ .e-css.e-btn-group.e-rtl .e-btn:not(:first-of-type):not(:last-of-type) {
830
+ border-left: transparent;
831
+ border-right: transparent;
832
+ }
833
+ .e-btn-group.e-rtl .e-btn:first-of-type,
834
+ .e-css.e-btn-group.e-rtl .e-btn:first-of-type {
835
+ border-left: transparent;
836
+ }
837
+ .e-btn-group.e-rtl .e-btn:last-of-type,
838
+ .e-css.e-btn-group.e-rtl .e-btn:last-of-type {
839
+ border-right: transparent;
840
+ }
841
+
842
+ .e-bigger .e-btn-group .e-btn-icon,
843
+ .e-bigger.e-btn-group .e-btn-icon,
844
+ .e-bigger .e-css.e-btn-group .e-btn-icon,
845
+ .e-bigger.e-css.e-btn-group .e-btn-icon {
846
+ font-size: 20px;
847
+ }