Card shadow

pull/5756/head
Cagatay Civici 2024-05-15 00:06:51 +03:00
parent 33b83f22e6
commit 19cad8f924
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ export default {
background: '{content.background}', background: '{content.background}',
borderRadius: '{border.radius.sm}', borderRadius: '{border.radius.sm}',
color: '{content.color}', color: '{content.color}',
shadow: '0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1)' shadow: '0 1px 4px 0 rgba(0, 0, 0, 0.1)'
}, },
body: { body: {
padding: '1.25rem', padding: '1.25rem',