mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 17:32:36 +00:00
Add 'Lara' theme
This commit is contained in:
parent
30fa452525
commit
06850f3ed5
177 changed files with 3386 additions and 7 deletions
24
components/lib/themes/lara/slider/index.js
Normal file
24
components/lib/themes/lara/slider/index.js
Normal file
|
@ -0,0 +1,24 @@
|
|||
export default {
|
||||
track: {
|
||||
background: '{content.border.color}'
|
||||
},
|
||||
range: {
|
||||
background: '{primary.color}'
|
||||
},
|
||||
handle: {
|
||||
background: '{content.border.color}',
|
||||
hoverBackground: '{content.border.color}'
|
||||
},
|
||||
colorScheme: {
|
||||
light: {
|
||||
handle: {
|
||||
contentBackground: '{surface.0}'
|
||||
}
|
||||
},
|
||||
dark: {
|
||||
handle: {
|
||||
contentBackground: '{surface.950}'
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue