mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +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/image/index.js
Normal file
14
components/lib/themes/lara/image/index.js
Normal file
|
@ -0,0 +1,14 @@
|
|||
export default {
|
||||
previewMask: {
|
||||
background: '{mask.background}',
|
||||
color: '{surface.200}'
|
||||
},
|
||||
mask: {
|
||||
background: 'rgba(0,0,0,0.9)'
|
||||
},
|
||||
action: {
|
||||
hoverBackground: 'rgba(255,255,255,0.1)',
|
||||
color: '{surface.50}',
|
||||
hoverColor: '{surface.0}'
|
||||
}
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue