Design improvements

This commit is contained in:
Samuel Štancl 2019-10-11 15:48:41 +02:00
parent a9d02e7758
commit 26b1c004f0
3 changed files with 20 additions and 11 deletions

View file

@ -193,7 +193,8 @@ module.exports = {
'2xl': '0 25px 50px -12px rgba(0, 0, 0, 0.25)',
inner: 'inset 0 2px 4px 0 rgba(0, 0, 0, 0.06)',
outline: '0 0 0 3px rgba(66, 153, 225, 0.5)',
primary: '2px 3px 10px rgba(67, 65, 144, 0.1)',
primary: '2px 2px 7px rgba(67, 65, 144, 0.2)',
card: '2px 4px 10px 3px rgba(0, 0, 0, 0.1)',
none: 'none',
},
container: {},