mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-02 07:43:11 +03:00
Adjusted drop shadow of Portal trigger button
no refs. - update Portal trigger button's drop shadow so that it stands out a bit more from the background
This commit is contained in:
parent
e1c99346c7
commit
e0103647e6
@ -33,7 +33,8 @@ const Styles = ({brandColor, hasText}) => {
|
||||
width: '500px',
|
||||
maxWidth: '500px',
|
||||
height: '60px',
|
||||
boxShadow: '0 3.2px 3.6px rgba(0, 0, 0, 0.024), 0 8.8px 10px rgba(0, 0, 0, 0.035), 0 21.1px 24.1px rgba(0, 0, 0, 0.046), 0 70px 80px rgba(0, 0, 0, 0.07)',
|
||||
// boxShadow: '0 3.2px 3.6px rgba(0, 0, 0, 0.024), 0 8.8px 10px rgba(0, 0, 0, 0.035), 0 21.1px 24.1px rgba(0, 0, 0, 0.046), 0 70px 80px rgba(0, 0, 0, 0.07)',
|
||||
boxShadow: 'rgba(0, 0, 0, 0.24) 0px 6px 16px -3px',
|
||||
borderRadius: '999px',
|
||||
animation: '250ms ease 0s 1 normal none running animation-bhegco',
|
||||
transition: 'opacity 0.3s ease 0s',
|
||||
|
Loading…
Reference in New Issue
Block a user