mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 01:12:37 +00:00
Tokens for Stepper
This commit is contained in:
parent
51d7871594
commit
bf1f8b1017
3 changed files with 125 additions and 37 deletions
|
@ -1,21 +1,63 @@
|
|||
export default {
|
||||
separator: {
|
||||
background: '{content.border.color}',
|
||||
activeBackground: '{primary.color}'
|
||||
activeBackground: '{primary.color}',
|
||||
orientation: {
|
||||
vertical: {
|
||||
margin: '0 0 0 1.625rem'
|
||||
}
|
||||
},
|
||||
size: '2px'
|
||||
},
|
||||
item: {
|
||||
padding: '0.5rem',
|
||||
gap: '1rem'
|
||||
},
|
||||
itemHeader: {
|
||||
padding: '0',
|
||||
borderRadius: '{content.border.radius}',
|
||||
focusRing: {
|
||||
width: '{focus.ring.width}',
|
||||
style: '{focus.ring.style}',
|
||||
color: '{focus.ring.color}',
|
||||
offset: '{focus.ring.offset}',
|
||||
shadow: '{focus.ring.shadow}'
|
||||
},
|
||||
gap: '0.5rem'
|
||||
},
|
||||
itemTitle: {
|
||||
color: '{text.color}',
|
||||
activeColor: '{primary.color}'
|
||||
color: '{text.muted.color}',
|
||||
activeColor: '{primary.color}',
|
||||
fontWeight: '500'
|
||||
},
|
||||
itemNumber: {
|
||||
background: '{content.background}',
|
||||
activeBackground: '{content.background}',
|
||||
borderColor: '{content.border.color}',
|
||||
color: '{text.muted.color}',
|
||||
activeColor: '{primary.color}'
|
||||
activeColor: '{primary.color}',
|
||||
size: '2rem',
|
||||
fontSize: '1.143rem',
|
||||
fontWeight: '500',
|
||||
borderRadius: '50%',
|
||||
shadow: '0px 0.5px 0px 0px rgba(0, 0, 0, 0.06), 0px 1px 1px 0px rgba(0, 0, 0, 0.12)'
|
||||
},
|
||||
verticalPanelContainer: {
|
||||
paddingLeft: '1rem'
|
||||
},
|
||||
panelContent: {
|
||||
background: '{content.background}',
|
||||
color: '{content.color}'
|
||||
color: '{content.color}',
|
||||
orientation: {
|
||||
horizontal: {
|
||||
padding: '0.875rem 0.5rem 1.125rem 0.5rem'
|
||||
},
|
||||
vertical: {
|
||||
padding: '0 0 0 1rem',
|
||||
last: {
|
||||
padding: '0 0 0 3rem'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue