@syncfusion/ej2-splitbuttons 33.2.6 → 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 +19 -745
- package/styles/bds-lite.scss +4 -7
- package/styles/bds.css +104 -1172
- 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 +2 -716
- package/styles/bootstrap5.3-lite.scss +4 -8
- package/styles/bootstrap5.3.css +74 -1124
- 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 +0 -252
- 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 +1 -4
- 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 +3 -4
- package/styles/progress-button/_tailwind-definition.scss +3 -4
- package/styles/progress-button/_tailwind3-definition.scss +2 -4
- package/styles/progress-button/_theme.scss +131 -130
- package/styles/progress-button/_variables.scss +2 -0
- package/styles/progress-button/bds.css +0 -230
- 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;
|
|
@@ -1359,91 +710,28 @@
|
|
|
1359
710
|
padding-left: 0;
|
|
1360
711
|
}
|
|
1361
712
|
.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;
|
|
1414
|
-
}
|
|
1415
|
-
|
|
1416
|
-
.e-btn.e-outline.e-info {
|
|
1417
|
-
background: transparent !important;
|
|
1418
|
-
border-color: var(--color-sf-utility-info-border-color) !important;
|
|
1419
|
-
color: var(--color-sf-utility-info-text) !important;
|
|
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) {
|
|
@@ -2221,258 +1446,91 @@
|
|
|
2221
1446
|
.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-success,
|
|
2222
1447
|
.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-success,
|
|
2223
1448
|
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-success,
|
|
2224
|
-
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-success {
|
|
2225
|
-
border-color: #075d39;
|
|
2226
|
-
outline-color: inherit;
|
|
2227
|
-
}
|
|
2228
|
-
.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-info,
|
|
2229
|
-
.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-info,
|
|
2230
|
-
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-info,
|
|
2231
|
-
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-info {
|
|
2232
|
-
border-color: var(--color-sf-utility-info-border-color);
|
|
2233
|
-
outline-color: inherit;
|
|
2234
|
-
}
|
|
2235
|
-
.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-warning,
|
|
2236
|
-
.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-warning,
|
|
2237
|
-
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-warning,
|
|
2238
|
-
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-warning {
|
|
2239
|
-
border-color: #93370c;
|
|
2240
|
-
outline-color: inherit;
|
|
2241
|
-
}
|
|
2242
|
-
.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-danger,
|
|
2243
|
-
.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-danger,
|
|
2244
|
-
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-danger,
|
|
2245
|
-
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-danger {
|
|
2246
|
-
border-color: #b32218;
|
|
2247
|
-
outline-color: inherit;
|
|
2248
|
-
}
|
|
2249
|
-
.e-btn-group.e-vertical:not(.e-rtl) .e-outline:not(:first-of-type):not(:last-of-type),
|
|
2250
|
-
.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-outline:not(:first-of-type):not(:last-of-type) {
|
|
2251
|
-
border-bottom: transparent;
|
|
2252
|
-
border-top: transparent;
|
|
2253
|
-
}
|
|
2254
|
-
.e-btn-group.e-vertical:not(.e-rtl) .e-outline:first-of-type,
|
|
2255
|
-
.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-outline:first-of-type {
|
|
2256
|
-
border-bottom: transparent;
|
|
2257
|
-
}
|
|
2258
|
-
.e-btn-group.e-vertical:not(.e-rtl) .e-outline:last-of-type,
|
|
2259
|
-
.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-outline:last-of-type {
|
|
2260
|
-
border-top: transparent;
|
|
2261
|
-
}
|
|
2262
|
-
.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline,
|
|
2263
|
-
.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
|
-
}
|
|
1449
|
+
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-success {
|
|
1450
|
+
border-color: #075d39;
|
|
1451
|
+
outline-color: inherit;
|
|
2384
1452
|
}
|
|
2385
|
-
|
|
2386
|
-
|
|
2387
|
-
|
|
2388
|
-
|
|
2389
|
-
|
|
2390
|
-
|
|
2391
|
-
-webkit-transform: rotate(360deg);
|
|
2392
|
-
transform: rotate(360deg);
|
|
2393
|
-
}
|
|
1453
|
+
.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-info,
|
|
1454
|
+
.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-info,
|
|
1455
|
+
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-info,
|
|
1456
|
+
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-info {
|
|
1457
|
+
border-color: var(--color-sf-utility-info-border-color);
|
|
1458
|
+
outline-color: inherit;
|
|
2394
1459
|
}
|
|
2395
|
-
|
|
2396
|
-
|
|
2397
|
-
|
|
2398
|
-
|
|
2399
|
-
|
|
2400
|
-
|
|
2401
|
-
-webkit-transform: rotate(360deg);
|
|
2402
|
-
transform: rotate(360deg);
|
|
2403
|
-
}
|
|
1460
|
+
.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-warning,
|
|
1461
|
+
.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-warning,
|
|
1462
|
+
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-warning,
|
|
1463
|
+
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-warning {
|
|
1464
|
+
border-color: #93370c;
|
|
1465
|
+
outline-color: inherit;
|
|
2404
1466
|
}
|
|
2405
|
-
|
|
2406
|
-
|
|
2407
|
-
|
|
2408
|
-
|
|
2409
|
-
|
|
2410
|
-
|
|
2411
|
-
-webkit-transform: rotate(360deg);
|
|
2412
|
-
transform: rotate(360deg);
|
|
2413
|
-
}
|
|
1467
|
+
.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-danger,
|
|
1468
|
+
.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-danger,
|
|
1469
|
+
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-danger,
|
|
1470
|
+
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-danger {
|
|
1471
|
+
border-color: #b32218;
|
|
1472
|
+
outline-color: inherit;
|
|
2414
1473
|
}
|
|
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;
|
|
1474
|
+
.e-btn-group.e-vertical:not(.e-rtl) .e-outline:not(:first-of-type):not(:last-of-type),
|
|
1475
|
+
.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-outline:not(:first-of-type):not(:last-of-type) {
|
|
1476
|
+
border-bottom: transparent;
|
|
1477
|
+
border-top: transparent;
|
|
2423
1478
|
}
|
|
2424
|
-
|
|
2425
|
-
.e-btn.e-
|
|
2426
|
-
-
|
|
2427
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(23, 177, 105, 0.24) !important;
|
|
1479
|
+
.e-btn-group.e-vertical:not(.e-rtl) .e-outline:first-of-type,
|
|
1480
|
+
.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-outline:first-of-type {
|
|
1481
|
+
border-bottom: transparent;
|
|
2428
1482
|
}
|
|
2429
|
-
|
|
2430
|
-
.e-btn.e-
|
|
2431
|
-
-
|
|
2432
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
1483
|
+
.e-btn-group.e-vertical:not(.e-rtl) .e-outline:last-of-type,
|
|
1484
|
+
.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-outline:last-of-type {
|
|
1485
|
+
border-top: transparent;
|
|
2433
1486
|
}
|
|
2434
|
-
|
|
2435
|
-
.e-btn.e-
|
|
2436
|
-
|
|
2437
|
-
|
|
1487
|
+
.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline,
|
|
1488
|
+
.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline,
|
|
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,69 +1832,6 @@
|
|
|
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);
|
|
@@ -3086,69 +2081,6 @@
|
|
|
3086
2081
|
stroke: var(--color-sf-utility-secondary-text-color);
|
|
3087
2082
|
}
|
|
3088
2083
|
|
|
3089
|
-
|
|
3090
|
-
|
|
3091
|
-
|
|
3092
|
-
|
|
3093
|
-
/* stylelint-disable */
|
|
3094
|
-
.e-btn.e-primary:focus {
|
|
3095
|
-
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
3096
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
3097
|
-
}
|
|
3098
|
-
|
|
3099
|
-
.e-btn.e-success:focus {
|
|
3100
|
-
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(23, 177, 105, 0.24) !important;
|
|
3101
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(23, 177, 105, 0.24) !important;
|
|
3102
|
-
}
|
|
3103
|
-
|
|
3104
|
-
.e-btn.e-info:focus {
|
|
3105
|
-
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
3106
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
3107
|
-
}
|
|
3108
|
-
|
|
3109
|
-
.e-btn.e-warning:focus {
|
|
3110
|
-
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(247, 143, 8, 0.24) !important;
|
|
3111
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(247, 143, 8, 0.24) !important;
|
|
3112
|
-
}
|
|
3113
|
-
|
|
3114
|
-
.e-btn.e-danger:focus {
|
|
3115
|
-
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(240, 68, 55, 0.24) !important;
|
|
3116
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(240, 68, 55, 0.24) !important;
|
|
3117
|
-
}
|
|
3118
|
-
|
|
3119
|
-
.e-btn.e-outline.e-info {
|
|
3120
|
-
background: transparent !important;
|
|
3121
|
-
border-color: var(--color-sf-utility-info-border-color) !important;
|
|
3122
|
-
color: var(--color-sf-utility-info-text) !important;
|
|
3123
|
-
}
|
|
3124
|
-
|
|
3125
|
-
.e-btn.e-outline.e-info:hover {
|
|
3126
|
-
background: var(--color-sf-utility-info-bg-color-hover) !important;
|
|
3127
|
-
border-color: var(--color-sf-utility-info-border-color) !important;
|
|
3128
|
-
color: var(--color-sf-utility-info-text-hover) !important;
|
|
3129
|
-
}
|
|
3130
|
-
|
|
3131
|
-
.e-btn.e-outline.e-info:active {
|
|
3132
|
-
background: var(--color-sf-utility-info-bg-color-pressed) !important;
|
|
3133
|
-
border-color: var(--color-sf-utility-info-border-color) !important;
|
|
3134
|
-
color: var(--color-sf-utility-info-text-hover) !important;
|
|
3135
|
-
}
|
|
3136
|
-
|
|
3137
|
-
.e-btn.e-flat.e-info {
|
|
3138
|
-
color: var(--color-sf-utility-info-text) !important;
|
|
3139
|
-
}
|
|
3140
|
-
|
|
3141
|
-
.e-bigger .e-btn,
|
|
3142
|
-
.e-bigger .e-btn,
|
|
3143
|
-
.e-bigger .e-css.e-btn,
|
|
3144
|
-
.e-bigger.e-css.e-btn {
|
|
3145
|
-
font-size: 14px;
|
|
3146
|
-
line-height: 1.572em;
|
|
3147
|
-
padding: 8px 15px;
|
|
3148
|
-
border-radius: 8px !important;
|
|
3149
|
-
font-weight: 600;
|
|
3150
|
-
}
|
|
3151
|
-
|
|
3152
2084
|
*.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-left:not(.e-round) .e-spinner,
|
|
3153
2085
|
*.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-left:not(.e-round) .e-spinner {
|
|
3154
2086
|
padding-right: 14px;
|