mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-11 01:42:34 +00:00
Fixed #5729 - Small size dbadge
This commit is contained in:
parent
4455d6ec59
commit
97081aa039
4 changed files with 59 additions and 37 deletions
|
@ -10,15 +10,20 @@ export default {
|
|||
dot: {
|
||||
size: '0.5rem'
|
||||
},
|
||||
sm: {
|
||||
fontSize: '0.625rem',
|
||||
minWidth: '1.25rem',
|
||||
height: '1.25rem'
|
||||
},
|
||||
lg: {
|
||||
fontSize: '1.125rem',
|
||||
minWidth: '2.25rem',
|
||||
height: '2.25rem'
|
||||
fontSize: '0.875rem',
|
||||
minWidth: '1.75rem',
|
||||
height: '1.75rem'
|
||||
},
|
||||
xl: {
|
||||
fontSize: '1.5rem',
|
||||
minWidth: '3rem',
|
||||
height: '3rem'
|
||||
fontSize: '1rem',
|
||||
minWidth: '2rem',
|
||||
height: '2rem'
|
||||
},
|
||||
colorScheme: {
|
||||
light: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue