mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Add 'Lara' theme
This commit is contained in:
parent
30fa452525
commit
06850f3ed5
177 changed files with 3386 additions and 7 deletions
14
components/lib/themes/lara/fileupload/index.js
Normal file
14
components/lib/themes/lara/fileupload/index.js
Normal file
|
@ -0,0 +1,14 @@
|
|||
export default {
|
||||
root: {
|
||||
background: '{content.background}',
|
||||
borderColor: '{content.border.color}',
|
||||
color: '{content.color}'
|
||||
},
|
||||
content: {
|
||||
highlightBackground: '{highlight.background}',
|
||||
highlightBorderColor: '{highlight.color}'
|
||||
},
|
||||
file: {
|
||||
borderColor: '{content.border.color}'
|
||||
}
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue