@syncfusion/ej2-splitbuttons 32.1.22 → 32.2.3
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 +6 -2
- package/dist/es6/ej2-splitbuttons.es2015.js.map +1 -1
- package/dist/es6/ej2-splitbuttons.es5.js +6 -2
- 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/drop-down-button/drop-down-button.d.ts +1 -0
- package/src/drop-down-button/drop-down-button.js +6 -2
- package/styles/bds-lite.css +684 -0
- package/styles/bds-lite.scss +4 -4
- package/styles/bds.css +1050 -24
- package/styles/bds.scss +8 -8
- package/styles/bootstrap-dark-lite.scss +4 -4
- package/styles/bootstrap-dark.scss +8 -8
- package/styles/bootstrap-lite.scss +4 -4
- package/styles/bootstrap.scss +8 -8
- package/styles/bootstrap4-lite.scss +4 -4
- package/styles/bootstrap4.scss +8 -8
- package/styles/bootstrap5-dark-lite.scss +4 -4
- package/styles/bootstrap5-dark.scss +8 -8
- package/styles/bootstrap5-lite.scss +4 -4
- package/styles/bootstrap5.3-lite.css +672 -0
- package/styles/bootstrap5.3-lite.scss +4 -4
- package/styles/bootstrap5.3.css +1008 -0
- package/styles/bootstrap5.3.scss +8 -8
- package/styles/bootstrap5.scss +8 -8
- package/styles/button-group/_all.bds.scss +2 -0
- package/styles/button-group/_all.bootstrap-dark.scss +2 -0
- package/styles/button-group/_all.bootstrap.scss +2 -0
- package/styles/button-group/_all.bootstrap4.scss +2 -0
- package/styles/button-group/_all.bootstrap5-dark.scss +2 -0
- package/styles/button-group/_all.bootstrap5.3.scss +2 -0
- package/styles/button-group/_all.bootstrap5.scss +2 -0
- package/styles/button-group/_all.fabric-dark.scss +2 -0
- package/styles/button-group/_all.fabric.scss +2 -0
- package/styles/button-group/_all.fluent-dark.scss +2 -0
- package/styles/button-group/_all.fluent.scss +2 -0
- package/styles/button-group/_all.fluent2.scss +2 -0
- package/styles/button-group/_all.highcontrast-light.scss +2 -0
- package/styles/button-group/_all.highcontrast.scss +2 -0
- package/styles/button-group/_all.material-dark.scss +2 -0
- package/styles/button-group/_all.material.scss +2 -0
- package/styles/button-group/_all.material3-dark.scss +2 -0
- package/styles/button-group/_all.material3.scss +2 -0
- package/styles/button-group/_all.tailwind-dark.scss +2 -0
- package/styles/button-group/_all.tailwind.scss +2 -0
- package/styles/button-group/_all.tailwind3.scss +2 -0
- package/styles/button-group/_bigger.bds.scss +4 -0
- package/styles/button-group/_bigger.bootstrap-dark.scss +4 -0
- package/styles/button-group/_bigger.bootstrap.scss +4 -0
- package/styles/button-group/_bigger.bootstrap4.scss +4 -0
- package/styles/button-group/_bigger.bootstrap5-dark.scss +4 -0
- package/styles/button-group/_bigger.bootstrap5.3.scss +4 -0
- package/styles/button-group/_bigger.bootstrap5.scss +4 -0
- package/styles/button-group/_bigger.fabric-dark.scss +4 -0
- package/styles/button-group/_bigger.fabric.scss +4 -0
- package/styles/button-group/_bigger.fluent-dark.scss +4 -0
- package/styles/button-group/_bigger.fluent.scss +4 -0
- package/styles/button-group/_bigger.fluent2.scss +4 -0
- package/styles/button-group/_bigger.highcontrast-light.scss +4 -0
- package/styles/button-group/_bigger.highcontrast.scss +4 -0
- package/styles/button-group/_bigger.material-dark.scss +4 -0
- package/styles/button-group/_bigger.material.scss +4 -0
- package/styles/button-group/_bigger.material3-dark.scss +4 -0
- package/styles/button-group/_bigger.material3.scss +4 -0
- package/styles/button-group/_bigger.scss +1 -1
- package/styles/button-group/_bigger.tailwind-dark.scss +4 -0
- package/styles/button-group/_bigger.tailwind.scss +4 -0
- package/styles/button-group/_bigger.tailwind3.scss +4 -0
- package/styles/button-group/_group-button-mixin.scss +0 -2
- package/styles/button-group/_layout.bds.scss +4 -0
- package/styles/button-group/_layout.bootstrap-dark.scss +4 -0
- package/styles/button-group/_layout.bootstrap.scss +4 -0
- package/styles/button-group/_layout.bootstrap4.scss +4 -0
- package/styles/button-group/_layout.bootstrap5-dark.scss +4 -0
- package/styles/button-group/_layout.bootstrap5.3.scss +4 -0
- package/styles/button-group/_layout.bootstrap5.scss +4 -0
- package/styles/button-group/_layout.fabric-dark.scss +4 -0
- package/styles/button-group/_layout.fabric.scss +4 -0
- package/styles/button-group/_layout.fluent-dark.scss +4 -0
- package/styles/button-group/_layout.fluent.scss +4 -0
- package/styles/button-group/_layout.fluent2.scss +4 -0
- package/styles/button-group/_layout.highcontrast-light.scss +4 -0
- package/styles/button-group/_layout.highcontrast.scss +4 -0
- package/styles/button-group/_layout.material-dark.scss +4 -0
- package/styles/button-group/_layout.material.scss +4 -0
- package/styles/button-group/_layout.material3-dark.scss +4 -0
- package/styles/button-group/_layout.material3.scss +4 -0
- package/styles/button-group/_layout.scss +1 -1
- package/styles/button-group/_layout.tailwind-dark.scss +4 -0
- package/styles/button-group/_layout.tailwind.scss +4 -0
- package/styles/button-group/_layout.tailwind3.scss +4 -0
- package/styles/button-group/_theme-variables.bds.scss +1 -0
- package/styles/button-group/_theme-variables.bootstrap-dark.scss +1 -0
- package/styles/button-group/_theme-variables.bootstrap.scss +1 -0
- package/styles/button-group/_theme-variables.bootstrap4.scss +1 -0
- package/styles/button-group/_theme-variables.bootstrap5-dark.scss +1 -0
- package/styles/button-group/_theme-variables.bootstrap5.3.scss +1 -0
- package/styles/button-group/_theme-variables.bootstrap5.scss +1 -0
- package/styles/button-group/_theme-variables.fabric-dark.scss +1 -0
- package/styles/button-group/_theme-variables.fabric.scss +1 -0
- package/styles/button-group/_theme-variables.fluent-dark.scss +1 -0
- package/styles/button-group/_theme-variables.fluent.scss +1 -0
- package/styles/button-group/_theme-variables.fluent2.scss +1 -0
- package/styles/button-group/_theme-variables.highcontrast-light.scss +1 -0
- package/styles/button-group/_theme-variables.highcontrast.scss +1 -0
- package/styles/button-group/_theme-variables.material-dark.scss +1 -0
- package/styles/button-group/_theme-variables.material.scss +1 -0
- package/styles/button-group/_theme-variables.material3-dark.scss +1 -0
- package/styles/button-group/_theme-variables.material3.scss +1 -0
- package/styles/button-group/_theme-variables.tailwind-dark.scss +1 -0
- package/styles/button-group/_theme-variables.tailwind.scss +1 -0
- package/styles/button-group/_theme.bds.scss +6 -0
- package/styles/button-group/_theme.bootstrap-dark.scss +6 -0
- package/styles/button-group/_theme.bootstrap.scss +6 -0
- package/styles/button-group/_theme.bootstrap4.scss +6 -0
- package/styles/button-group/_theme.bootstrap5-dark.scss +6 -0
- package/styles/button-group/_theme.bootstrap5.3.scss +6 -0
- package/styles/button-group/_theme.bootstrap5.scss +6 -0
- package/styles/button-group/_theme.fabric-dark.scss +6 -0
- package/styles/button-group/_theme.fabric.scss +6 -0
- package/styles/button-group/_theme.fluent-dark.scss +6 -0
- package/styles/button-group/_theme.fluent.scss +6 -0
- package/styles/button-group/_theme.fluent2.scss +6 -0
- package/styles/button-group/_theme.highcontrast-light.scss +6 -0
- package/styles/button-group/_theme.highcontrast.scss +6 -0
- package/styles/button-group/_theme.material-dark.scss +6 -0
- package/styles/button-group/_theme.material.scss +6 -0
- package/styles/button-group/_theme.material3-dark.scss +6 -0
- package/styles/button-group/_theme.material3.scss +6 -0
- package/styles/button-group/_theme.scss +1 -3
- package/styles/button-group/_theme.tailwind-dark.scss +6 -0
- package/styles/button-group/_theme.tailwind.scss +6 -0
- package/styles/button-group/_theme.tailwind3.scss +6 -0
- package/styles/button-group/bds.css +189 -0
- package/styles/button-group/bds.scss +2 -2
- package/styles/button-group/bootstrap-dark.scss +2 -2
- package/styles/button-group/bootstrap.scss +2 -2
- package/styles/button-group/bootstrap4.scss +2 -2
- package/styles/button-group/bootstrap5-dark.scss +2 -2
- package/styles/button-group/bootstrap5.3.css +252 -0
- package/styles/button-group/bootstrap5.3.scss +2 -2
- package/styles/button-group/bootstrap5.scss +2 -2
- package/styles/button-group/fabric-dark.scss +2 -2
- package/styles/button-group/fabric.scss +2 -2
- package/styles/button-group/fluent-dark.scss +2 -2
- package/styles/button-group/fluent.scss +2 -2
- package/styles/button-group/fluent2.css +258 -0
- package/styles/button-group/fluent2.scss +2 -2
- package/styles/button-group/highcontrast-light.scss +2 -2
- package/styles/button-group/highcontrast.scss +2 -2
- package/styles/button-group/material-dark.scss +2 -2
- package/styles/button-group/material.scss +2 -2
- package/styles/button-group/material3-dark.css +246 -0
- package/styles/button-group/material3-dark.scss +2 -2
- package/styles/button-group/material3.css +252 -0
- package/styles/button-group/material3.scss +2 -2
- package/styles/button-group/tailwind-dark.scss +2 -2
- package/styles/button-group/tailwind.scss +2 -2
- package/styles/button-group/tailwind3.css +222 -0
- package/styles/button-group/tailwind3.scss +2 -2
- package/styles/drop-down-button/_all.bds.scss +2 -0
- package/styles/drop-down-button/_all.bootstrap-dark.scss +2 -0
- package/styles/drop-down-button/_all.bootstrap.scss +2 -0
- package/styles/drop-down-button/_all.bootstrap4.scss +2 -0
- package/styles/drop-down-button/_all.bootstrap5-dark.scss +2 -0
- package/styles/drop-down-button/_all.bootstrap5.3.scss +2 -0
- package/styles/drop-down-button/_all.bootstrap5.scss +2 -0
- package/styles/drop-down-button/_all.fabric-dark.scss +2 -0
- package/styles/drop-down-button/_all.fabric.scss +2 -0
- package/styles/drop-down-button/_all.fluent-dark.scss +2 -0
- package/styles/drop-down-button/_all.fluent.scss +2 -0
- package/styles/drop-down-button/_all.fluent2.scss +2 -0
- package/styles/drop-down-button/_all.highcontrast-light.scss +2 -0
- package/styles/drop-down-button/_all.highcontrast.scss +2 -0
- package/styles/drop-down-button/_all.material-dark.scss +2 -0
- package/styles/drop-down-button/_all.material.scss +2 -0
- package/styles/drop-down-button/_all.material3-dark.scss +2 -0
- package/styles/drop-down-button/_all.material3.scss +2 -0
- package/styles/drop-down-button/_all.tailwind-dark.scss +2 -0
- package/styles/drop-down-button/_all.tailwind.scss +2 -0
- package/styles/drop-down-button/_all.tailwind3.scss +2 -0
- package/styles/drop-down-button/_bigger.bds.scss +3 -0
- package/styles/drop-down-button/_bigger.bootstrap-dark.scss +3 -0
- package/styles/drop-down-button/_bigger.bootstrap.scss +3 -0
- package/styles/drop-down-button/_bigger.bootstrap4.scss +3 -0
- package/styles/drop-down-button/_bigger.bootstrap5-dark.scss +3 -0
- package/styles/drop-down-button/_bigger.bootstrap5.3.scss +3 -0
- package/styles/drop-down-button/_bigger.bootstrap5.scss +3 -0
- package/styles/drop-down-button/_bigger.fabric-dark.scss +3 -0
- package/styles/drop-down-button/_bigger.fabric.scss +3 -0
- package/styles/drop-down-button/_bigger.fluent-dark.scss +3 -0
- package/styles/drop-down-button/_bigger.fluent.scss +3 -0
- package/styles/drop-down-button/_bigger.fluent2.scss +3 -0
- package/styles/drop-down-button/_bigger.highcontrast-light.scss +3 -0
- package/styles/drop-down-button/_bigger.highcontrast.scss +3 -0
- package/styles/drop-down-button/_bigger.material-dark.scss +3 -0
- package/styles/drop-down-button/_bigger.material.scss +3 -0
- package/styles/drop-down-button/_bigger.material3-dark.scss +3 -0
- package/styles/drop-down-button/_bigger.material3.scss +3 -0
- package/styles/drop-down-button/_bigger.scss +1 -1
- package/styles/drop-down-button/_bigger.tailwind-dark.scss +3 -0
- package/styles/drop-down-button/_bigger.tailwind.scss +3 -0
- package/styles/drop-down-button/_bigger.tailwind3.scss +3 -0
- package/styles/drop-down-button/_layout.bds.scss +3 -0
- package/styles/drop-down-button/_layout.bootstrap-dark.scss +3 -0
- package/styles/drop-down-button/_layout.bootstrap.scss +3 -0
- package/styles/drop-down-button/_layout.bootstrap4.scss +3 -0
- package/styles/drop-down-button/_layout.bootstrap5-dark.scss +3 -0
- package/styles/drop-down-button/_layout.bootstrap5.3.scss +3 -0
- package/styles/drop-down-button/_layout.bootstrap5.scss +3 -0
- package/styles/drop-down-button/_layout.fabric-dark.scss +3 -0
- package/styles/drop-down-button/_layout.fabric.scss +3 -0
- package/styles/drop-down-button/_layout.fluent-dark.scss +3 -0
- package/styles/drop-down-button/_layout.fluent.scss +3 -0
- package/styles/drop-down-button/_layout.fluent2.scss +3 -0
- package/styles/drop-down-button/_layout.highcontrast-light.scss +3 -0
- package/styles/drop-down-button/_layout.highcontrast.scss +3 -0
- package/styles/drop-down-button/_layout.material-dark.scss +3 -0
- package/styles/drop-down-button/_layout.material.scss +3 -0
- package/styles/drop-down-button/_layout.material3-dark.scss +3 -0
- package/styles/drop-down-button/_layout.material3.scss +3 -0
- package/styles/drop-down-button/_layout.scss +1 -1
- package/styles/drop-down-button/_layout.tailwind-dark.scss +3 -0
- package/styles/drop-down-button/_layout.tailwind.scss +3 -0
- package/styles/drop-down-button/_layout.tailwind3.scss +3 -0
- package/styles/drop-down-button/_theme-variables.bds.scss +1 -0
- package/styles/drop-down-button/_theme-variables.bootstrap-dark.scss +1 -0
- package/styles/drop-down-button/_theme-variables.bootstrap.scss +1 -0
- package/styles/drop-down-button/_theme-variables.bootstrap4.scss +1 -0
- package/styles/drop-down-button/_theme-variables.bootstrap5-dark.scss +1 -0
- package/styles/drop-down-button/_theme-variables.bootstrap5.3.scss +1 -0
- package/styles/drop-down-button/_theme-variables.bootstrap5.scss +1 -0
- package/styles/drop-down-button/_theme-variables.fabric-dark.scss +1 -0
- package/styles/drop-down-button/_theme-variables.fabric.scss +1 -0
- package/styles/drop-down-button/_theme-variables.fluent-dark.scss +1 -0
- package/styles/drop-down-button/_theme-variables.fluent.scss +1 -0
- package/styles/drop-down-button/_theme-variables.fluent2.scss +1 -0
- package/styles/drop-down-button/_theme-variables.highcontrast-light.scss +1 -0
- package/styles/drop-down-button/_theme-variables.highcontrast.scss +1 -0
- package/styles/drop-down-button/_theme-variables.material-dark.scss +1 -0
- package/styles/drop-down-button/_theme-variables.material.scss +1 -0
- package/styles/drop-down-button/_theme-variables.material3-dark.scss +1 -0
- package/styles/drop-down-button/_theme-variables.material3.scss +1 -0
- package/styles/drop-down-button/_theme-variables.tailwind-dark.scss +1 -0
- package/styles/drop-down-button/_theme-variables.tailwind.scss +1 -0
- package/styles/drop-down-button/_theme.bds.scss +4 -0
- package/styles/drop-down-button/_theme.bootstrap-dark.scss +4 -0
- package/styles/drop-down-button/_theme.bootstrap.scss +4 -0
- package/styles/drop-down-button/_theme.bootstrap4.scss +4 -0
- package/styles/drop-down-button/_theme.bootstrap5-dark.scss +4 -0
- package/styles/drop-down-button/_theme.bootstrap5.3.scss +4 -0
- package/styles/drop-down-button/_theme.bootstrap5.scss +4 -0
- package/styles/drop-down-button/_theme.fabric-dark.scss +4 -0
- package/styles/drop-down-button/_theme.fabric.scss +4 -0
- package/styles/drop-down-button/_theme.fluent-dark.scss +4 -0
- package/styles/drop-down-button/_theme.fluent.scss +4 -0
- package/styles/drop-down-button/_theme.fluent2.scss +4 -0
- package/styles/drop-down-button/_theme.highcontrast-light.scss +4 -0
- package/styles/drop-down-button/_theme.highcontrast.scss +4 -0
- package/styles/drop-down-button/_theme.material-dark.scss +4 -0
- package/styles/drop-down-button/_theme.material.scss +4 -0
- package/styles/drop-down-button/_theme.material3-dark.scss +4 -0
- package/styles/drop-down-button/_theme.material3.scss +4 -0
- package/styles/drop-down-button/_theme.scss +1 -1
- package/styles/drop-down-button/_theme.tailwind-dark.scss +4 -0
- package/styles/drop-down-button/_theme.tailwind.scss +4 -0
- package/styles/drop-down-button/_theme.tailwind3.scss +4 -0
- package/styles/drop-down-button/bds.css +324 -0
- package/styles/drop-down-button/bds.scss +2 -2
- package/styles/drop-down-button/bootstrap-dark.scss +2 -2
- package/styles/drop-down-button/bootstrap.scss +2 -2
- package/styles/drop-down-button/bootstrap4.scss +2 -2
- package/styles/drop-down-button/bootstrap5-dark.scss +2 -2
- package/styles/drop-down-button/bootstrap5.3.css +252 -0
- package/styles/drop-down-button/bootstrap5.3.scss +2 -2
- package/styles/drop-down-button/bootstrap5.scss +2 -2
- package/styles/drop-down-button/fabric-dark.scss +2 -2
- package/styles/drop-down-button/fabric.scss +2 -2
- package/styles/drop-down-button/fluent-dark.scss +2 -2
- package/styles/drop-down-button/fluent.scss +2 -2
- package/styles/drop-down-button/fluent2.css +258 -0
- package/styles/drop-down-button/fluent2.scss +2 -2
- package/styles/drop-down-button/highcontrast-light.scss +2 -2
- package/styles/drop-down-button/highcontrast.scss +2 -2
- package/styles/drop-down-button/material-dark.scss +2 -2
- package/styles/drop-down-button/material.scss +2 -2
- package/styles/drop-down-button/material3-dark.css +246 -0
- package/styles/drop-down-button/material3-dark.scss +2 -2
- package/styles/drop-down-button/material3.css +252 -0
- package/styles/drop-down-button/material3.scss +2 -2
- package/styles/drop-down-button/tailwind-dark.scss +2 -2
- package/styles/drop-down-button/tailwind.scss +2 -2
- package/styles/drop-down-button/tailwind3.css +222 -0
- package/styles/drop-down-button/tailwind3.scss +2 -2
- package/styles/fabric-dark-lite.scss +4 -4
- package/styles/fabric-dark.scss +8 -8
- package/styles/fabric-lite.scss +4 -4
- package/styles/fabric.scss +8 -8
- package/styles/fluent-dark-lite.scss +4 -4
- package/styles/fluent-dark.scss +8 -8
- package/styles/fluent-lite.scss +4 -4
- package/styles/fluent.scss +8 -8
- package/styles/fluent2-lite.css +688 -0
- package/styles/fluent2-lite.scss +4 -4
- package/styles/fluent2.css +1079 -47
- package/styles/fluent2.scss +8 -8
- package/styles/highcontrast-light-lite.scss +4 -4
- package/styles/highcontrast-light.scss +8 -8
- package/styles/highcontrast-lite.scss +4 -4
- package/styles/highcontrast.scss +8 -8
- package/styles/material-dark-lite.scss +4 -4
- package/styles/material-dark.scss +8 -8
- package/styles/material-lite.scss +4 -4
- package/styles/material.scss +8 -8
- package/styles/material3-dark-lite.css +656 -0
- package/styles/material3-dark-lite.scss +4 -4
- package/styles/material3-dark.css +984 -0
- package/styles/material3-dark.scss +8 -8
- package/styles/material3-lite.css +672 -0
- package/styles/material3-lite.scss +4 -4
- package/styles/material3.css +1008 -0
- package/styles/material3.scss +8 -8
- package/styles/progress-button/_all.bds.scss +2 -0
- package/styles/progress-button/_all.bootstrap-dark.scss +2 -0
- package/styles/progress-button/_all.bootstrap.scss +2 -0
- package/styles/progress-button/_all.bootstrap4.scss +2 -0
- package/styles/progress-button/_all.bootstrap5-dark.scss +2 -0
- package/styles/progress-button/_all.bootstrap5.3.scss +2 -0
- package/styles/progress-button/_all.bootstrap5.scss +2 -0
- package/styles/progress-button/_all.fabric-dark.scss +2 -0
- package/styles/progress-button/_all.fabric.scss +2 -0
- package/styles/progress-button/_all.fluent-dark.scss +2 -0
- package/styles/progress-button/_all.fluent.scss +2 -0
- package/styles/progress-button/_all.fluent2.scss +2 -0
- package/styles/progress-button/_all.highcontrast-light.scss +2 -0
- package/styles/progress-button/_all.highcontrast.scss +2 -0
- package/styles/progress-button/_all.material-dark.scss +2 -0
- package/styles/progress-button/_all.material.scss +2 -0
- package/styles/progress-button/_all.material3-dark.scss +2 -0
- package/styles/progress-button/_all.material3.scss +2 -0
- package/styles/progress-button/_all.tailwind-dark.scss +2 -0
- package/styles/progress-button/_all.tailwind.scss +2 -0
- package/styles/progress-button/_all.tailwind3.scss +2 -0
- package/styles/progress-button/_bigger.bds.scss +3 -0
- package/styles/progress-button/_bigger.bootstrap-dark.scss +3 -0
- package/styles/progress-button/_bigger.bootstrap.scss +3 -0
- package/styles/progress-button/_bigger.bootstrap4.scss +3 -0
- package/styles/progress-button/_bigger.bootstrap5-dark.scss +3 -0
- package/styles/progress-button/_bigger.bootstrap5.3.scss +3 -0
- package/styles/progress-button/_bigger.bootstrap5.scss +3 -0
- package/styles/progress-button/_bigger.fabric-dark.scss +3 -0
- package/styles/progress-button/_bigger.fabric.scss +3 -0
- package/styles/progress-button/_bigger.fluent-dark.scss +3 -0
- package/styles/progress-button/_bigger.fluent.scss +3 -0
- package/styles/progress-button/_bigger.fluent2.scss +3 -0
- package/styles/progress-button/_bigger.highcontrast-light.scss +3 -0
- package/styles/progress-button/_bigger.highcontrast.scss +3 -0
- package/styles/progress-button/_bigger.material-dark.scss +3 -0
- package/styles/progress-button/_bigger.material.scss +3 -0
- package/styles/progress-button/_bigger.material3-dark.scss +3 -0
- package/styles/progress-button/_bigger.material3.scss +3 -0
- package/styles/progress-button/_bigger.scss +1 -1
- package/styles/progress-button/_bigger.tailwind-dark.scss +3 -0
- package/styles/progress-button/_bigger.tailwind.scss +3 -0
- package/styles/progress-button/_bigger.tailwind3.scss +3 -0
- package/styles/progress-button/_layout.bds.scss +3 -0
- package/styles/progress-button/_layout.bootstrap-dark.scss +3 -0
- package/styles/progress-button/_layout.bootstrap.scss +3 -0
- package/styles/progress-button/_layout.bootstrap4.scss +3 -0
- package/styles/progress-button/_layout.bootstrap5-dark.scss +3 -0
- package/styles/progress-button/_layout.bootstrap5.3.scss +3 -0
- package/styles/progress-button/_layout.bootstrap5.scss +3 -0
- package/styles/progress-button/_layout.fabric-dark.scss +3 -0
- package/styles/progress-button/_layout.fabric.scss +3 -0
- package/styles/progress-button/_layout.fluent-dark.scss +3 -0
- package/styles/progress-button/_layout.fluent.scss +3 -0
- package/styles/progress-button/_layout.fluent2.scss +3 -0
- package/styles/progress-button/_layout.highcontrast-light.scss +3 -0
- package/styles/progress-button/_layout.highcontrast.scss +3 -0
- package/styles/progress-button/_layout.material-dark.scss +3 -0
- package/styles/progress-button/_layout.material.scss +3 -0
- package/styles/progress-button/_layout.material3-dark.scss +3 -0
- package/styles/progress-button/_layout.material3.scss +3 -0
- package/styles/progress-button/_layout.scss +0 -1
- package/styles/progress-button/_layout.tailwind-dark.scss +3 -0
- package/styles/progress-button/_layout.tailwind.scss +3 -0
- package/styles/progress-button/_layout.tailwind3.scss +3 -0
- package/styles/progress-button/_theme-variables.bds.scss +1 -0
- package/styles/progress-button/_theme-variables.bootstrap-dark.scss +1 -0
- package/styles/progress-button/_theme-variables.bootstrap.scss +1 -0
- package/styles/progress-button/_theme-variables.bootstrap4.scss +1 -0
- package/styles/progress-button/_theme-variables.bootstrap5-dark.scss +1 -0
- package/styles/progress-button/_theme-variables.bootstrap5.3.scss +1 -0
- package/styles/progress-button/_theme-variables.bootstrap5.scss +1 -0
- package/styles/progress-button/_theme-variables.fabric-dark.scss +1 -0
- package/styles/progress-button/_theme-variables.fabric.scss +1 -0
- package/styles/progress-button/_theme-variables.fluent-dark.scss +1 -0
- package/styles/progress-button/_theme-variables.fluent.scss +1 -0
- package/styles/progress-button/_theme-variables.fluent2.scss +1 -0
- package/styles/progress-button/_theme-variables.highcontrast-light.scss +1 -0
- package/styles/progress-button/_theme-variables.highcontrast.scss +1 -0
- package/styles/progress-button/_theme-variables.material-dark.scss +1 -0
- package/styles/progress-button/_theme-variables.material.scss +1 -0
- package/styles/progress-button/_theme-variables.material3-dark.scss +1 -0
- package/styles/progress-button/_theme-variables.material3.scss +1 -0
- package/styles/progress-button/_theme-variables.tailwind-dark.scss +1 -0
- package/styles/progress-button/_theme-variables.tailwind.scss +1 -0
- package/styles/progress-button/_theme.bds.scss +4 -0
- package/styles/progress-button/_theme.bootstrap-dark.scss +4 -0
- package/styles/progress-button/_theme.bootstrap.scss +4 -0
- package/styles/progress-button/_theme.bootstrap4.scss +4 -0
- package/styles/progress-button/_theme.bootstrap5-dark.scss +4 -0
- package/styles/progress-button/_theme.bootstrap5.3.scss +4 -0
- package/styles/progress-button/_theme.bootstrap5.scss +4 -0
- package/styles/progress-button/_theme.fabric-dark.scss +4 -0
- package/styles/progress-button/_theme.fabric.scss +4 -0
- package/styles/progress-button/_theme.fluent-dark.scss +4 -0
- package/styles/progress-button/_theme.fluent.scss +4 -0
- package/styles/progress-button/_theme.fluent2.scss +4 -0
- package/styles/progress-button/_theme.highcontrast-light.scss +4 -0
- package/styles/progress-button/_theme.highcontrast.scss +4 -0
- package/styles/progress-button/_theme.material-dark.scss +4 -0
- package/styles/progress-button/_theme.material.scss +4 -0
- package/styles/progress-button/_theme.material3-dark.scss +4 -0
- package/styles/progress-button/_theme.material3.scss +4 -0
- package/styles/progress-button/_theme.scss +0 -1
- package/styles/progress-button/_theme.tailwind-dark.scss +4 -0
- package/styles/progress-button/_theme.tailwind.scss +4 -0
- package/styles/progress-button/_theme.tailwind3.scss +4 -0
- package/styles/progress-button/bds.css +189 -0
- package/styles/progress-button/bds.scss +2 -2
- package/styles/progress-button/bootstrap-dark.scss +2 -2
- package/styles/progress-button/bootstrap.scss +2 -2
- package/styles/progress-button/bootstrap4.scss +2 -2
- package/styles/progress-button/bootstrap5-dark.scss +2 -2
- package/styles/progress-button/bootstrap5.3.css +252 -0
- package/styles/progress-button/bootstrap5.3.scss +2 -2
- package/styles/progress-button/bootstrap5.scss +2 -2
- package/styles/progress-button/fabric-dark.scss +2 -2
- package/styles/progress-button/fabric.scss +2 -2
- package/styles/progress-button/fluent-dark.scss +2 -2
- package/styles/progress-button/fluent.scss +2 -2
- package/styles/progress-button/fluent2.css +258 -0
- package/styles/progress-button/fluent2.scss +2 -2
- package/styles/progress-button/highcontrast-light.scss +2 -2
- package/styles/progress-button/highcontrast.scss +2 -2
- package/styles/progress-button/material-dark.scss +2 -2
- package/styles/progress-button/material.scss +2 -2
- package/styles/progress-button/material3-dark.css +246 -0
- package/styles/progress-button/material3-dark.scss +2 -2
- package/styles/progress-button/material3.css +252 -0
- package/styles/progress-button/material3.scss +2 -2
- package/styles/progress-button/tailwind-dark.scss +2 -2
- package/styles/progress-button/tailwind.scss +2 -2
- package/styles/progress-button/tailwind3.css +222 -0
- package/styles/progress-button/tailwind3.scss +2 -2
- package/styles/split-button/_all.bds.scss +2 -0
- package/styles/split-button/_all.bootstrap-dark.scss +2 -0
- package/styles/split-button/_all.bootstrap.scss +2 -0
- package/styles/split-button/_all.bootstrap4.scss +2 -0
- package/styles/split-button/_all.bootstrap5-dark.scss +2 -0
- package/styles/split-button/_all.bootstrap5.3.scss +2 -0
- package/styles/split-button/_all.bootstrap5.scss +2 -0
- package/styles/split-button/_all.fabric-dark.scss +2 -0
- package/styles/split-button/_all.fabric.scss +2 -0
- package/styles/split-button/_all.fluent-dark.scss +2 -0
- package/styles/split-button/_all.fluent.scss +2 -0
- package/styles/split-button/_all.fluent2.scss +2 -0
- package/styles/split-button/_all.highcontrast-light.scss +2 -0
- package/styles/split-button/_all.highcontrast.scss +2 -0
- package/styles/split-button/_all.material-dark.scss +2 -0
- package/styles/split-button/_all.material.scss +2 -0
- package/styles/split-button/_all.material3-dark.scss +2 -0
- package/styles/split-button/_all.material3.scss +2 -0
- package/styles/split-button/_all.tailwind-dark.scss +2 -0
- package/styles/split-button/_all.tailwind.scss +2 -0
- package/styles/split-button/_all.tailwind3.scss +2 -0
- package/styles/split-button/_bigger.bds.scss +3 -0
- package/styles/split-button/_bigger.bootstrap-dark.scss +3 -0
- package/styles/split-button/_bigger.bootstrap.scss +3 -0
- package/styles/split-button/_bigger.bootstrap4.scss +3 -0
- package/styles/split-button/_bigger.bootstrap5-dark.scss +3 -0
- package/styles/split-button/_bigger.bootstrap5.3.scss +3 -0
- package/styles/split-button/_bigger.bootstrap5.scss +3 -0
- package/styles/split-button/_bigger.fabric-dark.scss +3 -0
- package/styles/split-button/_bigger.fabric.scss +3 -0
- package/styles/split-button/_bigger.fluent-dark.scss +3 -0
- package/styles/split-button/_bigger.fluent.scss +3 -0
- package/styles/split-button/_bigger.fluent2.scss +3 -0
- package/styles/split-button/_bigger.highcontrast-light.scss +3 -0
- package/styles/split-button/_bigger.highcontrast.scss +3 -0
- package/styles/split-button/_bigger.material-dark.scss +3 -0
- package/styles/split-button/_bigger.material.scss +3 -0
- package/styles/split-button/_bigger.material3-dark.scss +3 -0
- package/styles/split-button/_bigger.material3.scss +3 -0
- package/styles/split-button/_bigger.scss +1 -1
- package/styles/split-button/_bigger.tailwind-dark.scss +3 -0
- package/styles/split-button/_bigger.tailwind.scss +3 -0
- package/styles/split-button/_bigger.tailwind3.scss +3 -0
- package/styles/split-button/_layout.bds.scss +3 -0
- package/styles/split-button/_layout.bootstrap-dark.scss +3 -0
- package/styles/split-button/_layout.bootstrap.scss +3 -0
- package/styles/split-button/_layout.bootstrap4.scss +3 -0
- package/styles/split-button/_layout.bootstrap5-dark.scss +3 -0
- package/styles/split-button/_layout.bootstrap5.3.scss +3 -0
- package/styles/split-button/_layout.bootstrap5.scss +3 -0
- package/styles/split-button/_layout.fabric-dark.scss +3 -0
- package/styles/split-button/_layout.fabric.scss +3 -0
- package/styles/split-button/_layout.fluent-dark.scss +3 -0
- package/styles/split-button/_layout.fluent.scss +3 -0
- package/styles/split-button/_layout.fluent2.scss +3 -0
- package/styles/split-button/_layout.highcontrast-light.scss +3 -0
- package/styles/split-button/_layout.highcontrast.scss +3 -0
- package/styles/split-button/_layout.material-dark.scss +3 -0
- package/styles/split-button/_layout.material.scss +3 -0
- package/styles/split-button/_layout.material3-dark.scss +3 -0
- package/styles/split-button/_layout.material3.scss +3 -0
- package/styles/split-button/_layout.scss +1 -1
- package/styles/split-button/_layout.tailwind-dark.scss +3 -0
- package/styles/split-button/_layout.tailwind.scss +3 -0
- package/styles/split-button/_layout.tailwind3.scss +3 -0
- package/styles/split-button/_theme-variables.bds.scss +1 -0
- package/styles/split-button/_theme-variables.bootstrap-dark.scss +1 -0
- package/styles/split-button/_theme-variables.bootstrap.scss +1 -0
- package/styles/split-button/_theme-variables.bootstrap4.scss +1 -0
- package/styles/split-button/_theme-variables.bootstrap5-dark.scss +1 -0
- package/styles/split-button/_theme-variables.bootstrap5.3.scss +1 -0
- package/styles/split-button/_theme-variables.bootstrap5.scss +1 -0
- package/styles/split-button/_theme-variables.fabric-dark.scss +1 -0
- package/styles/split-button/_theme-variables.fabric.scss +1 -0
- package/styles/split-button/_theme-variables.fluent-dark.scss +1 -0
- package/styles/split-button/_theme-variables.fluent.scss +1 -0
- package/styles/split-button/_theme-variables.fluent2.scss +1 -0
- package/styles/split-button/_theme-variables.highcontrast-light.scss +1 -0
- package/styles/split-button/_theme-variables.highcontrast.scss +1 -0
- package/styles/split-button/_theme-variables.material-dark.scss +1 -0
- package/styles/split-button/_theme-variables.material.scss +1 -0
- package/styles/split-button/_theme-variables.material3-dark.scss +1 -0
- package/styles/split-button/_theme-variables.material3.scss +1 -0
- package/styles/split-button/_theme-variables.tailwind-dark.scss +1 -0
- package/styles/split-button/_theme-variables.tailwind.scss +1 -0
- package/styles/split-button/_theme.bds.scss +4 -0
- package/styles/split-button/_theme.bootstrap-dark.scss +4 -0
- package/styles/split-button/_theme.bootstrap.scss +4 -0
- package/styles/split-button/_theme.bootstrap4.scss +4 -0
- package/styles/split-button/_theme.bootstrap5-dark.scss +4 -0
- package/styles/split-button/_theme.bootstrap5.3.scss +4 -0
- package/styles/split-button/_theme.bootstrap5.scss +4 -0
- package/styles/split-button/_theme.fabric-dark.scss +4 -0
- package/styles/split-button/_theme.fabric.scss +4 -0
- package/styles/split-button/_theme.fluent-dark.scss +4 -0
- package/styles/split-button/_theme.fluent.scss +4 -0
- package/styles/split-button/_theme.fluent2.scss +4 -0
- package/styles/split-button/_theme.highcontrast-light.scss +4 -0
- package/styles/split-button/_theme.highcontrast.scss +4 -0
- package/styles/split-button/_theme.material-dark.scss +4 -0
- package/styles/split-button/_theme.material.scss +4 -0
- package/styles/split-button/_theme.material3-dark.scss +4 -0
- package/styles/split-button/_theme.material3.scss +4 -0
- package/styles/split-button/_theme.scss +1 -1
- package/styles/split-button/_theme.tailwind-dark.scss +4 -0
- package/styles/split-button/_theme.tailwind.scss +4 -0
- package/styles/split-button/_theme.tailwind3.scss +4 -0
- package/styles/split-button/bds.css +324 -0
- package/styles/split-button/bds.scss +2 -2
- package/styles/split-button/bootstrap-dark.scss +2 -2
- package/styles/split-button/bootstrap.scss +2 -2
- package/styles/split-button/bootstrap4.scss +2 -2
- package/styles/split-button/bootstrap5-dark.scss +2 -2
- package/styles/split-button/bootstrap5.3.css +252 -0
- package/styles/split-button/bootstrap5.3.scss +2 -2
- package/styles/split-button/bootstrap5.scss +2 -2
- package/styles/split-button/fabric-dark.scss +2 -2
- package/styles/split-button/fabric.scss +2 -2
- package/styles/split-button/fluent-dark.scss +2 -2
- package/styles/split-button/fluent.scss +2 -2
- package/styles/split-button/fluent2.css +258 -0
- package/styles/split-button/fluent2.scss +2 -2
- package/styles/split-button/highcontrast-light.scss +2 -2
- package/styles/split-button/highcontrast.scss +2 -2
- package/styles/split-button/material-dark.scss +2 -2
- package/styles/split-button/material.scss +2 -2
- package/styles/split-button/material3-dark.css +246 -0
- package/styles/split-button/material3-dark.scss +2 -2
- package/styles/split-button/material3.css +252 -0
- package/styles/split-button/material3.scss +2 -2
- package/styles/split-button/tailwind-dark.scss +2 -2
- package/styles/split-button/tailwind.scss +2 -2
- package/styles/split-button/tailwind3.css +222 -0
- package/styles/split-button/tailwind3.scss +2 -2
- package/styles/tailwind-dark-lite.scss +4 -4
- package/styles/tailwind-dark.scss +8 -8
- package/styles/tailwind-lite.scss +4 -4
- package/styles/tailwind.scss +8 -8
- package/styles/tailwind3-lite.css +592 -0
- package/styles/tailwind3-lite.scss +4 -4
- package/styles/tailwind3.css +888 -0
- package/styles/tailwind3.scss +8 -8
- /package/styles/button-group/{_theme-variables.scss → _theme-variables.tailwind3.scss} +0 -0
- /package/styles/drop-down-button/{_theme-variables.scss → _theme-variables.tailwind3.scss} +0 -0
- /package/styles/progress-button/{_theme-variables.scss → _theme-variables.tailwind3.scss} +0 -0
- /package/styles/split-button/{_theme-variables.scss → _theme-variables.tailwind3.scss} +0 -0
package/styles/bds.css
CHANGED
|
@@ -109,6 +109,114 @@
|
|
|
109
109
|
content: "\e729";
|
|
110
110
|
}
|
|
111
111
|
|
|
112
|
+
|
|
113
|
+
|
|
114
|
+
|
|
115
|
+
|
|
116
|
+
/* stylelint-disable */
|
|
117
|
+
.e-btn.e-primary:focus {
|
|
118
|
+
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
119
|
+
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
.e-btn.e-success:focus {
|
|
123
|
+
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(23, 177, 105, 0.24) !important;
|
|
124
|
+
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(23, 177, 105, 0.24) !important;
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
.e-btn.e-info:focus {
|
|
128
|
+
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
129
|
+
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
.e-btn.e-warning:focus {
|
|
133
|
+
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(247, 143, 8, 0.24) !important;
|
|
134
|
+
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(247, 143, 8, 0.24) !important;
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
.e-btn.e-danger:focus {
|
|
138
|
+
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(240, 68, 55, 0.24) !important;
|
|
139
|
+
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(240, 68, 55, 0.24) !important;
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
.e-btn.e-outline.e-info {
|
|
143
|
+
background: transparent !important;
|
|
144
|
+
border-color: var(--color-sf-utility-info-border-color) !important;
|
|
145
|
+
color: var(--color-sf-utility-info-text) !important;
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
.e-btn.e-outline.e-info:hover {
|
|
149
|
+
background: var(--color-sf-utility-info-bg-color-hover) !important;
|
|
150
|
+
border-color: var(--color-sf-utility-info-border-color) !important;
|
|
151
|
+
color: var(--color-sf-utility-info-text-hover) !important;
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
.e-btn.e-outline.e-info:active {
|
|
155
|
+
background: var(--color-sf-utility-info-bg-color-pressed) !important;
|
|
156
|
+
border-color: var(--color-sf-utility-info-border-color) !important;
|
|
157
|
+
color: var(--color-sf-utility-info-text-hover) !important;
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
.e-btn.e-flat.e-info {
|
|
161
|
+
color: var(--color-sf-utility-info-text) !important;
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
.e-bigger .e-btn,
|
|
165
|
+
.e-bigger .e-btn,
|
|
166
|
+
.e-bigger .e-css.e-btn,
|
|
167
|
+
.e-bigger.e-css.e-btn {
|
|
168
|
+
font-size: 14px;
|
|
169
|
+
line-height: 1.572em;
|
|
170
|
+
padding: 8px 15px;
|
|
171
|
+
border-radius: 8px !important;
|
|
172
|
+
font-weight: 600;
|
|
173
|
+
}
|
|
174
|
+
|
|
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
|
+
|
|
112
220
|
.e-dropdown-btn,
|
|
113
221
|
.e-dropdown-btn.e-btn {
|
|
114
222
|
-webkit-box-shadow: none;
|
|
@@ -272,6 +380,114 @@
|
|
|
272
380
|
display: block !important; /* stylelint-disable-line declaration-no-important */
|
|
273
381
|
}
|
|
274
382
|
|
|
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
|
+
|
|
275
491
|
.e-dropdown-popup {
|
|
276
492
|
background: var(--color-sf-bg-primary-alt);
|
|
277
493
|
color: var(--color-sf-utility-secondary-text-color);
|
|
@@ -305,24 +521,132 @@
|
|
|
305
521
|
border-bottom-color: var(--color-sf-border-secondary);
|
|
306
522
|
}
|
|
307
523
|
|
|
308
|
-
.e-dropdown-btn.e-inherit,
|
|
309
|
-
.e-dropdown-btn.e-btn.e-inherit {
|
|
310
|
-
background: inherit;
|
|
311
|
-
border-color: transparent;
|
|
312
|
-
-webkit-box-shadow: none;
|
|
313
|
-
box-shadow: none;
|
|
314
|
-
color: inherit;
|
|
524
|
+
.e-dropdown-btn.e-inherit,
|
|
525
|
+
.e-dropdown-btn.e-btn.e-inherit {
|
|
526
|
+
background: inherit;
|
|
527
|
+
border-color: transparent;
|
|
528
|
+
-webkit-box-shadow: none;
|
|
529
|
+
box-shadow: none;
|
|
530
|
+
color: inherit;
|
|
531
|
+
}
|
|
532
|
+
.e-dropdown-btn.e-inherit:hover, .e-dropdown-btn.e-inherit:focus, .e-dropdown-btn.e-inherit:active, .e-dropdown-btn.e-inherit.e-active,
|
|
533
|
+
.e-dropdown-btn.e-btn.e-inherit:hover,
|
|
534
|
+
.e-dropdown-btn.e-btn.e-inherit:focus,
|
|
535
|
+
.e-dropdown-btn.e-btn.e-inherit:active,
|
|
536
|
+
.e-dropdown-btn.e-btn.e-inherit.e-active {
|
|
537
|
+
background: rgba(0, 0, 0, 0.056);
|
|
538
|
+
border-color: transparent;
|
|
539
|
+
-webkit-box-shadow: none;
|
|
540
|
+
box-shadow: none;
|
|
541
|
+
color: inherit;
|
|
542
|
+
}
|
|
543
|
+
|
|
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;
|
|
557
|
+
}
|
|
558
|
+
|
|
559
|
+
.e-btn.e-info:focus {
|
|
560
|
+
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
561
|
+
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
562
|
+
}
|
|
563
|
+
|
|
564
|
+
.e-btn.e-warning:focus {
|
|
565
|
+
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(247, 143, 8, 0.24) !important;
|
|
566
|
+
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(247, 143, 8, 0.24) !important;
|
|
567
|
+
}
|
|
568
|
+
|
|
569
|
+
.e-btn.e-danger:focus {
|
|
570
|
+
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(240, 68, 55, 0.24) !important;
|
|
571
|
+
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(240, 68, 55, 0.24) !important;
|
|
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;
|
|
315
646
|
}
|
|
316
|
-
|
|
317
|
-
.e-dropdown-
|
|
318
|
-
|
|
319
|
-
.e-dropdown-btn.e-btn.e-inherit:active,
|
|
320
|
-
.e-dropdown-btn.e-btn.e-inherit.e-active {
|
|
321
|
-
background: rgba(0, 0, 0, 0.056);
|
|
322
|
-
border-color: transparent;
|
|
323
|
-
-webkit-box-shadow: none;
|
|
324
|
-
box-shadow: none;
|
|
325
|
-
color: inherit;
|
|
647
|
+
|
|
648
|
+
.e-dropdown-popup ul .e-item.e-url {
|
|
649
|
+
padding: 0;
|
|
326
650
|
}
|
|
327
651
|
|
|
328
652
|
.e-bigger .e-dropdown-btn .e-btn-icon,
|
|
@@ -388,6 +712,114 @@
|
|
|
388
712
|
line-height: normal;
|
|
389
713
|
}
|
|
390
714
|
|
|
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
|
+
|
|
391
823
|
.e-split-btn-wrapper {
|
|
392
824
|
display: -webkit-inline-box;
|
|
393
825
|
display: -ms-inline-flexbox;
|
|
@@ -550,14 +982,122 @@
|
|
|
550
982
|
.e-split-btn-wrapper.e-vertical .e-dropdown-btn .e-icon-bottom {
|
|
551
983
|
padding-top: 0;
|
|
552
984
|
}
|
|
553
|
-
.e-split-btn-wrapper.e-vertical.e-rtl .e-split-btn {
|
|
554
|
-
border-bottom-right-radius: 0;
|
|
555
|
-
border-top-left-radius: 8px;
|
|
556
|
-
margin-left: 0;
|
|
985
|
+
.e-split-btn-wrapper.e-vertical.e-rtl .e-split-btn {
|
|
986
|
+
border-bottom-right-radius: 0;
|
|
987
|
+
border-top-left-radius: 8px;
|
|
988
|
+
margin-left: 0;
|
|
989
|
+
}
|
|
990
|
+
.e-split-btn-wrapper.e-vertical.e-rtl .e-dropdown-btn {
|
|
991
|
+
border-bottom-right-radius: 8px;
|
|
992
|
+
border-top-left-radius: 0;
|
|
993
|
+
}
|
|
994
|
+
|
|
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;
|
|
557
1097
|
}
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
1098
|
+
|
|
1099
|
+
.e-dropdown-popup ul .e-item.e-url {
|
|
1100
|
+
padding: 0;
|
|
561
1101
|
}
|
|
562
1102
|
|
|
563
1103
|
.e-split-btn-wrapper .e-split-btn {
|
|
@@ -658,6 +1198,114 @@
|
|
|
658
1198
|
border-color: transparent;
|
|
659
1199
|
}
|
|
660
1200
|
|
|
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
|
+
|
|
661
1309
|
.e-bigger .e-split-btn-wrapper .e-split-btn,
|
|
662
1310
|
.e-bigger.e-split-btn-wrapper .e-split-btn {
|
|
663
1311
|
padding-left: 12px;
|
|
@@ -735,6 +1383,69 @@
|
|
|
735
1383
|
padding-top: 0;
|
|
736
1384
|
}
|
|
737
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;
|
|
1420
|
+
}
|
|
1421
|
+
|
|
1422
|
+
.e-btn.e-outline.e-info:hover {
|
|
1423
|
+
background: var(--color-sf-utility-info-bg-color-hover) !important;
|
|
1424
|
+
border-color: var(--color-sf-utility-info-border-color) !important;
|
|
1425
|
+
color: var(--color-sf-utility-info-text-hover) !important;
|
|
1426
|
+
}
|
|
1427
|
+
|
|
1428
|
+
.e-btn.e-outline.e-info:active {
|
|
1429
|
+
background: var(--color-sf-utility-info-bg-color-pressed) !important;
|
|
1430
|
+
border-color: var(--color-sf-utility-info-border-color) !important;
|
|
1431
|
+
color: var(--color-sf-utility-info-text-hover) !important;
|
|
1432
|
+
}
|
|
1433
|
+
|
|
1434
|
+
.e-btn.e-flat.e-info {
|
|
1435
|
+
color: var(--color-sf-utility-info-text) !important;
|
|
1436
|
+
}
|
|
1437
|
+
|
|
1438
|
+
.e-bigger .e-btn,
|
|
1439
|
+
.e-bigger .e-btn,
|
|
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;
|
|
1447
|
+
}
|
|
1448
|
+
|
|
738
1449
|
/* stylelint-disable */
|
|
739
1450
|
*.e-btn-group,
|
|
740
1451
|
*.e-css.e-btn-group {
|
|
@@ -970,6 +1681,69 @@
|
|
|
970
1681
|
border-top-right-radius: 0;
|
|
971
1682
|
}
|
|
972
1683
|
|
|
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
|
+
|
|
973
1747
|
/* stylelint-disable */
|
|
974
1748
|
.e-btn-group:not(.e-outline),
|
|
975
1749
|
.e-css.e-btn-group:not(.e-outline) {
|
|
@@ -1527,6 +2301,69 @@
|
|
|
1527
2301
|
border-color: #b32218;
|
|
1528
2302
|
outline-color: inherit;
|
|
1529
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
|
+
|
|
1530
2367
|
.e-bigger .e-btn-group .e-btn-icon,
|
|
1531
2368
|
.e-bigger.e-btn-group .e-btn-icon,
|
|
1532
2369
|
.e-bigger .e-css.e-btn-group .e-btn-icon,
|
|
@@ -1575,6 +2412,69 @@
|
|
|
1575
2412
|
transform: rotate(360deg);
|
|
1576
2413
|
}
|
|
1577
2414
|
}
|
|
2415
|
+
|
|
2416
|
+
|
|
2417
|
+
|
|
2418
|
+
|
|
2419
|
+
/* stylelint-disable */
|
|
2420
|
+
.e-btn.e-primary:focus {
|
|
2421
|
+
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
2422
|
+
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
2423
|
+
}
|
|
2424
|
+
|
|
2425
|
+
.e-btn.e-success:focus {
|
|
2426
|
+
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(23, 177, 105, 0.24) !important;
|
|
2427
|
+
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(23, 177, 105, 0.24) !important;
|
|
2428
|
+
}
|
|
2429
|
+
|
|
2430
|
+
.e-btn.e-info:focus {
|
|
2431
|
+
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
2432
|
+
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
2433
|
+
}
|
|
2434
|
+
|
|
2435
|
+
.e-btn.e-warning:focus {
|
|
2436
|
+
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(247, 143, 8, 0.24) !important;
|
|
2437
|
+
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(247, 143, 8, 0.24) !important;
|
|
2438
|
+
}
|
|
2439
|
+
|
|
2440
|
+
.e-btn.e-danger:focus {
|
|
2441
|
+
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(240, 68, 55, 0.24) !important;
|
|
2442
|
+
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(240, 68, 55, 0.24) !important;
|
|
2443
|
+
}
|
|
2444
|
+
|
|
2445
|
+
.e-btn.e-outline.e-info {
|
|
2446
|
+
background: transparent !important;
|
|
2447
|
+
border-color: var(--color-sf-utility-info-border-color) !important;
|
|
2448
|
+
color: var(--color-sf-utility-info-text) !important;
|
|
2449
|
+
}
|
|
2450
|
+
|
|
2451
|
+
.e-btn.e-outline.e-info:hover {
|
|
2452
|
+
background: var(--color-sf-utility-info-bg-color-hover) !important;
|
|
2453
|
+
border-color: var(--color-sf-utility-info-border-color) !important;
|
|
2454
|
+
color: var(--color-sf-utility-info-text-hover) !important;
|
|
2455
|
+
}
|
|
2456
|
+
|
|
2457
|
+
.e-btn.e-outline.e-info:active {
|
|
2458
|
+
background: var(--color-sf-utility-info-bg-color-pressed) !important;
|
|
2459
|
+
border-color: var(--color-sf-utility-info-border-color) !important;
|
|
2460
|
+
color: var(--color-sf-utility-info-text-hover) !important;
|
|
2461
|
+
}
|
|
2462
|
+
|
|
2463
|
+
.e-btn.e-flat.e-info {
|
|
2464
|
+
color: var(--color-sf-utility-info-text) !important;
|
|
2465
|
+
}
|
|
2466
|
+
|
|
2467
|
+
.e-bigger .e-btn,
|
|
2468
|
+
.e-bigger .e-btn,
|
|
2469
|
+
.e-bigger .e-css.e-btn,
|
|
2470
|
+
.e-bigger.e-css.e-btn {
|
|
2471
|
+
font-size: 14px;
|
|
2472
|
+
line-height: 1.572em;
|
|
2473
|
+
padding: 8px 15px;
|
|
2474
|
+
border-radius: 8px !important;
|
|
2475
|
+
font-weight: 600;
|
|
2476
|
+
}
|
|
2477
|
+
|
|
1578
2478
|
.e-progress-btn {
|
|
1579
2479
|
position: relative;
|
|
1580
2480
|
}
|
|
@@ -1874,6 +2774,69 @@
|
|
|
1874
2774
|
}
|
|
1875
2775
|
}
|
|
1876
2776
|
|
|
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
|
+
|
|
1877
2840
|
/*! Progress Button Theme */
|
|
1878
2841
|
.e-progress-btn .e-spinner-pane .e-spinner-inner svg {
|
|
1879
2842
|
fill: var(--color-sf-utility-secondary-text-color);
|
|
@@ -2082,6 +3045,69 @@
|
|
|
2082
3045
|
stroke: var(--color-sf-utility-secondary-text-color);
|
|
2083
3046
|
}
|
|
2084
3047
|
|
|
3048
|
+
|
|
3049
|
+
|
|
3050
|
+
|
|
3051
|
+
|
|
3052
|
+
/* stylelint-disable */
|
|
3053
|
+
.e-btn.e-primary:focus {
|
|
3054
|
+
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
3055
|
+
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
3056
|
+
}
|
|
3057
|
+
|
|
3058
|
+
.e-btn.e-success:focus {
|
|
3059
|
+
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(23, 177, 105, 0.24) !important;
|
|
3060
|
+
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(23, 177, 105, 0.24) !important;
|
|
3061
|
+
}
|
|
3062
|
+
|
|
3063
|
+
.e-btn.e-info:focus {
|
|
3064
|
+
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
3065
|
+
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
3066
|
+
}
|
|
3067
|
+
|
|
3068
|
+
.e-btn.e-warning:focus {
|
|
3069
|
+
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(247, 143, 8, 0.24) !important;
|
|
3070
|
+
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(247, 143, 8, 0.24) !important;
|
|
3071
|
+
}
|
|
3072
|
+
|
|
3073
|
+
.e-btn.e-danger:focus {
|
|
3074
|
+
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(240, 68, 55, 0.24) !important;
|
|
3075
|
+
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(240, 68, 55, 0.24) !important;
|
|
3076
|
+
}
|
|
3077
|
+
|
|
3078
|
+
.e-btn.e-outline.e-info {
|
|
3079
|
+
background: transparent !important;
|
|
3080
|
+
border-color: var(--color-sf-utility-info-border-color) !important;
|
|
3081
|
+
color: var(--color-sf-utility-info-text) !important;
|
|
3082
|
+
}
|
|
3083
|
+
|
|
3084
|
+
.e-btn.e-outline.e-info:hover {
|
|
3085
|
+
background: var(--color-sf-utility-info-bg-color-hover) !important;
|
|
3086
|
+
border-color: var(--color-sf-utility-info-border-color) !important;
|
|
3087
|
+
color: var(--color-sf-utility-info-text-hover) !important;
|
|
3088
|
+
}
|
|
3089
|
+
|
|
3090
|
+
.e-btn.e-outline.e-info:active {
|
|
3091
|
+
background: var(--color-sf-utility-info-bg-color-pressed) !important;
|
|
3092
|
+
border-color: var(--color-sf-utility-info-border-color) !important;
|
|
3093
|
+
color: var(--color-sf-utility-info-text-hover) !important;
|
|
3094
|
+
}
|
|
3095
|
+
|
|
3096
|
+
.e-btn.e-flat.e-info {
|
|
3097
|
+
color: var(--color-sf-utility-info-text) !important;
|
|
3098
|
+
}
|
|
3099
|
+
|
|
3100
|
+
.e-bigger .e-btn,
|
|
3101
|
+
.e-bigger .e-btn,
|
|
3102
|
+
.e-bigger .e-css.e-btn,
|
|
3103
|
+
.e-bigger.e-css.e-btn {
|
|
3104
|
+
font-size: 14px;
|
|
3105
|
+
line-height: 1.572em;
|
|
3106
|
+
padding: 8px 15px;
|
|
3107
|
+
border-radius: 8px !important;
|
|
3108
|
+
font-weight: 600;
|
|
3109
|
+
}
|
|
3110
|
+
|
|
2085
3111
|
*.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-left:not(.e-round) .e-spinner,
|
|
2086
3112
|
*.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-left:not(.e-round) .e-spinner {
|
|
2087
3113
|
padding-right: 14px;
|