Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions src/block-components/image/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@ export const IMAGE_SHADOWS = [
'none',
'0px 0 1px #78787880',
'0px 0 2px #78787880',
'0px 5px 10px #99999959',
'0px 5px 10px #9999995a',
'0px 2px 20px #99999933',
'25px 10px 30px #123f524c',
'25px 10px 30px #123f524d',
'0px 10px 30px #0000001a',
'7px 5px 30px #48497926',
'7px 5px 30px #48497927',
'0px 10px 60px #0000001a',
'70px 60px 60px #48497933 ',
'70px 60px 60px #48497933',
]

const Controls = props => {
Expand Down
8 changes: 4 additions & 4 deletions src/block-components/separator/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ const SEPARATOR_SHADOWS = [
'0px 0 1px #78787880',
'0px 0 2px #78787880',
'2px 4px 6px #000', // This is a dark shadow similar to the shadow we used by default in v2.
'0px 5px 10px #99999959',
'0px 5px 10px #9999995a',
'0px 2px 20px #99999933',
'25px 10px 30px #123f524c',
'25px 10px 30px #123f524d',
'0px 10px 30px #0000000d',
'7px 5px 30px #48497926',
'7px 5px 30px #48497927',
'0px 10px 60px #0000001a',
'70px 130px -60px #48497961 ',
'70px 130px -60px #48497961',
]

const SeparatorControls = props => {
Expand Down
6 changes: 3 additions & 3 deletions src/block-components/typography/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ const TYPOGRAPHY_SHADOWS = [
'2px 4px 5px #00000066',
'0px 0px 5px #00000066',
'4px 4px 0px #000000ff',
'0px 15px 14px #123f524c',
'25px 10px 14px #123f524c',
'25px 10px 30px #123f524c',
'0px 15px 14px #123f524d',
'25px 10px 14px #123f524d',
'25px 10px 30px #123f524d',
'0px 0px 40px #123f5299',
'0px 0px 62px #47494fff',
'0px 0px 100px #47494fff',
Expand Down
6 changes: 3 additions & 3 deletions src/components/shadow-control/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ export const getShadows = () => {
'0 0 0 2px #7878781a',
'0 5px 5px 0 #123f5209',
'0px 2px 20px #99999933',
'0 5px 30px -10px #123f524c',
'0 5px 30px -10px #123f524d',
'0px 10px 30px #0000000d',
'7px 5px 30px #48497926',
'7px 5px 30px #48497927',
'0px 10px 60px #0000001a',
'0px 70px 90px -20px #4849794c',
'0px 70px 90px -20px #4849794d',
] )
}

Expand Down
Loading