mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 17:32:36 +00:00
Added 'Nora' theme
This commit is contained in:
parent
6689f54106
commit
b76590c81a
265 changed files with 5587 additions and 8 deletions
23
components/lib/themes/nora/breadcrumb/index.js
Normal file
23
components/lib/themes/nora/breadcrumb/index.js
Normal file
|
@ -0,0 +1,23 @@
|
|||
export default {
|
||||
root: {
|
||||
padding: '1rem',
|
||||
background: '{content.background}',
|
||||
gap: '0.5rem'
|
||||
},
|
||||
item: {
|
||||
color: '{text.muted.color}',
|
||||
hoverColor: '{text.color}',
|
||||
iconColor: '{navigation.item.icon.color}',
|
||||
borderRadius: '{content.border.radius}',
|
||||
focusRing: {
|
||||
width: '{focus.ring.width}',
|
||||
style: '{focus.ring.style}',
|
||||
color: '{focus.ring.color}',
|
||||
offset: '{focus.ring.offset}',
|
||||
shadow: '{focus.ring.shadow}'
|
||||
}
|
||||
},
|
||||
separator: {
|
||||
color: '{navigation.item.icon.color}'
|
||||
}
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue