mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-11 09:52:35 +00:00
Fixed #5667 - Remove base option from theme config
This commit is contained in:
parent
6d688ef675
commit
0979dde96d
438 changed files with 10872 additions and 11957 deletions
25
components/lib/themes/aura/checkbox/index.js
Normal file
25
components/lib/themes/aura/checkbox/index.js
Normal file
|
@ -0,0 +1,25 @@
|
|||
export default {
|
||||
root: {
|
||||
borderRadius: '{rounded.sm}',
|
||||
width: '1.25rem',
|
||||
height: '1.25rem',
|
||||
background: '{form.field.background}',
|
||||
checkedBackground: '{primary.color}',
|
||||
checkedHoverBackground: '{primary.hover.color}',
|
||||
disabledBackground: '{form.field.disabled.background}',
|
||||
filledBackground: '{form.field.filled.background}',
|
||||
borderColor: '{form.field.border.color}',
|
||||
hoverBorderColor: '{form.field.hover.border.color}',
|
||||
checkedBorderColor: '{primary.color}',
|
||||
checkedHoverBorderColor: '{primary.hover.color}',
|
||||
invalidBorderColor: '{form.field.invalid.border.color}',
|
||||
boxShadow: '{form.field.box.shadow}'
|
||||
},
|
||||
icon: {
|
||||
size: '0.875rem',
|
||||
color: '{form.field.color}',
|
||||
checkedColor: '{primary.inverse.color}',
|
||||
checkedHoverColor: '{primary.inverse.color}',
|
||||
disabledColor: '{form.field.disabled.color}'
|
||||
}
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue