mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 09:22:34 +00:00
Add 'Lara' theme
This commit is contained in:
parent
30fa452525
commit
06850f3ed5
177 changed files with 3386 additions and 7 deletions
23
components/lib/themes/lara/radiobutton/index.js
Normal file
23
components/lib/themes/lara/radiobutton/index.js
Normal file
|
@ -0,0 +1,23 @@
|
|||
export default {
|
||||
root: {
|
||||
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.75rem',
|
||||
checkedColor: '{primary.inverse.color}',
|
||||
checkedHoverColor: '{primary.inverse.color}',
|
||||
disabledColor: '{form.field.disabled.color}'
|
||||
}
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue