mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
Card shadow
This commit is contained in:
parent
33b83f22e6
commit
19cad8f924
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ export default {
|
|||
background: '{content.background}',
|
||||
borderRadius: '{border.radius.sm}',
|
||||
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: {
|
||||
padding: '1.25rem',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue