Added 'Nora' theme

This commit is contained in:
Mert Sincan 2024-05-13 15:15:43 +01:00
parent 6689f54106
commit b76590c81a
265 changed files with 5587 additions and 8 deletions

View 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)'
}
};