mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 01:12:37 +00:00
New transition duration token for components
This commit is contained in:
parent
3be93fd584
commit
8b46ae3bd0
204 changed files with 464 additions and 221 deletions
|
@ -2,7 +2,8 @@ export default {
|
|||
root: {
|
||||
width: '25rem',
|
||||
borderRadius: '{content.border.radius}',
|
||||
borderWidth: '0 0 0 6px'
|
||||
borderWidth: '0 0 0 6px',
|
||||
transitionDuration: '{transition.duration}'
|
||||
},
|
||||
icon: {
|
||||
size: '1.125rem'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue