We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c221b3f commit 97897f9Copy full SHA for 97897f9
src/block-components/image/edit.js
@@ -42,15 +42,15 @@ import { useBlockEditContext } from '@wordpress/block-editor'
42
// Note: image drop shadows do not accept negative spread.
43
export const IMAGE_SHADOWS = [
44
'none',
45
- '0px 0 1px rgba(120, 120, 120, 0.5)',
46
- '0px 0 2px rgba(120, 120, 120, 0.5)',
47
- '0px 5px 10px rgba(153, 153, 153, 0.35)',
48
- '0px 2px 20px rgba(153, 153, 153, 0.2)',
49
- '25px 10px 30px rgba(18, 63, 82, 0.3)',
50
- '0px 10px 30px rgba(0, 0, 0, 0.1)',
51
- '7px 5px 30px rgba(72, 73, 121, 0.15)',
52
- '0px 10px 60px rgba(0, 0, 0, 0.1)',
53
- '70px 60px 60px rgba(72, 73, 121, 0.2) ',
+ '0px 0 1px #78787880',
+ '0px 0 2px #78787880',
+ '0px 5px 10px #99999959',
+ '0px 2px 20px #99999933',
+ '25px 10px 30px #123f524c',
+ '0px 10px 30px #0000001a',
+ '7px 5px 30px #48497926',
+ '0px 10px 60px #0000001a',
+ '70px 60px 60px #48497933 ',
54
]
55
56
const Controls = props => {
src/block-components/separator/edit.js
@@ -31,16 +31,16 @@ import { getAttributeNameFunc } from '~stackable/util'
31
32
const SEPARATOR_SHADOWS = [
33
34
35
36
'2px 4px 6px #000', // This is a dark shadow similar to the shadow we used by default in v2.
37
38
39
40
- '0px 10px 30px rgba(0, 0, 0, 0.05)',
41
- '70px 130px -60px rgba(72, 73, 121, 0.38) ',
+ '0px 10px 30px #0000000d',
+ '70px 130px -60px #48497961 ',
const SeparatorControls = props => {
0 commit comments