mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 09:22:34 +00:00
Add 'Lara' theme
This commit is contained in:
parent
30fa452525
commit
06850f3ed5
177 changed files with 3386 additions and 7 deletions
16
components/lib/themes/lara/steps/index.js
Normal file
16
components/lib/themes/lara/steps/index.js
Normal file
|
@ -0,0 +1,16 @@
|
|||
export default {
|
||||
separator: {
|
||||
background: '{content.border.color}'
|
||||
},
|
||||
itemLabel: {
|
||||
color: '{text.color}',
|
||||
activeColor: '{primary.color}'
|
||||
},
|
||||
itemNumber: {
|
||||
background: '{content.background}',
|
||||
activeBackground: '{content.background}',
|
||||
borderColor: '{content.border.color}',
|
||||
color: '{text.muted.color}',
|
||||
activeColor: '{primary.color}'
|
||||
}
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue