mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Tokens for Drawer
This commit is contained in:
parent
e7853c5f70
commit
1fe8518158
5 changed files with 66 additions and 12 deletions
|
@ -1,7 +1,19 @@
|
|||
export default {
|
||||
root: {
|
||||
background: '{content.background}',
|
||||
borderColor: '{content.border.color}',
|
||||
color: '{content.color}'
|
||||
background: '{overlay.modal.background}',
|
||||
borderColor: '{overlay.modal.border.color}',
|
||||
color: '{overlay.modal.color}',
|
||||
borderRadius: '{overlay.modal.border.radius}',
|
||||
shadow: '{overlay.modal.shadow}'
|
||||
},
|
||||
header: {
|
||||
padding: '{overlay.modal.padding}'
|
||||
},
|
||||
title: {
|
||||
fontSize: '1.25rem',
|
||||
fontWeight: '600'
|
||||
},
|
||||
content: {
|
||||
padding: '0 {overlay.modal.padding} {overlay.modal.padding} {overlay.modal.padding}'
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue