mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-11 09:52:35 +00:00
Added 'Nora' theme
This commit is contained in:
parent
6689f54106
commit
b76590c81a
265 changed files with 5587 additions and 8 deletions
7
components/lib/themes/nora/splitbutton/index.js
Normal file
7
components/lib/themes/nora/splitbutton/index.js
Normal file
|
@ -0,0 +1,7 @@
|
|||
export default {
|
||||
root: {
|
||||
borderRadius: '{form.field.border.radius}',
|
||||
roundedBorderRadius: '2rem',
|
||||
raisedShadow: '0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12)'
|
||||
}
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue