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
33
components/lib/themes/nora/steps/index.js
Normal file
33
components/lib/themes/nora/steps/index.js
Normal file
|
@ -0,0 +1,33 @@
|
|||
export default {
|
||||
separator: {
|
||||
background: '{content.border.color}'
|
||||
},
|
||||
itemLink: {
|
||||
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}'
|
||||
},
|
||||
gap: '0.5rem'
|
||||
},
|
||||
itemLabel: {
|
||||
color: '{text.muted.color}',
|
||||
activeColor: '{primary.color}',
|
||||
fontWeight: '500'
|
||||
},
|
||||
itemNumber: {
|
||||
background: '{content.background}',
|
||||
activeBackground: '{content.background}',
|
||||
borderColor: '{content.border.color}',
|
||||
color: '{text.muted.color}',
|
||||
activeColor: '{primary.color}',
|
||||
size: '2rem',
|
||||
fontSize: '1.143rem',
|
||||
fontWeight: '500',
|
||||
borderRadius: '50%',
|
||||
shadow: '0px 0.5px 0px 0px rgba(0, 0, 0, 0.06), 0px 1px 1px 0px rgba(0, 0, 0, 0.12)'
|
||||
}
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue