mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Form components for Nora
This commit is contained in:
parent
99daeaab78
commit
83ec2a8b3e
13 changed files with 54 additions and 80 deletions
|
@ -2,6 +2,7 @@ export default {
|
|||
root: {
|
||||
color: '{form.field.float.label.color}',
|
||||
focusColor: '{form.field.float.label.focus.color}',
|
||||
invalidColor: '{form.field.float.label.invalid.color}'
|
||||
invalidColor: '{form.field.float.label.invalid.color}',
|
||||
transitionDuration: '0.2s'
|
||||
}
|
||||
};
|
||||
|
|
|
@ -14,9 +14,8 @@ export default {
|
|||
background: '{primary.color}',
|
||||
hoverBackground: '{primary.color}',
|
||||
content: {
|
||||
background: '{content.background}',
|
||||
hoverBackground: '{primary.color}',
|
||||
borderRadius: '50%',
|
||||
hoverBackground: '{primary.color}',
|
||||
width: '12px',
|
||||
height: '12px',
|
||||
shadow: 'none'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue