mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-11 01:42:34 +00:00
Tokens for Badge
This commit is contained in:
parent
0699e77946
commit
62946a081d
3 changed files with 60 additions and 18 deletions
|
@ -1,4 +1,25 @@
|
|||
export default {
|
||||
root: {
|
||||
borderRadius: '{border.radius.md}',
|
||||
padding: '0 0.5rem',
|
||||
fontSize: '0.75rem',
|
||||
fontWeight: '700',
|
||||
minWidth: '1.5rem',
|
||||
height: '1.5rem'
|
||||
},
|
||||
dot: {
|
||||
size: '0.5rem'
|
||||
},
|
||||
lg: {
|
||||
fontSize: '1.125rem',
|
||||
minWidth: '2.25rem',
|
||||
height: '2.25rem'
|
||||
},
|
||||
xl: {
|
||||
fontSize: '1.5rem',
|
||||
minWidth: '3rem',
|
||||
height: '3rem'
|
||||
},
|
||||
colorScheme: {
|
||||
light: {
|
||||
primary: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue