@syncfusion/ej2-splitbuttons 33.2.3 → 34.1.29
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/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 +1 -1
- package/dist/es6/ej2-splitbuttons.es2015.js.map +1 -1
- package/dist/es6/ej2-splitbuttons.es5.js +1 -1
- 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 +3 -3
- package/src/common/common.d.ts +1 -0
- package/src/drop-down-button/drop-down-button.js +1 -1
- package/styles/bds-lite.css +144 -829
- package/styles/bds-lite.scss +4 -7
- package/styles/bds.css +165 -1192
- package/styles/bds.scss +8 -11
- package/styles/bootstrap-dark-lite.css +0 -41
- package/styles/bootstrap-dark-lite.scss +4 -7
- package/styles/bootstrap-dark.css +0 -41
- package/styles/bootstrap-dark.scss +8 -11
- package/styles/bootstrap-lite.css +0 -41
- package/styles/bootstrap-lite.scss +4 -7
- package/styles/bootstrap.css +0 -41
- package/styles/bootstrap.scss +8 -11
- package/styles/bootstrap4-lite.css +0 -41
- package/styles/bootstrap4-lite.scss +4 -7
- package/styles/bootstrap4.css +0 -41
- package/styles/bootstrap4.scss +8 -11
- package/styles/bootstrap5-dark-lite.css +0 -42
- package/styles/bootstrap5-dark-lite.scss +4 -7
- package/styles/bootstrap5-dark.css +0 -42
- package/styles/bootstrap5-dark.scss +8 -11
- package/styles/bootstrap5-lite.css +0 -42
- package/styles/bootstrap5-lite.scss +4 -8
- package/styles/bootstrap5.3-lite.css +80 -794
- package/styles/bootstrap5.3-lite.scss +4 -8
- package/styles/bootstrap5.3.css +78 -1128
- package/styles/bootstrap5.3.scss +8 -12
- package/styles/bootstrap5.css +0 -42
- package/styles/bootstrap5.scss +8 -12
- package/styles/button-group/_all.scss +2 -2
- package/styles/button-group/_bds-definition.scss +2 -4
- package/styles/button-group/_bigger.scss +2 -2
- package/styles/button-group/_bootstrap-dark-definition.scss +1 -4
- package/styles/button-group/_bootstrap-definition.scss +3 -4
- package/styles/button-group/_bootstrap4-definition.scss +3 -4
- package/styles/button-group/_bootstrap5-dark-definition.scss +2 -4
- package/styles/button-group/_bootstrap5-definition.scss +2 -4
- package/styles/button-group/_bootstrap5.3-definition.scss +2 -4
- package/styles/button-group/_fabric-dark-definition.scss +2 -4
- package/styles/button-group/_fabric-definition.scss +2 -4
- package/styles/button-group/_fluent-dark-definition.scss +2 -4
- package/styles/button-group/_fluent-definition.scss +2 -4
- package/styles/button-group/_fluent2-definition.scss +2 -4
- package/styles/button-group/_group-button-mixin.scss +7 -5
- package/styles/button-group/_highcontrast-definition.scss +2 -4
- package/styles/button-group/_highcontrast-light-definition.scss +1 -4
- package/styles/button-group/_layout.scss +6 -6
- package/styles/button-group/_material-dark-definition.scss +1 -4
- package/styles/button-group/_material-definition.scss +2 -4
- package/styles/button-group/_material3-dark-definition.scss +2 -4
- package/styles/button-group/_material3-definition.scss +2 -4
- package/styles/button-group/_tailwind-dark-definition.scss +2 -4
- package/styles/button-group/_tailwind-definition.scss +2 -4
- package/styles/button-group/_tailwind3-definition.scss +2 -4
- package/styles/button-group/_theme.scss +71 -68
- package/styles/button-group/_variables.scss +2 -0
- package/styles/button-group/bds.css +0 -189
- package/styles/button-group/bds.scss +2 -4
- package/styles/button-group/bootstrap-dark.scss +2 -4
- package/styles/button-group/bootstrap.scss +2 -4
- package/styles/button-group/bootstrap4.scss +2 -4
- package/styles/button-group/bootstrap5-dark.scss +2 -4
- package/styles/button-group/bootstrap5.3.css +8 -260
- package/styles/button-group/bootstrap5.3.scss +2 -4
- package/styles/button-group/bootstrap5.scss +2 -4
- package/styles/button-group/fabric-dark.scss +2 -4
- package/styles/button-group/fabric.scss +2 -4
- package/styles/button-group/fluent-dark.scss +2 -4
- package/styles/button-group/fluent.scss +2 -4
- package/styles/button-group/fluent2.css +0 -258
- package/styles/button-group/fluent2.scss +2 -4
- package/styles/button-group/highcontrast-light.scss +2 -4
- package/styles/button-group/highcontrast.scss +2 -4
- package/styles/button-group/material-dark.scss +2 -4
- package/styles/button-group/material.scss +2 -4
- package/styles/button-group/material3-dark.css +0 -246
- package/styles/button-group/material3-dark.scss +2 -4
- package/styles/button-group/material3.css +0 -252
- package/styles/button-group/material3.scss +2 -4
- package/styles/button-group/tailwind-dark.scss +2 -4
- package/styles/button-group/tailwind.scss +2 -4
- package/styles/button-group/tailwind3.css +0 -222
- package/styles/button-group/tailwind3.scss +2 -4
- package/styles/drop-down-button/_all.scss +2 -2
- package/styles/drop-down-button/_bds-definition.scss +1 -4
- package/styles/drop-down-button/_bigger.scss +4 -4
- package/styles/drop-down-button/_bootstrap-dark-definition.scss +2 -4
- package/styles/drop-down-button/_bootstrap-definition.scss +2 -4
- package/styles/drop-down-button/_bootstrap4-definition.scss +2 -4
- package/styles/drop-down-button/_bootstrap5-dark-definition.scss +2 -4
- package/styles/drop-down-button/_bootstrap5-definition.scss +2 -4
- package/styles/drop-down-button/_bootstrap5.3-definition.scss +2 -4
- package/styles/drop-down-button/_fabric-dark-definition.scss +2 -4
- package/styles/drop-down-button/_fabric-definition.scss +2 -4
- package/styles/drop-down-button/_fluent-dark-definition.scss +2 -4
- package/styles/drop-down-button/_fluent-definition.scss +2 -4
- package/styles/drop-down-button/_fluent2-definition.scss +2 -4
- package/styles/drop-down-button/_fusionnew-definition.scss +2 -4
- package/styles/drop-down-button/_highcontrast-definition.scss +2 -4
- package/styles/drop-down-button/_highcontrast-light-definition.scss +2 -4
- package/styles/drop-down-button/_layout.scss +5 -4
- package/styles/drop-down-button/_material-dark-definition.scss +2 -4
- package/styles/drop-down-button/_material-definition.scss +2 -4
- package/styles/drop-down-button/_material3-dark-definition.scss +2 -4
- package/styles/drop-down-button/_material3-definition.scss +2 -4
- package/styles/drop-down-button/_tailwind-dark-definition.scss +2 -4
- package/styles/drop-down-button/_tailwind-definition.scss +2 -4
- package/styles/drop-down-button/_tailwind3-definition.scss +2 -4
- package/styles/drop-down-button/_theme.scss +3 -2
- package/styles/drop-down-button/_variables.scss +2 -0
- package/styles/drop-down-button/bds.css +0 -325
- package/styles/drop-down-button/bds.scss +2 -5
- package/styles/drop-down-button/bootstrap-dark.scss +2 -5
- package/styles/drop-down-button/bootstrap.scss +2 -5
- package/styles/drop-down-button/bootstrap4.scss +2 -5
- package/styles/drop-down-button/bootstrap5-dark.css +0 -1
- package/styles/drop-down-button/bootstrap5-dark.scss +2 -5
- package/styles/drop-down-button/bootstrap5.3.css +0 -253
- package/styles/drop-down-button/bootstrap5.3.scss +2 -5
- package/styles/drop-down-button/bootstrap5.css +0 -1
- package/styles/drop-down-button/bootstrap5.scss +2 -5
- package/styles/drop-down-button/fabric-dark.scss +2 -5
- package/styles/drop-down-button/fabric.scss +2 -5
- package/styles/drop-down-button/fluent-dark.css +0 -1
- package/styles/drop-down-button/fluent-dark.scss +2 -5
- package/styles/drop-down-button/fluent.css +0 -1
- package/styles/drop-down-button/fluent.scss +2 -5
- package/styles/drop-down-button/fluent2.css +0 -259
- package/styles/drop-down-button/fluent2.scss +2 -5
- package/styles/drop-down-button/highcontrast-light.scss +2 -5
- package/styles/drop-down-button/highcontrast.scss +2 -5
- package/styles/drop-down-button/icons/_bds.scss +1 -1
- package/styles/drop-down-button/icons/_bootstrap-dark.scss +1 -1
- package/styles/drop-down-button/icons/_bootstrap.scss +1 -1
- package/styles/drop-down-button/icons/_bootstrap4.scss +1 -1
- package/styles/drop-down-button/icons/_bootstrap5.3.scss +1 -1
- package/styles/drop-down-button/icons/_bootstrap5.scss +1 -1
- package/styles/drop-down-button/icons/_fabric-dark.scss +1 -1
- package/styles/drop-down-button/icons/_fabric.scss +1 -1
- package/styles/drop-down-button/icons/_fluent.scss +1 -1
- package/styles/drop-down-button/icons/_fluent2.scss +1 -1
- package/styles/drop-down-button/icons/_fusionnew.scss +1 -1
- package/styles/drop-down-button/icons/_highcontrast-light.scss +1 -1
- package/styles/drop-down-button/icons/_highcontrast.scss +1 -1
- package/styles/drop-down-button/icons/_material-dark.scss +1 -1
- package/styles/drop-down-button/icons/_material.scss +1 -1
- package/styles/drop-down-button/icons/_material3.scss +1 -1
- package/styles/drop-down-button/icons/_tailwind-dark.scss +1 -1
- package/styles/drop-down-button/icons/_tailwind.scss +1 -1
- package/styles/drop-down-button/icons/_tailwind3.scss +1 -1
- package/styles/drop-down-button/material-dark.scss +2 -5
- package/styles/drop-down-button/material.scss +2 -5
- package/styles/drop-down-button/material3-dark.css +0 -247
- package/styles/drop-down-button/material3-dark.scss +2 -5
- package/styles/drop-down-button/material3.css +0 -253
- package/styles/drop-down-button/material3.scss +2 -5
- package/styles/drop-down-button/tailwind-dark.css +0 -1
- package/styles/drop-down-button/tailwind-dark.scss +2 -5
- package/styles/drop-down-button/tailwind.css +0 -1
- package/styles/drop-down-button/tailwind.scss +2 -5
- package/styles/drop-down-button/tailwind3.css +0 -223
- package/styles/drop-down-button/tailwind3.scss +2 -5
- package/styles/fabric-dark-lite.css +0 -41
- package/styles/fabric-dark-lite.scss +4 -8
- package/styles/fabric-dark.css +0 -41
- package/styles/fabric-dark.scss +8 -12
- package/styles/fabric-lite.css +0 -41
- package/styles/fabric-lite.scss +4 -8
- package/styles/fabric.css +0 -41
- package/styles/fabric.scss +8 -12
- package/styles/fluent-dark-lite.css +0 -42
- package/styles/fluent-dark-lite.scss +4 -8
- package/styles/fluent-dark.css +0 -42
- package/styles/fluent-dark.scss +8 -12
- package/styles/fluent-lite.css +0 -42
- package/styles/fluent-lite.scss +4 -8
- package/styles/fluent.css +0 -42
- package/styles/fluent.scss +8 -12
- package/styles/fluent2-lite.css +84 -814
- package/styles/fluent2-lite.scss +4 -8
- package/styles/fluent2.css +140 -1214
- package/styles/fluent2.scss +8 -12
- package/styles/highcontrast-light-lite.css +0 -41
- package/styles/highcontrast-light-lite.scss +4 -8
- package/styles/highcontrast-light.css +0 -41
- package/styles/highcontrast-light.scss +8 -12
- package/styles/highcontrast-lite.css +0 -41
- package/styles/highcontrast-lite.scss +4 -8
- package/styles/highcontrast.css +0 -41
- package/styles/highcontrast.scss +8 -12
- package/styles/material-dark-lite.css +0 -41
- package/styles/material-dark-lite.scss +4 -8
- package/styles/material-dark.css +0 -41
- package/styles/material-dark.scss +8 -12
- package/styles/material-lite.css +0 -41
- package/styles/material-lite.scss +4 -7
- package/styles/material.css +0 -41
- package/styles/material.scss +8 -11
- package/styles/material3-dark-lite.css +6 -704
- package/styles/material3-dark-lite.scss +4 -8
- package/styles/material3-dark.css +80 -1106
- package/styles/material3-dark.scss +8 -12
- package/styles/material3-lite.css +76 -790
- package/styles/material3-lite.scss +4 -8
- package/styles/material3.css +74 -1124
- package/styles/material3.scss +8 -12
- package/styles/progress-button/_all.scss +2 -2
- package/styles/progress-button/_bds-definition.scss +15 -11
- package/styles/progress-button/_bigger.scss +3 -3
- package/styles/progress-button/_bootstrap-dark-definition.scss +2 -4
- package/styles/progress-button/_bootstrap-definition.scss +2 -4
- package/styles/progress-button/_bootstrap4-definition.scss +2 -4
- package/styles/progress-button/_bootstrap5-dark-definition.scss +2 -4
- package/styles/progress-button/_bootstrap5-definition.scss +2 -4
- package/styles/progress-button/_bootstrap5.3-definition.scss +2 -4
- package/styles/progress-button/_fabric-dark-definition.scss +2 -4
- package/styles/progress-button/_fabric-definition.scss +2 -4
- package/styles/progress-button/_fluent-dark-definition.scss +2 -4
- package/styles/progress-button/_fluent-definition.scss +2 -4
- package/styles/progress-button/_fluent2-definition.scss +2 -4
- package/styles/progress-button/_highcontrast-definition.scss +2 -4
- package/styles/progress-button/_highcontrast-light-definition.scss +2 -4
- package/styles/progress-button/_layout.scss +2 -1
- package/styles/progress-button/_material-dark-definition.scss +2 -4
- package/styles/progress-button/_material-definition.scss +2 -4
- package/styles/progress-button/_material3-dark-definition.scss +2 -4
- package/styles/progress-button/_material3-definition.scss +2 -4
- package/styles/progress-button/_tailwind-dark-definition.scss +11 -4
- package/styles/progress-button/_tailwind-definition.scss +11 -4
- package/styles/progress-button/_tailwind3-definition.scss +2 -4
- package/styles/progress-button/_theme.scss +179 -142
- package/styles/progress-button/_variables.scss +2 -0
- package/styles/progress-button/bds.css +92 -281
- package/styles/progress-button/bds.scss +2 -5
- package/styles/progress-button/bootstrap-dark.css +0 -41
- package/styles/progress-button/bootstrap-dark.scss +2 -5
- package/styles/progress-button/bootstrap.css +0 -41
- package/styles/progress-button/bootstrap.scss +2 -5
- package/styles/progress-button/bootstrap4.css +0 -41
- package/styles/progress-button/bootstrap4.scss +2 -5
- package/styles/progress-button/bootstrap5-dark.css +0 -41
- package/styles/progress-button/bootstrap5-dark.scss +2 -5
- package/styles/progress-button/bootstrap5.3.css +0 -293
- package/styles/progress-button/bootstrap5.3.scss +2 -5
- package/styles/progress-button/bootstrap5.css +0 -41
- package/styles/progress-button/bootstrap5.scss +2 -5
- package/styles/progress-button/fabric-dark.css +0 -41
- package/styles/progress-button/fabric-dark.scss +2 -5
- package/styles/progress-button/fabric.css +0 -41
- package/styles/progress-button/fabric.scss +2 -5
- package/styles/progress-button/fluent-dark.css +0 -41
- package/styles/progress-button/fluent-dark.scss +2 -5
- package/styles/progress-button/fluent.css +0 -41
- package/styles/progress-button/fluent.scss +2 -5
- package/styles/progress-button/fluent2.css +0 -299
- package/styles/progress-button/fluent2.scss +2 -5
- package/styles/progress-button/highcontrast-light.css +0 -41
- package/styles/progress-button/highcontrast-light.scss +2 -5
- package/styles/progress-button/highcontrast.css +0 -41
- package/styles/progress-button/highcontrast.scss +2 -5
- package/styles/progress-button/material-dark.css +0 -41
- package/styles/progress-button/material-dark.scss +2 -5
- package/styles/progress-button/material.css +0 -41
- package/styles/progress-button/material.scss +2 -5
- package/styles/progress-button/material3-dark.css +0 -287
- package/styles/progress-button/material3-dark.scss +2 -5
- package/styles/progress-button/material3.css +0 -293
- package/styles/progress-button/material3.scss +2 -5
- package/styles/progress-button/tailwind-dark.css +0 -41
- package/styles/progress-button/tailwind-dark.scss +2 -5
- package/styles/progress-button/tailwind.css +0 -41
- package/styles/progress-button/tailwind.scss +2 -5
- package/styles/progress-button/tailwind3.css +0 -263
- package/styles/progress-button/tailwind3.scss +2 -5
- package/styles/split-button/_all.scss +2 -2
- package/styles/split-button/_bds-definition.scss +4 -3
- package/styles/split-button/_bigger.scss +4 -3
- package/styles/split-button/_bootstrap-dark-definition.scss +4 -3
- package/styles/split-button/_bootstrap-definition.scss +4 -3
- package/styles/split-button/_bootstrap4-definition.scss +5 -3
- package/styles/split-button/_bootstrap5-dark-definition.scss +4 -3
- package/styles/split-button/_bootstrap5-definition.scss +4 -3
- package/styles/split-button/_bootstrap5.3-definition.scss +4 -3
- package/styles/split-button/_fabric-dark-definition.scss +4 -3
- package/styles/split-button/_fabric-definition.scss +4 -3
- package/styles/split-button/_fluent-dark-definition.scss +4 -3
- package/styles/split-button/_fluent-definition.scss +4 -3
- package/styles/split-button/_fluent2-definition.scss +4 -3
- package/styles/split-button/_fusionnew-definition.scss +2 -0
- package/styles/split-button/_highcontrast-definition.scss +4 -3
- package/styles/split-button/_highcontrast-light-definition.scss +4 -3
- package/styles/split-button/_layout.scss +10 -9
- package/styles/split-button/_material-dark-definition.scss +4 -3
- package/styles/split-button/_material-definition.scss +4 -3
- package/styles/split-button/_material3-dark-definition.scss +3 -3
- package/styles/split-button/_material3-definition.scss +3 -3
- package/styles/split-button/_tailwind-dark-definition.scss +3 -3
- package/styles/split-button/_tailwind-definition.scss +3 -3
- package/styles/split-button/_tailwind3-definition.scss +4 -3
- package/styles/split-button/_theme.scss +9 -8
- package/styles/split-button/_variables.scss +2 -0
- package/styles/split-button/bds.css +0 -325
- package/styles/split-button/bds.scss +2 -6
- package/styles/split-button/bootstrap-dark.scss +2 -6
- package/styles/split-button/bootstrap.scss +2 -6
- package/styles/split-button/bootstrap4.scss +2 -6
- package/styles/split-button/bootstrap5-dark.css +0 -1
- package/styles/split-button/bootstrap5-dark.scss +2 -6
- package/styles/split-button/bootstrap5.3.css +0 -253
- package/styles/split-button/bootstrap5.3.scss +2 -6
- package/styles/split-button/bootstrap5.css +0 -1
- package/styles/split-button/bootstrap5.scss +2 -6
- package/styles/split-button/fabric-dark.scss +2 -6
- package/styles/split-button/fabric.scss +2 -6
- package/styles/split-button/fluent-dark.css +0 -1
- package/styles/split-button/fluent-dark.scss +2 -6
- package/styles/split-button/fluent.css +0 -1
- package/styles/split-button/fluent.scss +2 -6
- package/styles/split-button/fluent2.css +0 -259
- package/styles/split-button/fluent2.scss +2 -6
- package/styles/split-button/highcontrast-light.scss +2 -6
- package/styles/split-button/highcontrast.scss +2 -6
- package/styles/split-button/material-dark.scss +2 -6
- package/styles/split-button/material.scss +2 -6
- package/styles/split-button/material3-dark.css +0 -247
- package/styles/split-button/material3-dark.scss +2 -6
- package/styles/split-button/material3.css +0 -253
- package/styles/split-button/material3.scss +2 -6
- package/styles/split-button/tailwind-dark.css +0 -1
- package/styles/split-button/tailwind-dark.scss +2 -6
- package/styles/split-button/tailwind.css +0 -1
- package/styles/split-button/tailwind.scss +2 -6
- package/styles/split-button/tailwind3.css +0 -223
- package/styles/split-button/tailwind3.scss +2 -6
- package/styles/tailwind-dark-lite.css +0 -42
- package/styles/tailwind-dark-lite.scss +4 -8
- package/styles/tailwind-dark.css +0 -42
- package/styles/tailwind-dark.scss +8 -12
- package/styles/tailwind-lite.css +0 -42
- package/styles/tailwind-lite.scss +4 -8
- package/styles/tailwind.css +0 -42
- package/styles/tailwind.scss +8 -12
- package/styles/tailwind3-lite.css +22 -656
- package/styles/tailwind3-lite.scss +4 -8
- package/styles/tailwind3.css +34 -964
- package/styles/tailwind3.scss +8 -12
- package/styles/button-group/_all.bds.scss +0 -2
- package/styles/button-group/_all.bootstrap-dark.scss +0 -2
- package/styles/button-group/_all.bootstrap.scss +0 -2
- package/styles/button-group/_all.bootstrap4.scss +0 -2
- package/styles/button-group/_all.bootstrap5-dark.scss +0 -2
- package/styles/button-group/_all.bootstrap5.3.scss +0 -2
- package/styles/button-group/_all.bootstrap5.scss +0 -2
- package/styles/button-group/_all.fabric-dark.scss +0 -2
- package/styles/button-group/_all.fabric.scss +0 -2
- package/styles/button-group/_all.fluent-dark.scss +0 -2
- package/styles/button-group/_all.fluent.scss +0 -2
- package/styles/button-group/_all.fluent2.scss +0 -2
- package/styles/button-group/_all.highcontrast-light.scss +0 -2
- package/styles/button-group/_all.highcontrast.scss +0 -2
- package/styles/button-group/_all.material-dark.scss +0 -2
- package/styles/button-group/_all.material.scss +0 -2
- package/styles/button-group/_all.material3-dark.scss +0 -2
- package/styles/button-group/_all.material3.scss +0 -2
- package/styles/button-group/_all.tailwind-dark.scss +0 -2
- package/styles/button-group/_all.tailwind.scss +0 -2
- package/styles/button-group/_all.tailwind3.scss +0 -2
- package/styles/button-group/_bigger.bds.scss +0 -4
- package/styles/button-group/_bigger.bootstrap-dark.scss +0 -4
- package/styles/button-group/_bigger.bootstrap.scss +0 -4
- package/styles/button-group/_bigger.bootstrap4.scss +0 -4
- package/styles/button-group/_bigger.bootstrap5-dark.scss +0 -4
- package/styles/button-group/_bigger.bootstrap5.3.scss +0 -4
- package/styles/button-group/_bigger.bootstrap5.scss +0 -4
- package/styles/button-group/_bigger.fabric-dark.scss +0 -4
- package/styles/button-group/_bigger.fabric.scss +0 -4
- package/styles/button-group/_bigger.fluent-dark.scss +0 -4
- package/styles/button-group/_bigger.fluent.scss +0 -4
- package/styles/button-group/_bigger.fluent2.scss +0 -4
- package/styles/button-group/_bigger.highcontrast-light.scss +0 -4
- package/styles/button-group/_bigger.highcontrast.scss +0 -4
- package/styles/button-group/_bigger.material-dark.scss +0 -4
- package/styles/button-group/_bigger.material.scss +0 -4
- package/styles/button-group/_bigger.material3-dark.scss +0 -4
- package/styles/button-group/_bigger.material3.scss +0 -4
- package/styles/button-group/_bigger.tailwind-dark.scss +0 -4
- package/styles/button-group/_bigger.tailwind.scss +0 -4
- package/styles/button-group/_bigger.tailwind3.scss +0 -4
- package/styles/button-group/_layout.bds.scss +0 -4
- package/styles/button-group/_layout.bootstrap-dark.scss +0 -4
- package/styles/button-group/_layout.bootstrap.scss +0 -4
- package/styles/button-group/_layout.bootstrap4.scss +0 -4
- package/styles/button-group/_layout.bootstrap5-dark.scss +0 -4
- package/styles/button-group/_layout.bootstrap5.3.scss +0 -4
- package/styles/button-group/_layout.bootstrap5.scss +0 -4
- package/styles/button-group/_layout.fabric-dark.scss +0 -4
- package/styles/button-group/_layout.fabric.scss +0 -4
- package/styles/button-group/_layout.fluent-dark.scss +0 -4
- package/styles/button-group/_layout.fluent.scss +0 -4
- package/styles/button-group/_layout.fluent2.scss +0 -4
- package/styles/button-group/_layout.highcontrast-light.scss +0 -4
- package/styles/button-group/_layout.highcontrast.scss +0 -4
- package/styles/button-group/_layout.material-dark.scss +0 -4
- package/styles/button-group/_layout.material.scss +0 -4
- package/styles/button-group/_layout.material3-dark.scss +0 -4
- package/styles/button-group/_layout.material3.scss +0 -4
- package/styles/button-group/_layout.tailwind-dark.scss +0 -4
- package/styles/button-group/_layout.tailwind.scss +0 -4
- package/styles/button-group/_layout.tailwind3.scss +0 -4
- package/styles/button-group/_theme-variables.bds.scss +0 -1
- package/styles/button-group/_theme-variables.bootstrap-dark.scss +0 -1
- package/styles/button-group/_theme-variables.bootstrap.scss +0 -1
- package/styles/button-group/_theme-variables.bootstrap4.scss +0 -1
- package/styles/button-group/_theme-variables.bootstrap5-dark.scss +0 -1
- package/styles/button-group/_theme-variables.bootstrap5.3.scss +0 -1
- package/styles/button-group/_theme-variables.bootstrap5.scss +0 -1
- package/styles/button-group/_theme-variables.fabric-dark.scss +0 -1
- package/styles/button-group/_theme-variables.fabric.scss +0 -1
- package/styles/button-group/_theme-variables.fluent-dark.scss +0 -1
- package/styles/button-group/_theme-variables.fluent.scss +0 -1
- package/styles/button-group/_theme-variables.fluent2.scss +0 -1
- package/styles/button-group/_theme-variables.highcontrast-light.scss +0 -1
- package/styles/button-group/_theme-variables.highcontrast.scss +0 -1
- package/styles/button-group/_theme-variables.material-dark.scss +0 -1
- package/styles/button-group/_theme-variables.material.scss +0 -1
- package/styles/button-group/_theme-variables.material3-dark.scss +0 -1
- package/styles/button-group/_theme-variables.material3.scss +0 -1
- package/styles/button-group/_theme-variables.tailwind-dark.scss +0 -1
- package/styles/button-group/_theme-variables.tailwind.scss +0 -1
- package/styles/button-group/_theme-variables.tailwind3.scss +0 -1
- package/styles/button-group/_theme.bds.scss +0 -6
- package/styles/button-group/_theme.bootstrap-dark.scss +0 -6
- package/styles/button-group/_theme.bootstrap.scss +0 -6
- package/styles/button-group/_theme.bootstrap4.scss +0 -6
- package/styles/button-group/_theme.bootstrap5-dark.scss +0 -6
- package/styles/button-group/_theme.bootstrap5.3.scss +0 -6
- package/styles/button-group/_theme.bootstrap5.scss +0 -6
- package/styles/button-group/_theme.fabric-dark.scss +0 -6
- package/styles/button-group/_theme.fabric.scss +0 -6
- package/styles/button-group/_theme.fluent-dark.scss +0 -6
- package/styles/button-group/_theme.fluent.scss +0 -6
- package/styles/button-group/_theme.fluent2.scss +0 -6
- package/styles/button-group/_theme.highcontrast-light.scss +0 -6
- package/styles/button-group/_theme.highcontrast.scss +0 -6
- package/styles/button-group/_theme.material-dark.scss +0 -6
- package/styles/button-group/_theme.material.scss +0 -6
- package/styles/button-group/_theme.material3-dark.scss +0 -6
- package/styles/button-group/_theme.material3.scss +0 -6
- package/styles/button-group/_theme.tailwind-dark.scss +0 -6
- package/styles/button-group/_theme.tailwind.scss +0 -6
- package/styles/button-group/_theme.tailwind3.scss +0 -6
- package/styles/drop-down-button/_all.bds.scss +0 -2
- package/styles/drop-down-button/_all.bootstrap-dark.scss +0 -2
- package/styles/drop-down-button/_all.bootstrap.scss +0 -2
- package/styles/drop-down-button/_all.bootstrap4.scss +0 -2
- package/styles/drop-down-button/_all.bootstrap5-dark.scss +0 -2
- package/styles/drop-down-button/_all.bootstrap5.3.scss +0 -2
- package/styles/drop-down-button/_all.bootstrap5.scss +0 -2
- package/styles/drop-down-button/_all.fabric-dark.scss +0 -2
- package/styles/drop-down-button/_all.fabric.scss +0 -2
- package/styles/drop-down-button/_all.fluent-dark.scss +0 -2
- package/styles/drop-down-button/_all.fluent.scss +0 -2
- package/styles/drop-down-button/_all.fluent2.scss +0 -2
- package/styles/drop-down-button/_all.highcontrast-light.scss +0 -2
- package/styles/drop-down-button/_all.highcontrast.scss +0 -2
- package/styles/drop-down-button/_all.material-dark.scss +0 -2
- package/styles/drop-down-button/_all.material.scss +0 -2
- package/styles/drop-down-button/_all.material3-dark.scss +0 -2
- package/styles/drop-down-button/_all.material3.scss +0 -2
- package/styles/drop-down-button/_all.tailwind-dark.scss +0 -2
- package/styles/drop-down-button/_all.tailwind.scss +0 -2
- package/styles/drop-down-button/_all.tailwind3.scss +0 -2
- package/styles/drop-down-button/_bigger.bds.scss +0 -3
- package/styles/drop-down-button/_bigger.bootstrap-dark.scss +0 -3
- package/styles/drop-down-button/_bigger.bootstrap.scss +0 -3
- package/styles/drop-down-button/_bigger.bootstrap4.scss +0 -3
- package/styles/drop-down-button/_bigger.bootstrap5-dark.scss +0 -3
- package/styles/drop-down-button/_bigger.bootstrap5.3.scss +0 -3
- package/styles/drop-down-button/_bigger.bootstrap5.scss +0 -3
- package/styles/drop-down-button/_bigger.fabric-dark.scss +0 -3
- package/styles/drop-down-button/_bigger.fabric.scss +0 -3
- package/styles/drop-down-button/_bigger.fluent-dark.scss +0 -3
- package/styles/drop-down-button/_bigger.fluent.scss +0 -3
- package/styles/drop-down-button/_bigger.fluent2.scss +0 -3
- package/styles/drop-down-button/_bigger.highcontrast-light.scss +0 -3
- package/styles/drop-down-button/_bigger.highcontrast.scss +0 -3
- package/styles/drop-down-button/_bigger.material-dark.scss +0 -3
- package/styles/drop-down-button/_bigger.material.scss +0 -3
- package/styles/drop-down-button/_bigger.material3-dark.scss +0 -3
- package/styles/drop-down-button/_bigger.material3.scss +0 -3
- package/styles/drop-down-button/_bigger.tailwind-dark.scss +0 -3
- package/styles/drop-down-button/_bigger.tailwind.scss +0 -3
- package/styles/drop-down-button/_bigger.tailwind3.scss +0 -3
- package/styles/drop-down-button/_layout.bds.scss +0 -3
- package/styles/drop-down-button/_layout.bootstrap-dark.scss +0 -3
- package/styles/drop-down-button/_layout.bootstrap.scss +0 -3
- package/styles/drop-down-button/_layout.bootstrap4.scss +0 -3
- package/styles/drop-down-button/_layout.bootstrap5-dark.scss +0 -3
- package/styles/drop-down-button/_layout.bootstrap5.3.scss +0 -3
- package/styles/drop-down-button/_layout.bootstrap5.scss +0 -3
- package/styles/drop-down-button/_layout.fabric-dark.scss +0 -3
- package/styles/drop-down-button/_layout.fabric.scss +0 -3
- package/styles/drop-down-button/_layout.fluent-dark.scss +0 -3
- package/styles/drop-down-button/_layout.fluent.scss +0 -3
- package/styles/drop-down-button/_layout.fluent2.scss +0 -3
- package/styles/drop-down-button/_layout.highcontrast-light.scss +0 -3
- package/styles/drop-down-button/_layout.highcontrast.scss +0 -3
- package/styles/drop-down-button/_layout.material-dark.scss +0 -3
- package/styles/drop-down-button/_layout.material.scss +0 -3
- package/styles/drop-down-button/_layout.material3-dark.scss +0 -3
- package/styles/drop-down-button/_layout.material3.scss +0 -3
- package/styles/drop-down-button/_layout.tailwind-dark.scss +0 -3
- package/styles/drop-down-button/_layout.tailwind.scss +0 -3
- package/styles/drop-down-button/_layout.tailwind3.scss +0 -3
- package/styles/drop-down-button/_theme-variables.bds.scss +0 -1
- package/styles/drop-down-button/_theme-variables.bootstrap-dark.scss +0 -1
- package/styles/drop-down-button/_theme-variables.bootstrap.scss +0 -1
- package/styles/drop-down-button/_theme-variables.bootstrap4.scss +0 -1
- package/styles/drop-down-button/_theme-variables.bootstrap5-dark.scss +0 -1
- package/styles/drop-down-button/_theme-variables.bootstrap5.3.scss +0 -1
- package/styles/drop-down-button/_theme-variables.bootstrap5.scss +0 -1
- package/styles/drop-down-button/_theme-variables.fabric-dark.scss +0 -1
- package/styles/drop-down-button/_theme-variables.fabric.scss +0 -1
- package/styles/drop-down-button/_theme-variables.fluent-dark.scss +0 -1
- package/styles/drop-down-button/_theme-variables.fluent.scss +0 -1
- package/styles/drop-down-button/_theme-variables.fluent2.scss +0 -1
- package/styles/drop-down-button/_theme-variables.highcontrast-light.scss +0 -1
- package/styles/drop-down-button/_theme-variables.highcontrast.scss +0 -1
- package/styles/drop-down-button/_theme-variables.material-dark.scss +0 -1
- package/styles/drop-down-button/_theme-variables.material.scss +0 -1
- package/styles/drop-down-button/_theme-variables.material3-dark.scss +0 -1
- package/styles/drop-down-button/_theme-variables.material3.scss +0 -1
- package/styles/drop-down-button/_theme-variables.tailwind-dark.scss +0 -1
- package/styles/drop-down-button/_theme-variables.tailwind.scss +0 -1
- package/styles/drop-down-button/_theme-variables.tailwind3.scss +0 -1
- package/styles/drop-down-button/_theme.bds.scss +0 -4
- package/styles/drop-down-button/_theme.bootstrap-dark.scss +0 -4
- package/styles/drop-down-button/_theme.bootstrap.scss +0 -4
- package/styles/drop-down-button/_theme.bootstrap4.scss +0 -4
- package/styles/drop-down-button/_theme.bootstrap5-dark.scss +0 -4
- package/styles/drop-down-button/_theme.bootstrap5.3.scss +0 -4
- package/styles/drop-down-button/_theme.bootstrap5.scss +0 -4
- package/styles/drop-down-button/_theme.fabric-dark.scss +0 -4
- package/styles/drop-down-button/_theme.fabric.scss +0 -4
- package/styles/drop-down-button/_theme.fluent-dark.scss +0 -4
- package/styles/drop-down-button/_theme.fluent.scss +0 -4
- package/styles/drop-down-button/_theme.fluent2.scss +0 -4
- package/styles/drop-down-button/_theme.highcontrast-light.scss +0 -4
- package/styles/drop-down-button/_theme.highcontrast.scss +0 -4
- package/styles/drop-down-button/_theme.material-dark.scss +0 -4
- package/styles/drop-down-button/_theme.material.scss +0 -4
- package/styles/drop-down-button/_theme.material3-dark.scss +0 -4
- package/styles/drop-down-button/_theme.material3.scss +0 -4
- package/styles/drop-down-button/_theme.tailwind-dark.scss +0 -4
- package/styles/drop-down-button/_theme.tailwind.scss +0 -4
- package/styles/drop-down-button/_theme.tailwind3.scss +0 -4
- package/styles/progress-button/_all.bds.scss +0 -2
- package/styles/progress-button/_all.bootstrap-dark.scss +0 -2
- package/styles/progress-button/_all.bootstrap.scss +0 -2
- package/styles/progress-button/_all.bootstrap4.scss +0 -2
- package/styles/progress-button/_all.bootstrap5-dark.scss +0 -2
- package/styles/progress-button/_all.bootstrap5.3.scss +0 -2
- package/styles/progress-button/_all.bootstrap5.scss +0 -2
- package/styles/progress-button/_all.fabric-dark.scss +0 -2
- package/styles/progress-button/_all.fabric.scss +0 -2
- package/styles/progress-button/_all.fluent-dark.scss +0 -2
- package/styles/progress-button/_all.fluent.scss +0 -2
- package/styles/progress-button/_all.fluent2.scss +0 -2
- package/styles/progress-button/_all.highcontrast-light.scss +0 -2
- package/styles/progress-button/_all.highcontrast.scss +0 -2
- package/styles/progress-button/_all.material-dark.scss +0 -2
- package/styles/progress-button/_all.material.scss +0 -2
- package/styles/progress-button/_all.material3-dark.scss +0 -2
- package/styles/progress-button/_all.material3.scss +0 -2
- package/styles/progress-button/_all.tailwind-dark.scss +0 -2
- package/styles/progress-button/_all.tailwind.scss +0 -2
- package/styles/progress-button/_all.tailwind3.scss +0 -2
- package/styles/progress-button/_bigger.bds.scss +0 -3
- package/styles/progress-button/_bigger.bootstrap-dark.scss +0 -3
- package/styles/progress-button/_bigger.bootstrap.scss +0 -3
- package/styles/progress-button/_bigger.bootstrap4.scss +0 -3
- package/styles/progress-button/_bigger.bootstrap5-dark.scss +0 -3
- package/styles/progress-button/_bigger.bootstrap5.3.scss +0 -3
- package/styles/progress-button/_bigger.bootstrap5.scss +0 -3
- package/styles/progress-button/_bigger.fabric-dark.scss +0 -3
- package/styles/progress-button/_bigger.fabric.scss +0 -3
- package/styles/progress-button/_bigger.fluent-dark.scss +0 -3
- package/styles/progress-button/_bigger.fluent.scss +0 -3
- package/styles/progress-button/_bigger.fluent2.scss +0 -3
- package/styles/progress-button/_bigger.highcontrast-light.scss +0 -3
- package/styles/progress-button/_bigger.highcontrast.scss +0 -3
- package/styles/progress-button/_bigger.material-dark.scss +0 -3
- package/styles/progress-button/_bigger.material.scss +0 -3
- package/styles/progress-button/_bigger.material3-dark.scss +0 -3
- package/styles/progress-button/_bigger.material3.scss +0 -3
- package/styles/progress-button/_bigger.tailwind-dark.scss +0 -3
- package/styles/progress-button/_bigger.tailwind.scss +0 -3
- package/styles/progress-button/_bigger.tailwind3.scss +0 -3
- package/styles/progress-button/_layout.bds.scss +0 -3
- package/styles/progress-button/_layout.bootstrap-dark.scss +0 -3
- package/styles/progress-button/_layout.bootstrap.scss +0 -3
- package/styles/progress-button/_layout.bootstrap4.scss +0 -3
- package/styles/progress-button/_layout.bootstrap5-dark.scss +0 -3
- package/styles/progress-button/_layout.bootstrap5.3.scss +0 -3
- package/styles/progress-button/_layout.bootstrap5.scss +0 -3
- package/styles/progress-button/_layout.fabric-dark.scss +0 -3
- package/styles/progress-button/_layout.fabric.scss +0 -3
- package/styles/progress-button/_layout.fluent-dark.scss +0 -3
- package/styles/progress-button/_layout.fluent.scss +0 -3
- package/styles/progress-button/_layout.fluent2.scss +0 -3
- package/styles/progress-button/_layout.highcontrast-light.scss +0 -3
- package/styles/progress-button/_layout.highcontrast.scss +0 -3
- package/styles/progress-button/_layout.material-dark.scss +0 -3
- package/styles/progress-button/_layout.material.scss +0 -3
- package/styles/progress-button/_layout.material3-dark.scss +0 -3
- package/styles/progress-button/_layout.material3.scss +0 -3
- package/styles/progress-button/_layout.tailwind-dark.scss +0 -3
- package/styles/progress-button/_layout.tailwind.scss +0 -3
- package/styles/progress-button/_layout.tailwind3.scss +0 -3
- package/styles/progress-button/_theme-variables.bds.scss +0 -1
- package/styles/progress-button/_theme-variables.bootstrap-dark.scss +0 -1
- package/styles/progress-button/_theme-variables.bootstrap.scss +0 -1
- package/styles/progress-button/_theme-variables.bootstrap4.scss +0 -1
- package/styles/progress-button/_theme-variables.bootstrap5-dark.scss +0 -1
- package/styles/progress-button/_theme-variables.bootstrap5.3.scss +0 -1
- package/styles/progress-button/_theme-variables.bootstrap5.scss +0 -1
- package/styles/progress-button/_theme-variables.fabric-dark.scss +0 -1
- package/styles/progress-button/_theme-variables.fabric.scss +0 -1
- package/styles/progress-button/_theme-variables.fluent-dark.scss +0 -1
- package/styles/progress-button/_theme-variables.fluent.scss +0 -1
- package/styles/progress-button/_theme-variables.fluent2.scss +0 -1
- package/styles/progress-button/_theme-variables.highcontrast-light.scss +0 -1
- package/styles/progress-button/_theme-variables.highcontrast.scss +0 -1
- package/styles/progress-button/_theme-variables.material-dark.scss +0 -1
- package/styles/progress-button/_theme-variables.material.scss +0 -1
- package/styles/progress-button/_theme-variables.material3-dark.scss +0 -1
- package/styles/progress-button/_theme-variables.material3.scss +0 -1
- package/styles/progress-button/_theme-variables.tailwind-dark.scss +0 -1
- package/styles/progress-button/_theme-variables.tailwind.scss +0 -1
- package/styles/progress-button/_theme-variables.tailwind3.scss +0 -1
- package/styles/progress-button/_theme.bds.scss +0 -4
- package/styles/progress-button/_theme.bootstrap-dark.scss +0 -4
- package/styles/progress-button/_theme.bootstrap.scss +0 -4
- package/styles/progress-button/_theme.bootstrap4.scss +0 -4
- package/styles/progress-button/_theme.bootstrap5-dark.scss +0 -4
- package/styles/progress-button/_theme.bootstrap5.3.scss +0 -4
- package/styles/progress-button/_theme.bootstrap5.scss +0 -4
- package/styles/progress-button/_theme.fabric-dark.scss +0 -4
- package/styles/progress-button/_theme.fabric.scss +0 -4
- package/styles/progress-button/_theme.fluent-dark.scss +0 -4
- package/styles/progress-button/_theme.fluent.scss +0 -4
- package/styles/progress-button/_theme.fluent2.scss +0 -4
- package/styles/progress-button/_theme.highcontrast-light.scss +0 -4
- package/styles/progress-button/_theme.highcontrast.scss +0 -4
- package/styles/progress-button/_theme.material-dark.scss +0 -4
- package/styles/progress-button/_theme.material.scss +0 -4
- package/styles/progress-button/_theme.material3-dark.scss +0 -4
- package/styles/progress-button/_theme.material3.scss +0 -4
- package/styles/progress-button/_theme.tailwind-dark.scss +0 -4
- package/styles/progress-button/_theme.tailwind.scss +0 -4
- package/styles/progress-button/_theme.tailwind3.scss +0 -4
- package/styles/split-button/_all.bds.scss +0 -2
- package/styles/split-button/_all.bootstrap-dark.scss +0 -2
- package/styles/split-button/_all.bootstrap.scss +0 -2
- package/styles/split-button/_all.bootstrap4.scss +0 -2
- package/styles/split-button/_all.bootstrap5-dark.scss +0 -2
- package/styles/split-button/_all.bootstrap5.3.scss +0 -2
- package/styles/split-button/_all.bootstrap5.scss +0 -2
- package/styles/split-button/_all.fabric-dark.scss +0 -2
- package/styles/split-button/_all.fabric.scss +0 -2
- package/styles/split-button/_all.fluent-dark.scss +0 -2
- package/styles/split-button/_all.fluent.scss +0 -2
- package/styles/split-button/_all.fluent2.scss +0 -2
- package/styles/split-button/_all.highcontrast-light.scss +0 -2
- package/styles/split-button/_all.highcontrast.scss +0 -2
- package/styles/split-button/_all.material-dark.scss +0 -2
- package/styles/split-button/_all.material.scss +0 -2
- package/styles/split-button/_all.material3-dark.scss +0 -2
- package/styles/split-button/_all.material3.scss +0 -2
- package/styles/split-button/_all.tailwind-dark.scss +0 -2
- package/styles/split-button/_all.tailwind.scss +0 -2
- package/styles/split-button/_all.tailwind3.scss +0 -2
- package/styles/split-button/_bigger.bds.scss +0 -3
- package/styles/split-button/_bigger.bootstrap-dark.scss +0 -3
- package/styles/split-button/_bigger.bootstrap.scss +0 -3
- package/styles/split-button/_bigger.bootstrap4.scss +0 -3
- package/styles/split-button/_bigger.bootstrap5-dark.scss +0 -3
- package/styles/split-button/_bigger.bootstrap5.3.scss +0 -3
- package/styles/split-button/_bigger.bootstrap5.scss +0 -3
- package/styles/split-button/_bigger.fabric-dark.scss +0 -3
- package/styles/split-button/_bigger.fabric.scss +0 -3
- package/styles/split-button/_bigger.fluent-dark.scss +0 -3
- package/styles/split-button/_bigger.fluent.scss +0 -3
- package/styles/split-button/_bigger.fluent2.scss +0 -3
- package/styles/split-button/_bigger.highcontrast-light.scss +0 -3
- package/styles/split-button/_bigger.highcontrast.scss +0 -3
- package/styles/split-button/_bigger.material-dark.scss +0 -3
- package/styles/split-button/_bigger.material.scss +0 -3
- package/styles/split-button/_bigger.material3-dark.scss +0 -3
- package/styles/split-button/_bigger.material3.scss +0 -3
- package/styles/split-button/_bigger.tailwind-dark.scss +0 -3
- package/styles/split-button/_bigger.tailwind.scss +0 -3
- package/styles/split-button/_bigger.tailwind3.scss +0 -3
- package/styles/split-button/_layout.bds.scss +0 -3
- package/styles/split-button/_layout.bootstrap-dark.scss +0 -3
- package/styles/split-button/_layout.bootstrap.scss +0 -3
- package/styles/split-button/_layout.bootstrap4.scss +0 -3
- package/styles/split-button/_layout.bootstrap5-dark.scss +0 -3
- package/styles/split-button/_layout.bootstrap5.3.scss +0 -3
- package/styles/split-button/_layout.bootstrap5.scss +0 -3
- package/styles/split-button/_layout.fabric-dark.scss +0 -3
- package/styles/split-button/_layout.fabric.scss +0 -3
- package/styles/split-button/_layout.fluent-dark.scss +0 -3
- package/styles/split-button/_layout.fluent.scss +0 -3
- package/styles/split-button/_layout.fluent2.scss +0 -3
- package/styles/split-button/_layout.highcontrast-light.scss +0 -3
- package/styles/split-button/_layout.highcontrast.scss +0 -3
- package/styles/split-button/_layout.material-dark.scss +0 -3
- package/styles/split-button/_layout.material.scss +0 -3
- package/styles/split-button/_layout.material3-dark.scss +0 -3
- package/styles/split-button/_layout.material3.scss +0 -3
- package/styles/split-button/_layout.tailwind-dark.scss +0 -3
- package/styles/split-button/_layout.tailwind.scss +0 -3
- package/styles/split-button/_layout.tailwind3.scss +0 -3
- package/styles/split-button/_theme-variables.bds.scss +0 -1
- package/styles/split-button/_theme-variables.bootstrap-dark.scss +0 -1
- package/styles/split-button/_theme-variables.bootstrap.scss +0 -1
- package/styles/split-button/_theme-variables.bootstrap4.scss +0 -1
- package/styles/split-button/_theme-variables.bootstrap5-dark.scss +0 -1
- package/styles/split-button/_theme-variables.bootstrap5.3.scss +0 -1
- package/styles/split-button/_theme-variables.bootstrap5.scss +0 -1
- package/styles/split-button/_theme-variables.fabric-dark.scss +0 -1
- package/styles/split-button/_theme-variables.fabric.scss +0 -1
- package/styles/split-button/_theme-variables.fluent-dark.scss +0 -1
- package/styles/split-button/_theme-variables.fluent.scss +0 -1
- package/styles/split-button/_theme-variables.fluent2.scss +0 -1
- package/styles/split-button/_theme-variables.highcontrast-light.scss +0 -1
- package/styles/split-button/_theme-variables.highcontrast.scss +0 -1
- package/styles/split-button/_theme-variables.material-dark.scss +0 -1
- package/styles/split-button/_theme-variables.material.scss +0 -1
- package/styles/split-button/_theme-variables.material3-dark.scss +0 -1
- package/styles/split-button/_theme-variables.material3.scss +0 -1
- package/styles/split-button/_theme-variables.tailwind-dark.scss +0 -1
- package/styles/split-button/_theme-variables.tailwind.scss +0 -1
- package/styles/split-button/_theme-variables.tailwind3.scss +0 -1
- package/styles/split-button/_theme.bds.scss +0 -4
- package/styles/split-button/_theme.bootstrap-dark.scss +0 -4
- package/styles/split-button/_theme.bootstrap.scss +0 -4
- package/styles/split-button/_theme.bootstrap4.scss +0 -4
- package/styles/split-button/_theme.bootstrap5-dark.scss +0 -4
- package/styles/split-button/_theme.bootstrap5.3.scss +0 -4
- package/styles/split-button/_theme.bootstrap5.scss +0 -4
- package/styles/split-button/_theme.fabric-dark.scss +0 -4
- package/styles/split-button/_theme.fabric.scss +0 -4
- package/styles/split-button/_theme.fluent-dark.scss +0 -4
- package/styles/split-button/_theme.fluent.scss +0 -4
- package/styles/split-button/_theme.fluent2.scss +0 -4
- package/styles/split-button/_theme.highcontrast-light.scss +0 -4
- package/styles/split-button/_theme.highcontrast.scss +0 -4
- package/styles/split-button/_theme.material-dark.scss +0 -4
- package/styles/split-button/_theme.material.scss +0 -4
- package/styles/split-button/_theme.material3-dark.scss +0 -4
- package/styles/split-button/_theme.material3.scss +0 -4
- package/styles/split-button/_theme.tailwind-dark.scss +0 -4
- package/styles/split-button/_theme.tailwind.scss +0 -4
- package/styles/split-button/_theme.tailwind3.scss +0 -4
package/styles/bds.css
CHANGED
|
@@ -2,66 +2,6 @@
|
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
/* stylelint-disable */
|
|
6
|
-
.e-btn.e-primary:focus {
|
|
7
|
-
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
8
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
.e-btn.e-success:focus {
|
|
12
|
-
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(23, 177, 105, 0.24) !important;
|
|
13
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(23, 177, 105, 0.24) !important;
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
.e-btn.e-info:focus {
|
|
17
|
-
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
18
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
.e-btn.e-warning:focus {
|
|
22
|
-
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(247, 143, 8, 0.24) !important;
|
|
23
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(247, 143, 8, 0.24) !important;
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
.e-btn.e-danger:focus {
|
|
27
|
-
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(240, 68, 55, 0.24) !important;
|
|
28
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(240, 68, 55, 0.24) !important;
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
.e-btn.e-outline.e-info {
|
|
32
|
-
background: transparent !important;
|
|
33
|
-
border-color: var(--color-sf-utility-info-border-color) !important;
|
|
34
|
-
color: var(--color-sf-utility-info-text) !important;
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
.e-btn.e-outline.e-info:hover {
|
|
38
|
-
background: var(--color-sf-utility-info-bg-color-hover) !important;
|
|
39
|
-
border-color: var(--color-sf-utility-info-border-color) !important;
|
|
40
|
-
color: var(--color-sf-utility-info-text-hover) !important;
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
.e-btn.e-outline.e-info:active {
|
|
44
|
-
background: var(--color-sf-utility-info-bg-color-pressed) !important;
|
|
45
|
-
border-color: var(--color-sf-utility-info-border-color) !important;
|
|
46
|
-
color: var(--color-sf-utility-info-text-hover) !important;
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
.e-btn.e-flat.e-info {
|
|
50
|
-
color: var(--color-sf-utility-info-text) !important;
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
.e-bigger .e-btn,
|
|
54
|
-
.e-bigger .e-btn,
|
|
55
|
-
.e-bigger .e-css.e-btn,
|
|
56
|
-
.e-bigger.e-css.e-btn {
|
|
57
|
-
font-size: 14px;
|
|
58
|
-
line-height: 1.572em;
|
|
59
|
-
padding: 8px 15px;
|
|
60
|
-
border-radius: 8px !important;
|
|
61
|
-
font-weight: 600;
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
/* stylelint-disable-line no-empty-source */
|
|
65
5
|
.e-dropdown-popup {
|
|
66
6
|
position: absolute;
|
|
67
7
|
border-radius: 8px;
|
|
@@ -109,10 +49,6 @@
|
|
|
109
49
|
content: "\e729";
|
|
110
50
|
}
|
|
111
51
|
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
52
|
/* stylelint-disable */
|
|
117
53
|
.e-btn.e-primary:focus {
|
|
118
54
|
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
@@ -172,51 +108,6 @@
|
|
|
172
108
|
font-weight: 600;
|
|
173
109
|
}
|
|
174
110
|
|
|
175
|
-
.e-dropdown-popup {
|
|
176
|
-
position: absolute;
|
|
177
|
-
border-radius: 8px;
|
|
178
|
-
margin-top: 4px;
|
|
179
|
-
}
|
|
180
|
-
|
|
181
|
-
.e-dropdown-popup ul {
|
|
182
|
-
border: 1px solid var(--color-sf-border-secondary);
|
|
183
|
-
border-radius: 8px;
|
|
184
|
-
-webkit-box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08), 0 4px 6px -2px rgba(16, 24, 40, 0.05);
|
|
185
|
-
box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08), 0 4px 6px -2px rgba(16, 24, 40, 0.05);
|
|
186
|
-
-webkit-box-sizing: border-box;
|
|
187
|
-
box-sizing: border-box;
|
|
188
|
-
font-size: 14px;
|
|
189
|
-
font-weight: 500;
|
|
190
|
-
list-style-image: none;
|
|
191
|
-
list-style-position: outside;
|
|
192
|
-
list-style-type: none;
|
|
193
|
-
margin: 0;
|
|
194
|
-
min-width: 120px;
|
|
195
|
-
overflow: hidden;
|
|
196
|
-
padding: 4px 0;
|
|
197
|
-
-webkit-user-select: none;
|
|
198
|
-
-moz-user-select: none;
|
|
199
|
-
-ms-user-select: none;
|
|
200
|
-
user-select: none;
|
|
201
|
-
white-space: nowrap;
|
|
202
|
-
}
|
|
203
|
-
|
|
204
|
-
.e-dropdown-popup ul .e-item {
|
|
205
|
-
cursor: pointer;
|
|
206
|
-
display: -webkit-box;
|
|
207
|
-
display: -ms-flexbox;
|
|
208
|
-
display: flex;
|
|
209
|
-
height: 32px;
|
|
210
|
-
line-height: 32px;
|
|
211
|
-
padding: 0 12px;
|
|
212
|
-
margin: 0 6px;
|
|
213
|
-
border-radius: 6px;
|
|
214
|
-
}
|
|
215
|
-
|
|
216
|
-
.e-dropdown-popup ul .e-item.e-url {
|
|
217
|
-
padding: 0;
|
|
218
|
-
}
|
|
219
|
-
|
|
220
111
|
.e-dropdown-btn,
|
|
221
112
|
.e-dropdown-btn.e-btn {
|
|
222
113
|
-webkit-box-shadow: none;
|
|
@@ -380,114 +271,6 @@
|
|
|
380
271
|
display: block !important; /* stylelint-disable-line declaration-no-important */
|
|
381
272
|
}
|
|
382
273
|
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
/* stylelint-disable */
|
|
388
|
-
.e-btn.e-primary:focus {
|
|
389
|
-
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
390
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
391
|
-
}
|
|
392
|
-
|
|
393
|
-
.e-btn.e-success:focus {
|
|
394
|
-
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(23, 177, 105, 0.24) !important;
|
|
395
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(23, 177, 105, 0.24) !important;
|
|
396
|
-
}
|
|
397
|
-
|
|
398
|
-
.e-btn.e-info:focus {
|
|
399
|
-
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
400
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
401
|
-
}
|
|
402
|
-
|
|
403
|
-
.e-btn.e-warning:focus {
|
|
404
|
-
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(247, 143, 8, 0.24) !important;
|
|
405
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(247, 143, 8, 0.24) !important;
|
|
406
|
-
}
|
|
407
|
-
|
|
408
|
-
.e-btn.e-danger:focus {
|
|
409
|
-
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(240, 68, 55, 0.24) !important;
|
|
410
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(240, 68, 55, 0.24) !important;
|
|
411
|
-
}
|
|
412
|
-
|
|
413
|
-
.e-btn.e-outline.e-info {
|
|
414
|
-
background: transparent !important;
|
|
415
|
-
border-color: var(--color-sf-utility-info-border-color) !important;
|
|
416
|
-
color: var(--color-sf-utility-info-text) !important;
|
|
417
|
-
}
|
|
418
|
-
|
|
419
|
-
.e-btn.e-outline.e-info:hover {
|
|
420
|
-
background: var(--color-sf-utility-info-bg-color-hover) !important;
|
|
421
|
-
border-color: var(--color-sf-utility-info-border-color) !important;
|
|
422
|
-
color: var(--color-sf-utility-info-text-hover) !important;
|
|
423
|
-
}
|
|
424
|
-
|
|
425
|
-
.e-btn.e-outline.e-info:active {
|
|
426
|
-
background: var(--color-sf-utility-info-bg-color-pressed) !important;
|
|
427
|
-
border-color: var(--color-sf-utility-info-border-color) !important;
|
|
428
|
-
color: var(--color-sf-utility-info-text-hover) !important;
|
|
429
|
-
}
|
|
430
|
-
|
|
431
|
-
.e-btn.e-flat.e-info {
|
|
432
|
-
color: var(--color-sf-utility-info-text) !important;
|
|
433
|
-
}
|
|
434
|
-
|
|
435
|
-
.e-bigger .e-btn,
|
|
436
|
-
.e-bigger .e-btn,
|
|
437
|
-
.e-bigger .e-css.e-btn,
|
|
438
|
-
.e-bigger.e-css.e-btn {
|
|
439
|
-
font-size: 14px;
|
|
440
|
-
line-height: 1.572em;
|
|
441
|
-
padding: 8px 15px;
|
|
442
|
-
border-radius: 8px !important;
|
|
443
|
-
font-weight: 600;
|
|
444
|
-
}
|
|
445
|
-
|
|
446
|
-
.e-dropdown-popup {
|
|
447
|
-
position: absolute;
|
|
448
|
-
border-radius: 8px;
|
|
449
|
-
margin-top: 4px;
|
|
450
|
-
}
|
|
451
|
-
|
|
452
|
-
.e-dropdown-popup ul {
|
|
453
|
-
border: 1px solid var(--color-sf-border-secondary);
|
|
454
|
-
border-radius: 8px;
|
|
455
|
-
-webkit-box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08), 0 4px 6px -2px rgba(16, 24, 40, 0.05);
|
|
456
|
-
box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08), 0 4px 6px -2px rgba(16, 24, 40, 0.05);
|
|
457
|
-
-webkit-box-sizing: border-box;
|
|
458
|
-
box-sizing: border-box;
|
|
459
|
-
font-size: 14px;
|
|
460
|
-
font-weight: 500;
|
|
461
|
-
list-style-image: none;
|
|
462
|
-
list-style-position: outside;
|
|
463
|
-
list-style-type: none;
|
|
464
|
-
margin: 0;
|
|
465
|
-
min-width: 120px;
|
|
466
|
-
overflow: hidden;
|
|
467
|
-
padding: 4px 0;
|
|
468
|
-
-webkit-user-select: none;
|
|
469
|
-
-moz-user-select: none;
|
|
470
|
-
-ms-user-select: none;
|
|
471
|
-
user-select: none;
|
|
472
|
-
white-space: nowrap;
|
|
473
|
-
}
|
|
474
|
-
|
|
475
|
-
.e-dropdown-popup ul .e-item {
|
|
476
|
-
cursor: pointer;
|
|
477
|
-
display: -webkit-box;
|
|
478
|
-
display: -ms-flexbox;
|
|
479
|
-
display: flex;
|
|
480
|
-
height: 32px;
|
|
481
|
-
line-height: 32px;
|
|
482
|
-
padding: 0 12px;
|
|
483
|
-
margin: 0 6px;
|
|
484
|
-
border-radius: 6px;
|
|
485
|
-
}
|
|
486
|
-
|
|
487
|
-
.e-dropdown-popup ul .e-item.e-url {
|
|
488
|
-
padding: 0;
|
|
489
|
-
}
|
|
490
|
-
|
|
491
274
|
.e-dropdown-popup {
|
|
492
275
|
background: var(--color-sf-bg-primary-alt);
|
|
493
276
|
color: var(--color-sf-utility-secondary-text-color);
|
|
@@ -541,131 +324,23 @@
|
|
|
541
324
|
color: inherit;
|
|
542
325
|
}
|
|
543
326
|
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
/* stylelint-disable */
|
|
549
|
-
.e-btn.e-primary:focus {
|
|
550
|
-
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
551
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
552
|
-
}
|
|
553
|
-
|
|
554
|
-
.e-btn.e-success:focus {
|
|
555
|
-
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(23, 177, 105, 0.24) !important;
|
|
556
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(23, 177, 105, 0.24) !important;
|
|
327
|
+
.e-bigger .e-dropdown-btn .e-btn-icon,
|
|
328
|
+
.e-bigger.e-dropdown-btn .e-btn-icon {
|
|
329
|
+
font-size: 18px;
|
|
557
330
|
}
|
|
558
|
-
|
|
559
|
-
.e-btn.e-
|
|
560
|
-
-
|
|
561
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
331
|
+
.e-bigger .e-dropdown-btn .e-caret,
|
|
332
|
+
.e-bigger.e-dropdown-btn .e-caret {
|
|
333
|
+
font-size: 18px;
|
|
562
334
|
}
|
|
563
|
-
|
|
564
|
-
.e-btn.e-
|
|
565
|
-
-
|
|
566
|
-
|
|
335
|
+
.e-bigger .e-dropdown-btn.e-vertical,
|
|
336
|
+
.e-bigger.e-dropdown-btn.e-vertical {
|
|
337
|
+
line-height: 1;
|
|
338
|
+
padding: 8px 16px;
|
|
567
339
|
}
|
|
568
|
-
|
|
569
|
-
.e-btn.e-
|
|
570
|
-
-
|
|
571
|
-
|
|
572
|
-
}
|
|
573
|
-
|
|
574
|
-
.e-btn.e-outline.e-info {
|
|
575
|
-
background: transparent !important;
|
|
576
|
-
border-color: var(--color-sf-utility-info-border-color) !important;
|
|
577
|
-
color: var(--color-sf-utility-info-text) !important;
|
|
578
|
-
}
|
|
579
|
-
|
|
580
|
-
.e-btn.e-outline.e-info:hover {
|
|
581
|
-
background: var(--color-sf-utility-info-bg-color-hover) !important;
|
|
582
|
-
border-color: var(--color-sf-utility-info-border-color) !important;
|
|
583
|
-
color: var(--color-sf-utility-info-text-hover) !important;
|
|
584
|
-
}
|
|
585
|
-
|
|
586
|
-
.e-btn.e-outline.e-info:active {
|
|
587
|
-
background: var(--color-sf-utility-info-bg-color-pressed) !important;
|
|
588
|
-
border-color: var(--color-sf-utility-info-border-color) !important;
|
|
589
|
-
color: var(--color-sf-utility-info-text-hover) !important;
|
|
590
|
-
}
|
|
591
|
-
|
|
592
|
-
.e-btn.e-flat.e-info {
|
|
593
|
-
color: var(--color-sf-utility-info-text) !important;
|
|
594
|
-
}
|
|
595
|
-
|
|
596
|
-
.e-bigger .e-btn,
|
|
597
|
-
.e-bigger .e-btn,
|
|
598
|
-
.e-bigger .e-css.e-btn,
|
|
599
|
-
.e-bigger.e-css.e-btn {
|
|
600
|
-
font-size: 14px;
|
|
601
|
-
line-height: 1.572em;
|
|
602
|
-
padding: 8px 15px;
|
|
603
|
-
border-radius: 8px !important;
|
|
604
|
-
font-weight: 600;
|
|
605
|
-
}
|
|
606
|
-
|
|
607
|
-
.e-dropdown-popup {
|
|
608
|
-
position: absolute;
|
|
609
|
-
border-radius: 8px;
|
|
610
|
-
margin-top: 4px;
|
|
611
|
-
}
|
|
612
|
-
|
|
613
|
-
.e-dropdown-popup ul {
|
|
614
|
-
border: 1px solid var(--color-sf-border-secondary);
|
|
615
|
-
border-radius: 8px;
|
|
616
|
-
-webkit-box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08), 0 4px 6px -2px rgba(16, 24, 40, 0.05);
|
|
617
|
-
box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08), 0 4px 6px -2px rgba(16, 24, 40, 0.05);
|
|
618
|
-
-webkit-box-sizing: border-box;
|
|
619
|
-
box-sizing: border-box;
|
|
620
|
-
font-size: 14px;
|
|
621
|
-
font-weight: 500;
|
|
622
|
-
list-style-image: none;
|
|
623
|
-
list-style-position: outside;
|
|
624
|
-
list-style-type: none;
|
|
625
|
-
margin: 0;
|
|
626
|
-
min-width: 120px;
|
|
627
|
-
overflow: hidden;
|
|
628
|
-
padding: 4px 0;
|
|
629
|
-
-webkit-user-select: none;
|
|
630
|
-
-moz-user-select: none;
|
|
631
|
-
-ms-user-select: none;
|
|
632
|
-
user-select: none;
|
|
633
|
-
white-space: nowrap;
|
|
634
|
-
}
|
|
635
|
-
|
|
636
|
-
.e-dropdown-popup ul .e-item {
|
|
637
|
-
cursor: pointer;
|
|
638
|
-
display: -webkit-box;
|
|
639
|
-
display: -ms-flexbox;
|
|
640
|
-
display: flex;
|
|
641
|
-
height: 32px;
|
|
642
|
-
line-height: 32px;
|
|
643
|
-
padding: 0 12px;
|
|
644
|
-
margin: 0 6px;
|
|
645
|
-
border-radius: 6px;
|
|
646
|
-
}
|
|
647
|
-
|
|
648
|
-
.e-dropdown-popup ul .e-item.e-url {
|
|
649
|
-
padding: 0;
|
|
650
|
-
}
|
|
651
|
-
|
|
652
|
-
.e-bigger .e-dropdown-btn .e-btn-icon,
|
|
653
|
-
.e-bigger.e-dropdown-btn .e-btn-icon {
|
|
654
|
-
font-size: 18px;
|
|
655
|
-
}
|
|
656
|
-
.e-bigger .e-dropdown-btn .e-caret,
|
|
657
|
-
.e-bigger.e-dropdown-btn .e-caret {
|
|
658
|
-
font-size: 18px;
|
|
659
|
-
}
|
|
660
|
-
.e-bigger .e-dropdown-btn.e-vertical,
|
|
661
|
-
.e-bigger.e-dropdown-btn.e-vertical {
|
|
662
|
-
line-height: 1;
|
|
663
|
-
padding: 8px 16px;
|
|
664
|
-
}
|
|
665
|
-
.e-bigger .e-dropdown-btn.e-small.e-vertical,
|
|
666
|
-
.e-bigger.e-dropdown-btn.e-small.e-vertical {
|
|
667
|
-
line-height: 1;
|
|
668
|
-
padding: 8px 16px;
|
|
340
|
+
.e-bigger .e-dropdown-btn.e-small.e-vertical,
|
|
341
|
+
.e-bigger.e-dropdown-btn.e-small.e-vertical {
|
|
342
|
+
line-height: 1;
|
|
343
|
+
padding: 8px 16px;
|
|
669
344
|
}
|
|
670
345
|
.e-bigger .e-dropdown-btn.e-small .e-btn-icon,
|
|
671
346
|
.e-bigger.e-dropdown-btn.e-small .e-btn-icon {
|
|
@@ -712,114 +387,6 @@
|
|
|
712
387
|
line-height: normal;
|
|
713
388
|
}
|
|
714
389
|
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
/* stylelint-disable */
|
|
720
|
-
.e-btn.e-primary:focus {
|
|
721
|
-
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
722
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
723
|
-
}
|
|
724
|
-
|
|
725
|
-
.e-btn.e-success:focus {
|
|
726
|
-
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(23, 177, 105, 0.24) !important;
|
|
727
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(23, 177, 105, 0.24) !important;
|
|
728
|
-
}
|
|
729
|
-
|
|
730
|
-
.e-btn.e-info:focus {
|
|
731
|
-
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
732
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
733
|
-
}
|
|
734
|
-
|
|
735
|
-
.e-btn.e-warning:focus {
|
|
736
|
-
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(247, 143, 8, 0.24) !important;
|
|
737
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(247, 143, 8, 0.24) !important;
|
|
738
|
-
}
|
|
739
|
-
|
|
740
|
-
.e-btn.e-danger:focus {
|
|
741
|
-
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(240, 68, 55, 0.24) !important;
|
|
742
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(240, 68, 55, 0.24) !important;
|
|
743
|
-
}
|
|
744
|
-
|
|
745
|
-
.e-btn.e-outline.e-info {
|
|
746
|
-
background: transparent !important;
|
|
747
|
-
border-color: var(--color-sf-utility-info-border-color) !important;
|
|
748
|
-
color: var(--color-sf-utility-info-text) !important;
|
|
749
|
-
}
|
|
750
|
-
|
|
751
|
-
.e-btn.e-outline.e-info:hover {
|
|
752
|
-
background: var(--color-sf-utility-info-bg-color-hover) !important;
|
|
753
|
-
border-color: var(--color-sf-utility-info-border-color) !important;
|
|
754
|
-
color: var(--color-sf-utility-info-text-hover) !important;
|
|
755
|
-
}
|
|
756
|
-
|
|
757
|
-
.e-btn.e-outline.e-info:active {
|
|
758
|
-
background: var(--color-sf-utility-info-bg-color-pressed) !important;
|
|
759
|
-
border-color: var(--color-sf-utility-info-border-color) !important;
|
|
760
|
-
color: var(--color-sf-utility-info-text-hover) !important;
|
|
761
|
-
}
|
|
762
|
-
|
|
763
|
-
.e-btn.e-flat.e-info {
|
|
764
|
-
color: var(--color-sf-utility-info-text) !important;
|
|
765
|
-
}
|
|
766
|
-
|
|
767
|
-
.e-bigger .e-btn,
|
|
768
|
-
.e-bigger .e-btn,
|
|
769
|
-
.e-bigger .e-css.e-btn,
|
|
770
|
-
.e-bigger.e-css.e-btn {
|
|
771
|
-
font-size: 14px;
|
|
772
|
-
line-height: 1.572em;
|
|
773
|
-
padding: 8px 15px;
|
|
774
|
-
border-radius: 8px !important;
|
|
775
|
-
font-weight: 600;
|
|
776
|
-
}
|
|
777
|
-
|
|
778
|
-
.e-dropdown-popup {
|
|
779
|
-
position: absolute;
|
|
780
|
-
border-radius: 8px;
|
|
781
|
-
margin-top: 4px;
|
|
782
|
-
}
|
|
783
|
-
|
|
784
|
-
.e-dropdown-popup ul {
|
|
785
|
-
border: 1px solid var(--color-sf-border-secondary);
|
|
786
|
-
border-radius: 8px;
|
|
787
|
-
-webkit-box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08), 0 4px 6px -2px rgba(16, 24, 40, 0.05);
|
|
788
|
-
box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08), 0 4px 6px -2px rgba(16, 24, 40, 0.05);
|
|
789
|
-
-webkit-box-sizing: border-box;
|
|
790
|
-
box-sizing: border-box;
|
|
791
|
-
font-size: 14px;
|
|
792
|
-
font-weight: 500;
|
|
793
|
-
list-style-image: none;
|
|
794
|
-
list-style-position: outside;
|
|
795
|
-
list-style-type: none;
|
|
796
|
-
margin: 0;
|
|
797
|
-
min-width: 120px;
|
|
798
|
-
overflow: hidden;
|
|
799
|
-
padding: 4px 0;
|
|
800
|
-
-webkit-user-select: none;
|
|
801
|
-
-moz-user-select: none;
|
|
802
|
-
-ms-user-select: none;
|
|
803
|
-
user-select: none;
|
|
804
|
-
white-space: nowrap;
|
|
805
|
-
}
|
|
806
|
-
|
|
807
|
-
.e-dropdown-popup ul .e-item {
|
|
808
|
-
cursor: pointer;
|
|
809
|
-
display: -webkit-box;
|
|
810
|
-
display: -ms-flexbox;
|
|
811
|
-
display: flex;
|
|
812
|
-
height: 32px;
|
|
813
|
-
line-height: 32px;
|
|
814
|
-
padding: 0 12px;
|
|
815
|
-
margin: 0 6px;
|
|
816
|
-
border-radius: 6px;
|
|
817
|
-
}
|
|
818
|
-
|
|
819
|
-
.e-dropdown-popup ul .e-item.e-url {
|
|
820
|
-
padding: 0;
|
|
821
|
-
}
|
|
822
|
-
|
|
823
390
|
.e-split-btn-wrapper {
|
|
824
391
|
display: -webkit-inline-box;
|
|
825
392
|
display: -ms-inline-flexbox;
|
|
@@ -992,114 +559,6 @@
|
|
|
992
559
|
border-top-left-radius: 0;
|
|
993
560
|
}
|
|
994
561
|
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
/* stylelint-disable */
|
|
1000
|
-
.e-btn.e-primary:focus {
|
|
1001
|
-
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
1002
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
1003
|
-
}
|
|
1004
|
-
|
|
1005
|
-
.e-btn.e-success:focus {
|
|
1006
|
-
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(23, 177, 105, 0.24) !important;
|
|
1007
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(23, 177, 105, 0.24) !important;
|
|
1008
|
-
}
|
|
1009
|
-
|
|
1010
|
-
.e-btn.e-info:focus {
|
|
1011
|
-
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
1012
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
1013
|
-
}
|
|
1014
|
-
|
|
1015
|
-
.e-btn.e-warning:focus {
|
|
1016
|
-
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(247, 143, 8, 0.24) !important;
|
|
1017
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(247, 143, 8, 0.24) !important;
|
|
1018
|
-
}
|
|
1019
|
-
|
|
1020
|
-
.e-btn.e-danger:focus {
|
|
1021
|
-
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(240, 68, 55, 0.24) !important;
|
|
1022
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(240, 68, 55, 0.24) !important;
|
|
1023
|
-
}
|
|
1024
|
-
|
|
1025
|
-
.e-btn.e-outline.e-info {
|
|
1026
|
-
background: transparent !important;
|
|
1027
|
-
border-color: var(--color-sf-utility-info-border-color) !important;
|
|
1028
|
-
color: var(--color-sf-utility-info-text) !important;
|
|
1029
|
-
}
|
|
1030
|
-
|
|
1031
|
-
.e-btn.e-outline.e-info:hover {
|
|
1032
|
-
background: var(--color-sf-utility-info-bg-color-hover) !important;
|
|
1033
|
-
border-color: var(--color-sf-utility-info-border-color) !important;
|
|
1034
|
-
color: var(--color-sf-utility-info-text-hover) !important;
|
|
1035
|
-
}
|
|
1036
|
-
|
|
1037
|
-
.e-btn.e-outline.e-info:active {
|
|
1038
|
-
background: var(--color-sf-utility-info-bg-color-pressed) !important;
|
|
1039
|
-
border-color: var(--color-sf-utility-info-border-color) !important;
|
|
1040
|
-
color: var(--color-sf-utility-info-text-hover) !important;
|
|
1041
|
-
}
|
|
1042
|
-
|
|
1043
|
-
.e-btn.e-flat.e-info {
|
|
1044
|
-
color: var(--color-sf-utility-info-text) !important;
|
|
1045
|
-
}
|
|
1046
|
-
|
|
1047
|
-
.e-bigger .e-btn,
|
|
1048
|
-
.e-bigger .e-btn,
|
|
1049
|
-
.e-bigger .e-css.e-btn,
|
|
1050
|
-
.e-bigger.e-css.e-btn {
|
|
1051
|
-
font-size: 14px;
|
|
1052
|
-
line-height: 1.572em;
|
|
1053
|
-
padding: 8px 15px;
|
|
1054
|
-
border-radius: 8px !important;
|
|
1055
|
-
font-weight: 600;
|
|
1056
|
-
}
|
|
1057
|
-
|
|
1058
|
-
.e-dropdown-popup {
|
|
1059
|
-
position: absolute;
|
|
1060
|
-
border-radius: 8px;
|
|
1061
|
-
margin-top: 4px;
|
|
1062
|
-
}
|
|
1063
|
-
|
|
1064
|
-
.e-dropdown-popup ul {
|
|
1065
|
-
border: 1px solid var(--color-sf-border-secondary);
|
|
1066
|
-
border-radius: 8px;
|
|
1067
|
-
-webkit-box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08), 0 4px 6px -2px rgba(16, 24, 40, 0.05);
|
|
1068
|
-
box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08), 0 4px 6px -2px rgba(16, 24, 40, 0.05);
|
|
1069
|
-
-webkit-box-sizing: border-box;
|
|
1070
|
-
box-sizing: border-box;
|
|
1071
|
-
font-size: 14px;
|
|
1072
|
-
font-weight: 500;
|
|
1073
|
-
list-style-image: none;
|
|
1074
|
-
list-style-position: outside;
|
|
1075
|
-
list-style-type: none;
|
|
1076
|
-
margin: 0;
|
|
1077
|
-
min-width: 120px;
|
|
1078
|
-
overflow: hidden;
|
|
1079
|
-
padding: 4px 0;
|
|
1080
|
-
-webkit-user-select: none;
|
|
1081
|
-
-moz-user-select: none;
|
|
1082
|
-
-ms-user-select: none;
|
|
1083
|
-
user-select: none;
|
|
1084
|
-
white-space: nowrap;
|
|
1085
|
-
}
|
|
1086
|
-
|
|
1087
|
-
.e-dropdown-popup ul .e-item {
|
|
1088
|
-
cursor: pointer;
|
|
1089
|
-
display: -webkit-box;
|
|
1090
|
-
display: -ms-flexbox;
|
|
1091
|
-
display: flex;
|
|
1092
|
-
height: 32px;
|
|
1093
|
-
line-height: 32px;
|
|
1094
|
-
padding: 0 12px;
|
|
1095
|
-
margin: 0 6px;
|
|
1096
|
-
border-radius: 6px;
|
|
1097
|
-
}
|
|
1098
|
-
|
|
1099
|
-
.e-dropdown-popup ul .e-item.e-url {
|
|
1100
|
-
padding: 0;
|
|
1101
|
-
}
|
|
1102
|
-
|
|
1103
562
|
.e-split-btn-wrapper .e-split-btn {
|
|
1104
563
|
border-right-color: var(--color-sf-utility-secondary-border-color);
|
|
1105
564
|
}
|
|
@@ -1198,114 +657,6 @@
|
|
|
1198
657
|
border-color: transparent;
|
|
1199
658
|
}
|
|
1200
659
|
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
/* stylelint-disable */
|
|
1206
|
-
.e-btn.e-primary:focus {
|
|
1207
|
-
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
1208
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
1209
|
-
}
|
|
1210
|
-
|
|
1211
|
-
.e-btn.e-success:focus {
|
|
1212
|
-
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(23, 177, 105, 0.24) !important;
|
|
1213
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(23, 177, 105, 0.24) !important;
|
|
1214
|
-
}
|
|
1215
|
-
|
|
1216
|
-
.e-btn.e-info:focus {
|
|
1217
|
-
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
1218
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
1219
|
-
}
|
|
1220
|
-
|
|
1221
|
-
.e-btn.e-warning:focus {
|
|
1222
|
-
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(247, 143, 8, 0.24) !important;
|
|
1223
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(247, 143, 8, 0.24) !important;
|
|
1224
|
-
}
|
|
1225
|
-
|
|
1226
|
-
.e-btn.e-danger:focus {
|
|
1227
|
-
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(240, 68, 55, 0.24) !important;
|
|
1228
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(240, 68, 55, 0.24) !important;
|
|
1229
|
-
}
|
|
1230
|
-
|
|
1231
|
-
.e-btn.e-outline.e-info {
|
|
1232
|
-
background: transparent !important;
|
|
1233
|
-
border-color: var(--color-sf-utility-info-border-color) !important;
|
|
1234
|
-
color: var(--color-sf-utility-info-text) !important;
|
|
1235
|
-
}
|
|
1236
|
-
|
|
1237
|
-
.e-btn.e-outline.e-info:hover {
|
|
1238
|
-
background: var(--color-sf-utility-info-bg-color-hover) !important;
|
|
1239
|
-
border-color: var(--color-sf-utility-info-border-color) !important;
|
|
1240
|
-
color: var(--color-sf-utility-info-text-hover) !important;
|
|
1241
|
-
}
|
|
1242
|
-
|
|
1243
|
-
.e-btn.e-outline.e-info:active {
|
|
1244
|
-
background: var(--color-sf-utility-info-bg-color-pressed) !important;
|
|
1245
|
-
border-color: var(--color-sf-utility-info-border-color) !important;
|
|
1246
|
-
color: var(--color-sf-utility-info-text-hover) !important;
|
|
1247
|
-
}
|
|
1248
|
-
|
|
1249
|
-
.e-btn.e-flat.e-info {
|
|
1250
|
-
color: var(--color-sf-utility-info-text) !important;
|
|
1251
|
-
}
|
|
1252
|
-
|
|
1253
|
-
.e-bigger .e-btn,
|
|
1254
|
-
.e-bigger .e-btn,
|
|
1255
|
-
.e-bigger .e-css.e-btn,
|
|
1256
|
-
.e-bigger.e-css.e-btn {
|
|
1257
|
-
font-size: 14px;
|
|
1258
|
-
line-height: 1.572em;
|
|
1259
|
-
padding: 8px 15px;
|
|
1260
|
-
border-radius: 8px !important;
|
|
1261
|
-
font-weight: 600;
|
|
1262
|
-
}
|
|
1263
|
-
|
|
1264
|
-
.e-dropdown-popup {
|
|
1265
|
-
position: absolute;
|
|
1266
|
-
border-radius: 8px;
|
|
1267
|
-
margin-top: 4px;
|
|
1268
|
-
}
|
|
1269
|
-
|
|
1270
|
-
.e-dropdown-popup ul {
|
|
1271
|
-
border: 1px solid var(--color-sf-border-secondary);
|
|
1272
|
-
border-radius: 8px;
|
|
1273
|
-
-webkit-box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08), 0 4px 6px -2px rgba(16, 24, 40, 0.05);
|
|
1274
|
-
box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08), 0 4px 6px -2px rgba(16, 24, 40, 0.05);
|
|
1275
|
-
-webkit-box-sizing: border-box;
|
|
1276
|
-
box-sizing: border-box;
|
|
1277
|
-
font-size: 14px;
|
|
1278
|
-
font-weight: 500;
|
|
1279
|
-
list-style-image: none;
|
|
1280
|
-
list-style-position: outside;
|
|
1281
|
-
list-style-type: none;
|
|
1282
|
-
margin: 0;
|
|
1283
|
-
min-width: 120px;
|
|
1284
|
-
overflow: hidden;
|
|
1285
|
-
padding: 4px 0;
|
|
1286
|
-
-webkit-user-select: none;
|
|
1287
|
-
-moz-user-select: none;
|
|
1288
|
-
-ms-user-select: none;
|
|
1289
|
-
user-select: none;
|
|
1290
|
-
white-space: nowrap;
|
|
1291
|
-
}
|
|
1292
|
-
|
|
1293
|
-
.e-dropdown-popup ul .e-item {
|
|
1294
|
-
cursor: pointer;
|
|
1295
|
-
display: -webkit-box;
|
|
1296
|
-
display: -ms-flexbox;
|
|
1297
|
-
display: flex;
|
|
1298
|
-
height: 32px;
|
|
1299
|
-
line-height: 32px;
|
|
1300
|
-
padding: 0 12px;
|
|
1301
|
-
margin: 0 6px;
|
|
1302
|
-
border-radius: 6px;
|
|
1303
|
-
}
|
|
1304
|
-
|
|
1305
|
-
.e-dropdown-popup ul .e-item.e-url {
|
|
1306
|
-
padding: 0;
|
|
1307
|
-
}
|
|
1308
|
-
|
|
1309
660
|
.e-bigger .e-split-btn-wrapper .e-split-btn,
|
|
1310
661
|
.e-bigger.e-split-btn-wrapper .e-split-btn {
|
|
1311
662
|
padding-left: 12px;
|
|
@@ -1356,94 +707,31 @@
|
|
|
1356
707
|
}
|
|
1357
708
|
.e-bigger .e-split-btn-wrapper.e-rtl .e-split-btn .e-icon-top,
|
|
1358
709
|
.e-bigger.e-split-btn-wrapper.e-rtl .e-split-btn .e-icon-top {
|
|
1359
|
-
padding-left: 0;
|
|
1360
|
-
}
|
|
1361
|
-
.e-bigger .e-split-btn-wrapper.e-rtl .e-split-btn.e-icon-btn,
|
|
1362
|
-
.e-bigger.e-split-btn-wrapper.e-rtl .e-split-btn.e-icon-btn {
|
|
1363
|
-
padding-left: 12px;
|
|
1364
|
-
padding-right: 12px;
|
|
1365
|
-
}
|
|
1366
|
-
.e-bigger .e-split-btn-wrapper.e-rtl .e-split-btn.e-icon-btn .e-btn-icon,
|
|
1367
|
-
.e-bigger.e-split-btn-wrapper.e-rtl .e-split-btn.e-icon-btn .e-btn-icon {
|
|
1368
|
-
padding-left: 0;
|
|
1369
|
-
}
|
|
1370
|
-
.e-bigger .e-split-btn-wrapper.e-vertical .e-split-btn,
|
|
1371
|
-
.e-bigger.e-split-btn-wrapper.e-vertical .e-split-btn {
|
|
1372
|
-
padding-bottom: 12px;
|
|
1373
|
-
padding-right: 12px;
|
|
1374
|
-
}
|
|
1375
|
-
.e-bigger .e-split-btn-wrapper.e-vertical .e-dropdown-btn,
|
|
1376
|
-
.e-bigger.e-split-btn-wrapper.e-vertical .e-dropdown-btn {
|
|
1377
|
-
padding-bottom: 4px;
|
|
1378
|
-
padding-top: 4px;
|
|
1379
|
-
z-index: 1;
|
|
1380
|
-
}
|
|
1381
|
-
.e-bigger .e-split-btn-wrapper.e-vertical .e-dropdown-btn .e-icon-bottom,
|
|
1382
|
-
.e-bigger.e-split-btn-wrapper.e-vertical .e-dropdown-btn .e-icon-bottom {
|
|
1383
|
-
padding-top: 0;
|
|
1384
|
-
}
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
|
-
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
/* stylelint-disable */
|
|
1391
|
-
.e-btn.e-primary:focus {
|
|
1392
|
-
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
1393
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
1394
|
-
}
|
|
1395
|
-
|
|
1396
|
-
.e-btn.e-success:focus {
|
|
1397
|
-
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(23, 177, 105, 0.24) !important;
|
|
1398
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(23, 177, 105, 0.24) !important;
|
|
1399
|
-
}
|
|
1400
|
-
|
|
1401
|
-
.e-btn.e-info:focus {
|
|
1402
|
-
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
1403
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
1404
|
-
}
|
|
1405
|
-
|
|
1406
|
-
.e-btn.e-warning:focus {
|
|
1407
|
-
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(247, 143, 8, 0.24) !important;
|
|
1408
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(247, 143, 8, 0.24) !important;
|
|
1409
|
-
}
|
|
1410
|
-
|
|
1411
|
-
.e-btn.e-danger:focus {
|
|
1412
|
-
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(240, 68, 55, 0.24) !important;
|
|
1413
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(240, 68, 55, 0.24) !important;
|
|
710
|
+
padding-left: 0;
|
|
1414
711
|
}
|
|
1415
|
-
|
|
1416
|
-
.e-btn.e-
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
color: var(--color-sf-utility-info-text) !important;
|
|
712
|
+
.e-bigger .e-split-btn-wrapper.e-rtl .e-split-btn.e-icon-btn,
|
|
713
|
+
.e-bigger.e-split-btn-wrapper.e-rtl .e-split-btn.e-icon-btn {
|
|
714
|
+
padding-left: 12px;
|
|
715
|
+
padding-right: 12px;
|
|
1420
716
|
}
|
|
1421
|
-
|
|
1422
|
-
.e-btn.e-
|
|
1423
|
-
|
|
1424
|
-
border-color: var(--color-sf-utility-info-border-color) !important;
|
|
1425
|
-
color: var(--color-sf-utility-info-text-hover) !important;
|
|
717
|
+
.e-bigger .e-split-btn-wrapper.e-rtl .e-split-btn.e-icon-btn .e-btn-icon,
|
|
718
|
+
.e-bigger.e-split-btn-wrapper.e-rtl .e-split-btn.e-icon-btn .e-btn-icon {
|
|
719
|
+
padding-left: 0;
|
|
1426
720
|
}
|
|
1427
|
-
|
|
1428
|
-
.e-btn.e-
|
|
1429
|
-
|
|
1430
|
-
|
|
1431
|
-
color: var(--color-sf-utility-info-text-hover) !important;
|
|
721
|
+
.e-bigger .e-split-btn-wrapper.e-vertical .e-split-btn,
|
|
722
|
+
.e-bigger.e-split-btn-wrapper.e-vertical .e-split-btn {
|
|
723
|
+
padding-bottom: 12px;
|
|
724
|
+
padding-right: 12px;
|
|
1432
725
|
}
|
|
1433
|
-
|
|
1434
|
-
.e-btn.e-
|
|
1435
|
-
|
|
726
|
+
.e-bigger .e-split-btn-wrapper.e-vertical .e-dropdown-btn,
|
|
727
|
+
.e-bigger.e-split-btn-wrapper.e-vertical .e-dropdown-btn {
|
|
728
|
+
padding-bottom: 4px;
|
|
729
|
+
padding-top: 4px;
|
|
730
|
+
z-index: 1;
|
|
1436
731
|
}
|
|
1437
|
-
|
|
1438
|
-
.e-bigger .e-btn
|
|
1439
|
-
|
|
1440
|
-
.e-bigger .e-css.e-btn,
|
|
1441
|
-
.e-bigger.e-css.e-btn {
|
|
1442
|
-
font-size: 14px;
|
|
1443
|
-
line-height: 1.572em;
|
|
1444
|
-
padding: 8px 15px;
|
|
1445
|
-
border-radius: 8px !important;
|
|
1446
|
-
font-weight: 600;
|
|
732
|
+
.e-bigger .e-split-btn-wrapper.e-vertical .e-dropdown-btn .e-icon-bottom,
|
|
733
|
+
.e-bigger.e-split-btn-wrapper.e-vertical .e-dropdown-btn .e-icon-bottom {
|
|
734
|
+
padding-top: 0;
|
|
1447
735
|
}
|
|
1448
736
|
|
|
1449
737
|
/* stylelint-disable */
|
|
@@ -1681,69 +969,6 @@
|
|
|
1681
969
|
border-top-right-radius: 0;
|
|
1682
970
|
}
|
|
1683
971
|
|
|
1684
|
-
|
|
1685
|
-
|
|
1686
|
-
|
|
1687
|
-
|
|
1688
|
-
/* stylelint-disable */
|
|
1689
|
-
.e-btn.e-primary:focus {
|
|
1690
|
-
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
1691
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
1692
|
-
}
|
|
1693
|
-
|
|
1694
|
-
.e-btn.e-success:focus {
|
|
1695
|
-
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(23, 177, 105, 0.24) !important;
|
|
1696
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(23, 177, 105, 0.24) !important;
|
|
1697
|
-
}
|
|
1698
|
-
|
|
1699
|
-
.e-btn.e-info:focus {
|
|
1700
|
-
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
1701
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
1702
|
-
}
|
|
1703
|
-
|
|
1704
|
-
.e-btn.e-warning:focus {
|
|
1705
|
-
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(247, 143, 8, 0.24) !important;
|
|
1706
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(247, 143, 8, 0.24) !important;
|
|
1707
|
-
}
|
|
1708
|
-
|
|
1709
|
-
.e-btn.e-danger:focus {
|
|
1710
|
-
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(240, 68, 55, 0.24) !important;
|
|
1711
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(240, 68, 55, 0.24) !important;
|
|
1712
|
-
}
|
|
1713
|
-
|
|
1714
|
-
.e-btn.e-outline.e-info {
|
|
1715
|
-
background: transparent !important;
|
|
1716
|
-
border-color: var(--color-sf-utility-info-border-color) !important;
|
|
1717
|
-
color: var(--color-sf-utility-info-text) !important;
|
|
1718
|
-
}
|
|
1719
|
-
|
|
1720
|
-
.e-btn.e-outline.e-info:hover {
|
|
1721
|
-
background: var(--color-sf-utility-info-bg-color-hover) !important;
|
|
1722
|
-
border-color: var(--color-sf-utility-info-border-color) !important;
|
|
1723
|
-
color: var(--color-sf-utility-info-text-hover) !important;
|
|
1724
|
-
}
|
|
1725
|
-
|
|
1726
|
-
.e-btn.e-outline.e-info:active {
|
|
1727
|
-
background: var(--color-sf-utility-info-bg-color-pressed) !important;
|
|
1728
|
-
border-color: var(--color-sf-utility-info-border-color) !important;
|
|
1729
|
-
color: var(--color-sf-utility-info-text-hover) !important;
|
|
1730
|
-
}
|
|
1731
|
-
|
|
1732
|
-
.e-btn.e-flat.e-info {
|
|
1733
|
-
color: var(--color-sf-utility-info-text) !important;
|
|
1734
|
-
}
|
|
1735
|
-
|
|
1736
|
-
.e-bigger .e-btn,
|
|
1737
|
-
.e-bigger .e-btn,
|
|
1738
|
-
.e-bigger .e-css.e-btn,
|
|
1739
|
-
.e-bigger.e-css.e-btn {
|
|
1740
|
-
font-size: 14px;
|
|
1741
|
-
line-height: 1.572em;
|
|
1742
|
-
padding: 8px 15px;
|
|
1743
|
-
border-radius: 8px !important;
|
|
1744
|
-
font-weight: 600;
|
|
1745
|
-
}
|
|
1746
|
-
|
|
1747
972
|
/* stylelint-disable */
|
|
1748
973
|
.e-btn-group:not(.e-outline),
|
|
1749
974
|
.e-css.e-btn-group:not(.e-outline) {
|
|
@@ -2261,218 +1486,51 @@
|
|
|
2261
1486
|
}
|
|
2262
1487
|
.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline,
|
|
2263
1488
|
.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline,
|
|
2264
|
-
.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline,
|
|
2265
|
-
.e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline {
|
|
2266
|
-
border-color: var(--color-sf-utility-secondary-border-color);
|
|
2267
|
-
outline-color: inherit;
|
|
2268
|
-
}
|
|
2269
|
-
.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-primary,
|
|
2270
|
-
.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-primary,
|
|
2271
|
-
.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-primary,
|
|
2272
|
-
.e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-primary {
|
|
2273
|
-
border-color: var(--color-sf-brand-primary);
|
|
2274
|
-
outline-color: inherit;
|
|
2275
|
-
}
|
|
2276
|
-
.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-success,
|
|
2277
|
-
.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-success,
|
|
2278
|
-
.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-success,
|
|
2279
|
-
.e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-success {
|
|
2280
|
-
border-color: #075d39;
|
|
2281
|
-
outline-color: inherit;
|
|
2282
|
-
}
|
|
2283
|
-
.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-info,
|
|
2284
|
-
.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-info,
|
|
2285
|
-
.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-info,
|
|
2286
|
-
.e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-info {
|
|
2287
|
-
border-color: var(--color-sf-utility-info-border-color);
|
|
2288
|
-
outline-color: inherit;
|
|
2289
|
-
}
|
|
2290
|
-
.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-warning,
|
|
2291
|
-
.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-warning,
|
|
2292
|
-
.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-warning,
|
|
2293
|
-
.e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-warning {
|
|
2294
|
-
border-color: #93370c;
|
|
2295
|
-
outline-color: inherit;
|
|
2296
|
-
}
|
|
2297
|
-
.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-danger,
|
|
2298
|
-
.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-danger,
|
|
2299
|
-
.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-danger,
|
|
2300
|
-
.e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-danger {
|
|
2301
|
-
border-color: #b32218;
|
|
2302
|
-
outline-color: inherit;
|
|
2303
|
-
}
|
|
2304
|
-
|
|
2305
|
-
|
|
2306
|
-
|
|
2307
|
-
|
|
2308
|
-
/* stylelint-disable */
|
|
2309
|
-
.e-btn.e-primary:focus {
|
|
2310
|
-
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
2311
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
2312
|
-
}
|
|
2313
|
-
|
|
2314
|
-
.e-btn.e-success:focus {
|
|
2315
|
-
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(23, 177, 105, 0.24) !important;
|
|
2316
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(23, 177, 105, 0.24) !important;
|
|
2317
|
-
}
|
|
2318
|
-
|
|
2319
|
-
.e-btn.e-info:focus {
|
|
2320
|
-
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
2321
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
2322
|
-
}
|
|
2323
|
-
|
|
2324
|
-
.e-btn.e-warning:focus {
|
|
2325
|
-
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(247, 143, 8, 0.24) !important;
|
|
2326
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(247, 143, 8, 0.24) !important;
|
|
2327
|
-
}
|
|
2328
|
-
|
|
2329
|
-
.e-btn.e-danger:focus {
|
|
2330
|
-
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(240, 68, 55, 0.24) !important;
|
|
2331
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(240, 68, 55, 0.24) !important;
|
|
2332
|
-
}
|
|
2333
|
-
|
|
2334
|
-
.e-btn.e-outline.e-info {
|
|
2335
|
-
background: transparent !important;
|
|
2336
|
-
border-color: var(--color-sf-utility-info-border-color) !important;
|
|
2337
|
-
color: var(--color-sf-utility-info-text) !important;
|
|
2338
|
-
}
|
|
2339
|
-
|
|
2340
|
-
.e-btn.e-outline.e-info:hover {
|
|
2341
|
-
background: var(--color-sf-utility-info-bg-color-hover) !important;
|
|
2342
|
-
border-color: var(--color-sf-utility-info-border-color) !important;
|
|
2343
|
-
color: var(--color-sf-utility-info-text-hover) !important;
|
|
2344
|
-
}
|
|
2345
|
-
|
|
2346
|
-
.e-btn.e-outline.e-info:active {
|
|
2347
|
-
background: var(--color-sf-utility-info-bg-color-pressed) !important;
|
|
2348
|
-
border-color: var(--color-sf-utility-info-border-color) !important;
|
|
2349
|
-
color: var(--color-sf-utility-info-text-hover) !important;
|
|
2350
|
-
}
|
|
2351
|
-
|
|
2352
|
-
.e-btn.e-flat.e-info {
|
|
2353
|
-
color: var(--color-sf-utility-info-text) !important;
|
|
2354
|
-
}
|
|
2355
|
-
|
|
2356
|
-
.e-bigger .e-btn,
|
|
2357
|
-
.e-bigger .e-btn,
|
|
2358
|
-
.e-bigger .e-css.e-btn,
|
|
2359
|
-
.e-bigger.e-css.e-btn {
|
|
2360
|
-
font-size: 14px;
|
|
2361
|
-
line-height: 1.572em;
|
|
2362
|
-
padding: 8px 15px;
|
|
2363
|
-
border-radius: 8px !important;
|
|
2364
|
-
font-weight: 600;
|
|
2365
|
-
}
|
|
2366
|
-
|
|
2367
|
-
.e-bigger .e-btn-group .e-btn-icon,
|
|
2368
|
-
.e-bigger.e-btn-group .e-btn-icon,
|
|
2369
|
-
.e-bigger .e-css.e-btn-group .e-btn-icon,
|
|
2370
|
-
.e-bigger.e-css.e-btn-group .e-btn-icon {
|
|
2371
|
-
font-size: 22px;
|
|
2372
|
-
}
|
|
2373
|
-
|
|
2374
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
2375
|
-
@-webkit-keyframes material-spinner-rotate {
|
|
2376
|
-
0% {
|
|
2377
|
-
-webkit-transform: rotate(0);
|
|
2378
|
-
transform: rotate(0);
|
|
2379
|
-
}
|
|
2380
|
-
100% {
|
|
2381
|
-
-webkit-transform: rotate(360deg);
|
|
2382
|
-
transform: rotate(360deg);
|
|
2383
|
-
}
|
|
2384
|
-
}
|
|
2385
|
-
@keyframes material-spinner-rotate {
|
|
2386
|
-
0% {
|
|
2387
|
-
-webkit-transform: rotate(0);
|
|
2388
|
-
transform: rotate(0);
|
|
2389
|
-
}
|
|
2390
|
-
100% {
|
|
2391
|
-
-webkit-transform: rotate(360deg);
|
|
2392
|
-
transform: rotate(360deg);
|
|
2393
|
-
}
|
|
2394
|
-
}
|
|
2395
|
-
@-webkit-keyframes fabric-spinner-rotate {
|
|
2396
|
-
0% {
|
|
2397
|
-
-webkit-transform: rotate(0);
|
|
2398
|
-
transform: rotate(0);
|
|
2399
|
-
}
|
|
2400
|
-
100% {
|
|
2401
|
-
-webkit-transform: rotate(360deg);
|
|
2402
|
-
transform: rotate(360deg);
|
|
2403
|
-
}
|
|
2404
|
-
}
|
|
2405
|
-
@keyframes fabric-spinner-rotate {
|
|
2406
|
-
0% {
|
|
2407
|
-
-webkit-transform: rotate(0);
|
|
2408
|
-
transform: rotate(0);
|
|
2409
|
-
}
|
|
2410
|
-
100% {
|
|
2411
|
-
-webkit-transform: rotate(360deg);
|
|
2412
|
-
transform: rotate(360deg);
|
|
2413
|
-
}
|
|
2414
|
-
}
|
|
2415
|
-
|
|
2416
|
-
|
|
2417
|
-
|
|
2418
|
-
|
|
2419
|
-
/* stylelint-disable */
|
|
2420
|
-
.e-btn.e-primary:focus {
|
|
2421
|
-
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
2422
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
2423
|
-
}
|
|
2424
|
-
|
|
2425
|
-
.e-btn.e-success:focus {
|
|
2426
|
-
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(23, 177, 105, 0.24) !important;
|
|
2427
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(23, 177, 105, 0.24) !important;
|
|
2428
|
-
}
|
|
2429
|
-
|
|
2430
|
-
.e-btn.e-info:focus {
|
|
2431
|
-
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
2432
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
2433
|
-
}
|
|
2434
|
-
|
|
2435
|
-
.e-btn.e-warning:focus {
|
|
2436
|
-
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(247, 143, 8, 0.24) !important;
|
|
2437
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(247, 143, 8, 0.24) !important;
|
|
1489
|
+
.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline,
|
|
1490
|
+
.e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline {
|
|
1491
|
+
border-color: var(--color-sf-utility-secondary-border-color);
|
|
1492
|
+
outline-color: inherit;
|
|
2438
1493
|
}
|
|
2439
|
-
|
|
2440
|
-
.e-btn.e-
|
|
2441
|
-
|
|
2442
|
-
|
|
1494
|
+
.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-primary,
|
|
1495
|
+
.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-primary,
|
|
1496
|
+
.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-primary,
|
|
1497
|
+
.e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-primary {
|
|
1498
|
+
border-color: var(--color-sf-brand-primary);
|
|
1499
|
+
outline-color: inherit;
|
|
2443
1500
|
}
|
|
2444
|
-
|
|
2445
|
-
.e-btn.e-outline.e-
|
|
2446
|
-
|
|
2447
|
-
|
|
2448
|
-
color:
|
|
1501
|
+
.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-success,
|
|
1502
|
+
.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-success,
|
|
1503
|
+
.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-success,
|
|
1504
|
+
.e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-success {
|
|
1505
|
+
border-color: #075d39;
|
|
1506
|
+
outline-color: inherit;
|
|
2449
1507
|
}
|
|
2450
|
-
|
|
2451
|
-
.e-btn.e-outline.e-info
|
|
2452
|
-
|
|
2453
|
-
|
|
2454
|
-
color: var(--color-sf-utility-info-
|
|
1508
|
+
.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-info,
|
|
1509
|
+
.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-info,
|
|
1510
|
+
.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-info,
|
|
1511
|
+
.e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-info {
|
|
1512
|
+
border-color: var(--color-sf-utility-info-border-color);
|
|
1513
|
+
outline-color: inherit;
|
|
2455
1514
|
}
|
|
2456
|
-
|
|
2457
|
-
.e-btn.e-
|
|
2458
|
-
|
|
2459
|
-
|
|
2460
|
-
color:
|
|
1515
|
+
.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-warning,
|
|
1516
|
+
.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-warning,
|
|
1517
|
+
.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-warning,
|
|
1518
|
+
.e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-warning {
|
|
1519
|
+
border-color: #93370c;
|
|
1520
|
+
outline-color: inherit;
|
|
2461
1521
|
}
|
|
2462
|
-
|
|
2463
|
-
.e-btn.e-
|
|
2464
|
-
|
|
1522
|
+
.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-danger,
|
|
1523
|
+
.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-danger,
|
|
1524
|
+
.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-danger,
|
|
1525
|
+
.e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-danger {
|
|
1526
|
+
border-color: #b32218;
|
|
1527
|
+
outline-color: inherit;
|
|
2465
1528
|
}
|
|
2466
|
-
|
|
2467
|
-
.e-bigger .e-btn,
|
|
2468
|
-
.e-bigger .e-btn,
|
|
2469
|
-
.e-bigger
|
|
2470
|
-
|
|
2471
|
-
font-size: 14px;
|
|
2472
|
-
line-height: 1.572em;
|
|
2473
|
-
padding: 8px 15px;
|
|
2474
|
-
border-radius: 8px !important;
|
|
2475
|
-
font-weight: 600;
|
|
1529
|
+
.e-bigger .e-btn-group .e-btn-icon,
|
|
1530
|
+
.e-bigger.e-btn-group .e-btn-icon,
|
|
1531
|
+
.e-bigger .e-css.e-btn-group .e-btn-icon,
|
|
1532
|
+
.e-bigger.e-css.e-btn-group .e-btn-icon {
|
|
1533
|
+
font-size: 22px;
|
|
2476
1534
|
}
|
|
2477
1535
|
|
|
2478
1536
|
.e-progress-btn {
|
|
@@ -2774,81 +1832,25 @@
|
|
|
2774
1832
|
}
|
|
2775
1833
|
}
|
|
2776
1834
|
|
|
2777
|
-
|
|
2778
|
-
|
|
2779
|
-
|
|
2780
|
-
|
|
2781
|
-
/* stylelint-disable */
|
|
2782
|
-
.e-btn.e-primary:focus {
|
|
2783
|
-
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
2784
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
2785
|
-
}
|
|
2786
|
-
|
|
2787
|
-
.e-btn.e-success:focus {
|
|
2788
|
-
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(23, 177, 105, 0.24) !important;
|
|
2789
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(23, 177, 105, 0.24) !important;
|
|
2790
|
-
}
|
|
2791
|
-
|
|
2792
|
-
.e-btn.e-info:focus {
|
|
2793
|
-
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
2794
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
2795
|
-
}
|
|
2796
|
-
|
|
2797
|
-
.e-btn.e-warning:focus {
|
|
2798
|
-
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(247, 143, 8, 0.24) !important;
|
|
2799
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(247, 143, 8, 0.24) !important;
|
|
2800
|
-
}
|
|
2801
|
-
|
|
2802
|
-
.e-btn.e-danger:focus {
|
|
2803
|
-
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(240, 68, 55, 0.24) !important;
|
|
2804
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(240, 68, 55, 0.24) !important;
|
|
2805
|
-
}
|
|
2806
|
-
|
|
2807
|
-
.e-btn.e-outline.e-info {
|
|
2808
|
-
background: transparent !important;
|
|
2809
|
-
border-color: var(--color-sf-utility-info-border-color) !important;
|
|
2810
|
-
color: var(--color-sf-utility-info-text) !important;
|
|
2811
|
-
}
|
|
2812
|
-
|
|
2813
|
-
.e-btn.e-outline.e-info:hover {
|
|
2814
|
-
background: var(--color-sf-utility-info-bg-color-hover) !important;
|
|
2815
|
-
border-color: var(--color-sf-utility-info-border-color) !important;
|
|
2816
|
-
color: var(--color-sf-utility-info-text-hover) !important;
|
|
2817
|
-
}
|
|
2818
|
-
|
|
2819
|
-
.e-btn.e-outline.e-info:active {
|
|
2820
|
-
background: var(--color-sf-utility-info-bg-color-pressed) !important;
|
|
2821
|
-
border-color: var(--color-sf-utility-info-border-color) !important;
|
|
2822
|
-
color: var(--color-sf-utility-info-text-hover) !important;
|
|
2823
|
-
}
|
|
2824
|
-
|
|
2825
|
-
.e-btn.e-flat.e-info {
|
|
2826
|
-
color: var(--color-sf-utility-info-text) !important;
|
|
2827
|
-
}
|
|
2828
|
-
|
|
2829
|
-
.e-bigger .e-btn,
|
|
2830
|
-
.e-bigger .e-btn,
|
|
2831
|
-
.e-bigger .e-css.e-btn,
|
|
2832
|
-
.e-bigger.e-css.e-btn {
|
|
2833
|
-
font-size: 14px;
|
|
2834
|
-
line-height: 1.572em;
|
|
2835
|
-
padding: 8px 15px;
|
|
2836
|
-
border-radius: 8px !important;
|
|
2837
|
-
font-weight: 600;
|
|
2838
|
-
}
|
|
2839
|
-
|
|
2840
1835
|
/*! Progress Button Theme */
|
|
2841
1836
|
.e-progress-btn .e-spinner-pane .e-spinner-inner svg {
|
|
2842
1837
|
fill: var(--color-sf-utility-secondary-text-color);
|
|
2843
1838
|
stroke: var(--color-sf-utility-secondary-text-color);
|
|
2844
1839
|
}
|
|
1840
|
+
.e-progress-btn .e-spinner-pane .e-spinner-inner svg .e-path-circle {
|
|
1841
|
+
stroke-width: 3px;
|
|
1842
|
+
}
|
|
2845
1843
|
.e-progress-btn .e-spinner-pane .e-spinner-inner svg .e-path-arc {
|
|
2846
1844
|
stroke: var(--color-sf-utility-secondary-text-color);
|
|
1845
|
+
stroke-width: 3px;
|
|
2847
1846
|
}
|
|
2848
1847
|
.e-progress-btn.e-primary .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-primary.e-outline:hover .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-primary.e-outline:focus .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-primary.e-flat:hover .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-primary.e-flat:focus .e-spinner-pane .e-spinner-inner svg {
|
|
2849
1848
|
fill: var(--color-sf-on-brand-solid-primary);
|
|
2850
1849
|
stroke: var(--color-sf-on-brand-solid-primary);
|
|
2851
1850
|
}
|
|
1851
|
+
.e-progress-btn.e-primary .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-primary.e-outline:hover .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-primary.e-outline:focus .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-primary.e-flat:hover .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-primary.e-flat:focus .e-spinner-pane .e-spinner-inner svg .e-path-circle {
|
|
1852
|
+
stroke: rgba(255, 255, 255, 0.2);
|
|
1853
|
+
}
|
|
2852
1854
|
.e-progress-btn.e-primary .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-primary.e-outline:hover .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-primary.e-outline:focus .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-primary.e-flat:hover .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-primary.e-flat:focus .e-spinner-pane .e-spinner-inner svg .e-path-arc {
|
|
2853
1855
|
stroke: var(--color-sf-on-brand-solid-primary);
|
|
2854
1856
|
}
|
|
@@ -2856,20 +1858,19 @@
|
|
|
2856
1858
|
fill: var(--color-sf-brand-solid-primary);
|
|
2857
1859
|
stroke: var(--color-sf-brand-solid-primary);
|
|
2858
1860
|
}
|
|
2859
|
-
.e-progress-btn.e-primary.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-
|
|
2860
|
-
stroke:
|
|
2861
|
-
}
|
|
2862
|
-
.e-progress-btn.e-primary.e-outline:hover .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-primary.e-outline:focus .e-spinner-pane .e-spinner-inner svg {
|
|
2863
|
-
fill: var(--color-sf-brand-solid-primary);
|
|
2864
|
-
stroke: var(--color-sf-brand-solid-primary);
|
|
1861
|
+
.e-progress-btn.e-primary.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-primary.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-primary.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-primary.e-flat:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-primary.e-flat:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle {
|
|
1862
|
+
stroke: rgba(255, 255, 255, 0.2);
|
|
2865
1863
|
}
|
|
2866
|
-
.e-progress-btn.e-primary.e-outline:hover .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-primary.e-outline:focus .e-spinner-pane .e-spinner-inner svg .e-path-arc {
|
|
2867
|
-
stroke:
|
|
1864
|
+
.e-progress-btn.e-primary.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-primary.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-primary.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-primary.e-flat:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-primary.e-flat:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc {
|
|
1865
|
+
stroke: #fff;
|
|
2868
1866
|
}
|
|
2869
1867
|
.e-progress-btn.e-success .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-success.e-outline:hover .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-success.e-outline:focus .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-success.e-flat:hover .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-success.e-flat:focus .e-spinner-pane .e-spinner-inner svg {
|
|
2870
1868
|
fill: var(--color-sf-base-white);
|
|
2871
1869
|
stroke: var(--color-sf-base-white);
|
|
2872
1870
|
}
|
|
1871
|
+
.e-progress-btn.e-success .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-success.e-outline:hover .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-success.e-outline:focus .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-success.e-flat:hover .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-success.e-flat:focus .e-spinner-pane .e-spinner-inner svg .e-path-circle {
|
|
1872
|
+
stroke: rgba(255, 255, 255, 0.2);
|
|
1873
|
+
}
|
|
2873
1874
|
.e-progress-btn.e-success .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-success.e-outline:hover .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-success.e-outline:focus .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-success.e-flat:hover .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-success.e-flat:focus .e-spinner-pane .e-spinner-inner svg .e-path-arc {
|
|
2874
1875
|
stroke: var(--color-sf-base-white);
|
|
2875
1876
|
}
|
|
@@ -2877,20 +1878,19 @@
|
|
|
2877
1878
|
fill: #057647;
|
|
2878
1879
|
stroke: #057647;
|
|
2879
1880
|
}
|
|
2880
|
-
.e-progress-btn.e-success.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-
|
|
2881
|
-
stroke:
|
|
2882
|
-
}
|
|
2883
|
-
.e-progress-btn.e-success.e-outline:hover .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-success.e-outline:focus .e-spinner-pane .e-spinner-inner svg {
|
|
2884
|
-
fill: #057647;
|
|
2885
|
-
stroke: #057647;
|
|
1881
|
+
.e-progress-btn.e-success.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-success.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-success.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-success.e-flat:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-success.e-flat:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle {
|
|
1882
|
+
stroke: rgba(255, 255, 255, 0.2);
|
|
2886
1883
|
}
|
|
2887
|
-
.e-progress-btn.e-success.e-outline:hover .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-success.e-outline:focus .e-spinner-pane .e-spinner-inner svg .e-path-arc {
|
|
2888
|
-
stroke:
|
|
1884
|
+
.e-progress-btn.e-success.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-success.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-success.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-success.e-flat:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-success.e-flat:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc {
|
|
1885
|
+
stroke: #fff;
|
|
2889
1886
|
}
|
|
2890
1887
|
.e-progress-btn.e-info .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-info.e-outline:hover .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-info.e-outline:focus .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-info.e-flat:hover .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-info.e-flat:focus .e-spinner-pane .e-spinner-inner svg {
|
|
2891
1888
|
fill: var(--color-sf-utility-info-text);
|
|
2892
1889
|
stroke: var(--color-sf-utility-info-text);
|
|
2893
1890
|
}
|
|
1891
|
+
.e-progress-btn.e-info .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-info.e-outline:hover .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-info.e-outline:focus .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-info.e-flat:hover .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-info.e-flat:focus .e-spinner-pane .e-spinner-inner svg .e-path-circle {
|
|
1892
|
+
stroke: rgba(104, 64, 198, 0.2);
|
|
1893
|
+
}
|
|
2894
1894
|
.e-progress-btn.e-info .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-info.e-outline:hover .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-info.e-outline:focus .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-info.e-flat:hover .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-info.e-flat:focus .e-spinner-pane .e-spinner-inner svg .e-path-arc {
|
|
2895
1895
|
stroke: var(--color-sf-utility-info-text);
|
|
2896
1896
|
}
|
|
@@ -2898,20 +1898,19 @@
|
|
|
2898
1898
|
fill: var(--color-sf-bg-primary);
|
|
2899
1899
|
stroke: var(--color-sf-bg-primary);
|
|
2900
1900
|
}
|
|
2901
|
-
.e-progress-btn.e-info.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-
|
|
2902
|
-
stroke:
|
|
2903
|
-
}
|
|
2904
|
-
.e-progress-btn.e-info.e-outline:hover .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-info.e-outline:focus .e-spinner-pane .e-spinner-inner svg {
|
|
2905
|
-
fill: var(--color-sf-bg-primary);
|
|
2906
|
-
stroke: var(--color-sf-bg-primary);
|
|
1901
|
+
.e-progress-btn.e-info.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-info.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-info.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-info.e-flat:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-info.e-flat:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle {
|
|
1902
|
+
stroke: rgba(255, 255, 255, 0.2);
|
|
2907
1903
|
}
|
|
2908
|
-
.e-progress-btn.e-info.e-outline:hover .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-info.e-outline:focus .e-spinner-pane .e-spinner-inner svg .e-path-arc {
|
|
2909
|
-
stroke:
|
|
1904
|
+
.e-progress-btn.e-info.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-info.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-info.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-info.e-flat:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-info.e-flat:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc {
|
|
1905
|
+
stroke: #fff;
|
|
2910
1906
|
}
|
|
2911
1907
|
.e-progress-btn.e-warning .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-warning.e-outline:hover .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-warning.e-outline:focus .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-warning.e-flat:hover .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-warning.e-flat:focus .e-spinner-pane .e-spinner-inner svg {
|
|
2912
1908
|
fill: var(--color-sf-base-white);
|
|
2913
1909
|
stroke: var(--color-sf-base-white);
|
|
2914
1910
|
}
|
|
1911
|
+
.e-progress-btn.e-warning .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-warning.e-outline:hover .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-warning.e-outline:focus .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-warning.e-flat:hover .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-warning.e-flat:focus .e-spinner-pane .e-spinner-inner svg .e-path-circle {
|
|
1912
|
+
stroke: rgba(255, 255, 255, 0.2);
|
|
1913
|
+
}
|
|
2915
1914
|
.e-progress-btn.e-warning .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-warning.e-outline:hover .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-warning.e-outline:focus .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-warning.e-flat:hover .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-warning.e-flat:focus .e-spinner-pane .e-spinner-inner svg .e-path-arc {
|
|
2916
1915
|
stroke: var(--color-sf-base-white);
|
|
2917
1916
|
}
|
|
@@ -2920,22 +1919,18 @@
|
|
|
2920
1919
|
stroke: #b54707;
|
|
2921
1920
|
}
|
|
2922
1921
|
.e-progress-btn.e-warning.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-warning.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-warning.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-warning.e-flat:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-warning.e-flat:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle {
|
|
2923
|
-
stroke:
|
|
1922
|
+
stroke: rgba(255, 255, 255, 0.2);
|
|
2924
1923
|
}
|
|
2925
1924
|
.e-progress-btn.e-warning.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-warning.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-warning.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-warning.e-flat:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-warning.e-flat:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc {
|
|
2926
|
-
stroke: #
|
|
2927
|
-
}
|
|
2928
|
-
.e-progress-btn.e-warning.e-outline:hover .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-warning.e-outline:focus .e-spinner-pane .e-spinner-inner svg {
|
|
2929
|
-
fill: #b54707;
|
|
2930
|
-
stroke: #b54707;
|
|
2931
|
-
}
|
|
2932
|
-
.e-progress-btn.e-warning.e-outline:hover .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-warning.e-outline:focus .e-spinner-pane .e-spinner-inner svg .e-path-arc {
|
|
2933
|
-
stroke: var(--color-sf-base-white);
|
|
1925
|
+
stroke: #fff;
|
|
2934
1926
|
}
|
|
2935
1927
|
.e-progress-btn.e-danger .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-danger.e-outline:hover .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-danger.e-outline:focus .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-danger.e-flat:hover .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-danger.e-flat:focus .e-spinner-pane .e-spinner-inner svg {
|
|
2936
1928
|
fill: var(--color-sf-base-white);
|
|
2937
1929
|
stroke: var(--color-sf-base-white);
|
|
2938
1930
|
}
|
|
1931
|
+
.e-progress-btn.e-danger .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-danger.e-outline:hover .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-danger.e-outline:focus .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-danger.e-flat:hover .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-danger.e-flat:focus .e-spinner-pane .e-spinner-inner svg .e-path-circle {
|
|
1932
|
+
stroke: rgba(255, 255, 255, 0.2);
|
|
1933
|
+
}
|
|
2939
1934
|
.e-progress-btn.e-danger .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-danger.e-outline:hover .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-danger.e-outline:focus .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-danger.e-flat:hover .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-danger.e-flat:focus .e-spinner-pane .e-spinner-inner svg .e-path-arc {
|
|
2940
1935
|
stroke: var(--color-sf-base-white);
|
|
2941
1936
|
}
|
|
@@ -2943,20 +1938,19 @@
|
|
|
2943
1938
|
fill: #d92c20;
|
|
2944
1939
|
stroke: #d92c20;
|
|
2945
1940
|
}
|
|
2946
|
-
.e-progress-btn.e-danger.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-
|
|
2947
|
-
stroke:
|
|
2948
|
-
}
|
|
2949
|
-
.e-progress-btn.e-danger.e-outline:hover .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-danger.e-outline:focus .e-spinner-pane .e-spinner-inner svg {
|
|
2950
|
-
fill: #d92c20;
|
|
2951
|
-
stroke: #d92c20;
|
|
1941
|
+
.e-progress-btn.e-danger.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-danger.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-danger.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-danger.e-flat:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-danger.e-flat:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle {
|
|
1942
|
+
stroke: rgba(255, 255, 255, 0.2);
|
|
2952
1943
|
}
|
|
2953
|
-
.e-progress-btn.e-danger.e-outline:hover .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-danger.e-outline:focus .e-spinner-pane .e-spinner-inner svg .e-path-arc {
|
|
2954
|
-
stroke:
|
|
1944
|
+
.e-progress-btn.e-danger.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-danger.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-danger.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-danger.e-flat:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-danger.e-flat:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc {
|
|
1945
|
+
stroke: #fff;
|
|
2955
1946
|
}
|
|
2956
1947
|
.e-progress-btn.e-outline.e-primary .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-flat.e-primary .e-spinner-pane .e-spinner-inner svg {
|
|
2957
1948
|
fill: var(--color-sf-brand-solid-primary);
|
|
2958
1949
|
stroke: var(--color-sf-brand-solid-primary);
|
|
2959
1950
|
}
|
|
1951
|
+
.e-progress-btn.e-outline.e-primary .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-flat.e-primary .e-spinner-pane .e-spinner-inner svg .e-path-circle {
|
|
1952
|
+
stroke: rgba(126, 86, 216, 0.2);
|
|
1953
|
+
}
|
|
2960
1954
|
.e-progress-btn.e-outline.e-primary .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-flat.e-primary .e-spinner-pane .e-spinner-inner svg .e-path-arc {
|
|
2961
1955
|
stroke: var(--color-sf-brand-solid-primary);
|
|
2962
1956
|
}
|
|
@@ -2964,6 +1958,9 @@
|
|
|
2964
1958
|
fill: #057647;
|
|
2965
1959
|
stroke: #057647;
|
|
2966
1960
|
}
|
|
1961
|
+
.e-progress-btn.e-outline.e-success .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-flat.e-success .e-spinner-pane .e-spinner-inner svg .e-path-circle {
|
|
1962
|
+
stroke: rgba(5, 118, 71, 0.2);
|
|
1963
|
+
}
|
|
2967
1964
|
.e-progress-btn.e-outline.e-success .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-flat.e-success .e-spinner-pane .e-spinner-inner svg .e-path-arc {
|
|
2968
1965
|
stroke: #057647;
|
|
2969
1966
|
}
|
|
@@ -2971,6 +1968,9 @@
|
|
|
2971
1968
|
fill: var(--color-sf-bg-primary);
|
|
2972
1969
|
stroke: var(--color-sf-bg-primary);
|
|
2973
1970
|
}
|
|
1971
|
+
.e-progress-btn.e-outline.e-info .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-flat.e-info .e-spinner-pane .e-spinner-inner svg .e-path-circle {
|
|
1972
|
+
stroke: rgba(255, 255, 255, 0.2);
|
|
1973
|
+
}
|
|
2974
1974
|
.e-progress-btn.e-outline.e-info .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-flat.e-info .e-spinner-pane .e-spinner-inner svg .e-path-arc {
|
|
2975
1975
|
stroke: var(--color-sf-bg-primary);
|
|
2976
1976
|
}
|
|
@@ -2978,6 +1978,9 @@
|
|
|
2978
1978
|
fill: #b54707;
|
|
2979
1979
|
stroke: #b54707;
|
|
2980
1980
|
}
|
|
1981
|
+
.e-progress-btn.e-outline.e-warning .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-flat.e-warning .e-spinner-pane .e-spinner-inner svg .e-path-circle {
|
|
1982
|
+
stroke: rgba(181, 71, 7, 0.2);
|
|
1983
|
+
}
|
|
2981
1984
|
.e-progress-btn.e-outline.e-warning .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-flat.e-warning .e-spinner-pane .e-spinner-inner svg .e-path-arc {
|
|
2982
1985
|
stroke: #b54707;
|
|
2983
1986
|
}
|
|
@@ -2985,6 +1988,9 @@
|
|
|
2985
1988
|
fill: #d92c20;
|
|
2986
1989
|
stroke: #d92c20;
|
|
2987
1990
|
}
|
|
1991
|
+
.e-progress-btn.e-outline.e-danger .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-flat.e-danger .e-spinner-pane .e-spinner-inner svg .e-path-circle {
|
|
1992
|
+
stroke: rgba(217, 44, 32, 0.2);
|
|
1993
|
+
}
|
|
2988
1994
|
.e-progress-btn.e-outline.e-danger .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-flat.e-danger .e-spinner-pane .e-spinner-inner svg .e-path-arc {
|
|
2989
1995
|
stroke: #d92c20;
|
|
2990
1996
|
}
|
|
@@ -2992,6 +1998,9 @@
|
|
|
2992
1998
|
fill: var(--color-sf-brand-primary);
|
|
2993
1999
|
stroke: var(--color-sf-brand-primary);
|
|
2994
2000
|
}
|
|
2001
|
+
.e-progress-btn.e-link .e-spinner-pane .e-spinner-inner svg .e-path-circle {
|
|
2002
|
+
stroke: rgba(126, 86, 216, 0.2);
|
|
2003
|
+
}
|
|
2995
2004
|
.e-progress-btn.e-link .e-spinner-pane .e-spinner-inner svg .e-path-arc {
|
|
2996
2005
|
stroke: var(--color-sf-brand-primary);
|
|
2997
2006
|
}
|
|
@@ -3010,25 +2019,52 @@
|
|
|
3010
2019
|
background: rgba(var(--color-sf-fg-secondary), 0.2);
|
|
3011
2020
|
}
|
|
3012
2021
|
|
|
3013
|
-
*.e-flat.e-primary .e-progress
|
|
2022
|
+
*.e-flat.e-primary .e-progress {
|
|
2023
|
+
background: rgba(255, 255, 255, 0.2);
|
|
2024
|
+
}
|
|
2025
|
+
*.e-flat.e-success .e-progress {
|
|
2026
|
+
background: rgba(255, 255, 255, 0.2);
|
|
2027
|
+
}
|
|
2028
|
+
*.e-flat.e-info .e-progress {
|
|
2029
|
+
background: rgba(104, 64, 198, 0.2);
|
|
2030
|
+
}
|
|
2031
|
+
*.e-flat.e-warning .e-progress {
|
|
2032
|
+
background: rgba(255, 255, 255, 0.2);
|
|
2033
|
+
}
|
|
2034
|
+
*.e-flat.e-danger .e-progress {
|
|
2035
|
+
background: rgba(255, 255, 255, 0.2);
|
|
2036
|
+
}
|
|
2037
|
+
|
|
2038
|
+
*.e-outline:not(:focus).e-primary .e-progress {
|
|
2039
|
+
background: rgba(126, 86, 216, 0.2);
|
|
2040
|
+
}
|
|
2041
|
+
*.e-outline:not(:focus).e-success .e-progress {
|
|
2042
|
+
background: rgba(5, 118, 71, 0.2);
|
|
2043
|
+
}
|
|
2044
|
+
*.e-outline:not(:focus).e-info .e-progress {
|
|
2045
|
+
background: rgba(255, 255, 255, 0.2);
|
|
2046
|
+
}
|
|
2047
|
+
*.e-outline:not(:focus).e-warning .e-progress {
|
|
2048
|
+
background: rgba(181, 71, 7, 0.2);
|
|
2049
|
+
}
|
|
2050
|
+
*.e-outline:not(:focus).e-danger .e-progress {
|
|
2051
|
+
background: rgba(217, 44, 32, 0.2);
|
|
2052
|
+
}
|
|
2053
|
+
|
|
3014
2054
|
*.e-flat:not(:focus).e-primary .e-progress {
|
|
3015
|
-
background: rgba(
|
|
2055
|
+
background: rgba(126, 86, 216, 0.2);
|
|
3016
2056
|
}
|
|
3017
|
-
*.e-flat.e-success .e-progress,
|
|
3018
2057
|
*.e-flat:not(:focus).e-success .e-progress {
|
|
3019
|
-
background: rgba(
|
|
2058
|
+
background: rgba(5, 118, 71, 0.2);
|
|
3020
2059
|
}
|
|
3021
|
-
*.e-flat.e-info .e-progress,
|
|
3022
2060
|
*.e-flat:not(:focus).e-info .e-progress {
|
|
3023
|
-
background: rgba(
|
|
2061
|
+
background: rgba(255, 255, 255, 0.2);
|
|
3024
2062
|
}
|
|
3025
|
-
*.e-flat.e-warning .e-progress,
|
|
3026
2063
|
*.e-flat:not(:focus).e-warning .e-progress {
|
|
3027
|
-
background: rgba(
|
|
2064
|
+
background: rgba(181, 71, 7, 0.2);
|
|
3028
2065
|
}
|
|
3029
|
-
*.e-flat.e-danger .e-progress,
|
|
3030
2066
|
*.e-flat:not(:focus).e-danger .e-progress {
|
|
3031
|
-
background: rgba(
|
|
2067
|
+
background: rgba(217, 44, 32, 0.2);
|
|
3032
2068
|
}
|
|
3033
2069
|
|
|
3034
2070
|
.e-progress-btn.e-outline .e-spinner-pane .e-spinner-inner svg {
|
|
@@ -3045,69 +2081,6 @@
|
|
|
3045
2081
|
stroke: var(--color-sf-utility-secondary-text-color);
|
|
3046
2082
|
}
|
|
3047
2083
|
|
|
3048
|
-
|
|
3049
|
-
|
|
3050
|
-
|
|
3051
|
-
|
|
3052
|
-
/* stylelint-disable */
|
|
3053
|
-
.e-btn.e-primary:focus {
|
|
3054
|
-
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
3055
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
3056
|
-
}
|
|
3057
|
-
|
|
3058
|
-
.e-btn.e-success:focus {
|
|
3059
|
-
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(23, 177, 105, 0.24) !important;
|
|
3060
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(23, 177, 105, 0.24) !important;
|
|
3061
|
-
}
|
|
3062
|
-
|
|
3063
|
-
.e-btn.e-info:focus {
|
|
3064
|
-
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
3065
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
3066
|
-
}
|
|
3067
|
-
|
|
3068
|
-
.e-btn.e-warning:focus {
|
|
3069
|
-
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(247, 143, 8, 0.24) !important;
|
|
3070
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(247, 143, 8, 0.24) !important;
|
|
3071
|
-
}
|
|
3072
|
-
|
|
3073
|
-
.e-btn.e-danger:focus {
|
|
3074
|
-
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(240, 68, 55, 0.24) !important;
|
|
3075
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(240, 68, 55, 0.24) !important;
|
|
3076
|
-
}
|
|
3077
|
-
|
|
3078
|
-
.e-btn.e-outline.e-info {
|
|
3079
|
-
background: transparent !important;
|
|
3080
|
-
border-color: var(--color-sf-utility-info-border-color) !important;
|
|
3081
|
-
color: var(--color-sf-utility-info-text) !important;
|
|
3082
|
-
}
|
|
3083
|
-
|
|
3084
|
-
.e-btn.e-outline.e-info:hover {
|
|
3085
|
-
background: var(--color-sf-utility-info-bg-color-hover) !important;
|
|
3086
|
-
border-color: var(--color-sf-utility-info-border-color) !important;
|
|
3087
|
-
color: var(--color-sf-utility-info-text-hover) !important;
|
|
3088
|
-
}
|
|
3089
|
-
|
|
3090
|
-
.e-btn.e-outline.e-info:active {
|
|
3091
|
-
background: var(--color-sf-utility-info-bg-color-pressed) !important;
|
|
3092
|
-
border-color: var(--color-sf-utility-info-border-color) !important;
|
|
3093
|
-
color: var(--color-sf-utility-info-text-hover) !important;
|
|
3094
|
-
}
|
|
3095
|
-
|
|
3096
|
-
.e-btn.e-flat.e-info {
|
|
3097
|
-
color: var(--color-sf-utility-info-text) !important;
|
|
3098
|
-
}
|
|
3099
|
-
|
|
3100
|
-
.e-bigger .e-btn,
|
|
3101
|
-
.e-bigger .e-btn,
|
|
3102
|
-
.e-bigger .e-css.e-btn,
|
|
3103
|
-
.e-bigger.e-css.e-btn {
|
|
3104
|
-
font-size: 14px;
|
|
3105
|
-
line-height: 1.572em;
|
|
3106
|
-
padding: 8px 15px;
|
|
3107
|
-
border-radius: 8px !important;
|
|
3108
|
-
font-weight: 600;
|
|
3109
|
-
}
|
|
3110
|
-
|
|
3111
2084
|
*.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-left:not(.e-round) .e-spinner,
|
|
3112
2085
|
*.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-left:not(.e-round) .e-spinner {
|
|
3113
2086
|
padding-right: 14px;
|