mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 17:32:36 +00:00
Tokens for MeterGroup
This commit is contained in:
parent
38767fd466
commit
cbf9ceb15d
3 changed files with 49 additions and 23 deletions
|
@ -1,5 +1,20 @@
|
|||
export default {
|
||||
root: {
|
||||
borderRadius: '{content.border.radius}',
|
||||
gap: '1rem'
|
||||
},
|
||||
meters: {
|
||||
background: '{content.border.color}'
|
||||
background: '{content.border.color}',
|
||||
size: '0.625rem'
|
||||
},
|
||||
label: {
|
||||
gap: '0.5rem'
|
||||
},
|
||||
labelMarker: {
|
||||
size: '0.5rem'
|
||||
},
|
||||
labelList: {
|
||||
verticalGap: '0.5rem',
|
||||
horizontalGap: '1rem'
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue