mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 01:12:37 +00:00
Cosmetics on Nora preset
This commit is contained in:
parent
83ec2a8b3e
commit
8281a63f40
19 changed files with 117 additions and 131 deletions
|
@ -1,6 +1,6 @@
|
|||
export default {
|
||||
root: {
|
||||
gap: '0.5rem'
|
||||
gap: '0'
|
||||
},
|
||||
panel: {
|
||||
background: '{content.background}',
|
||||
|
@ -8,13 +8,13 @@ export default {
|
|||
borderWidth: '1px',
|
||||
color: '{content.color}',
|
||||
padding: '0.25rem 0.25rem',
|
||||
borderRadius: '{content.border.radius}',
|
||||
borderRadius: '0',
|
||||
first: {
|
||||
borderWidth: '1px',
|
||||
borderWidth: '1px 1px 0 1px',
|
||||
topBorderRadius: '{content.border.radius}'
|
||||
},
|
||||
last: {
|
||||
borderWidth: '1px',
|
||||
borderWidth: '0 1px 1px 1px',
|
||||
bottomBorderRadius: '{content.border.radius}'
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue