-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add shadow support for column, columns and image (#57982)
This PR adds box shadow support to the following blocks: - Columns - Cover - Group - Image Issue: #57103 * Add shadow support for image block * add shadow support for columns block * add shadow support for individual column block * add shadow support to cover block * fix issue where global shadow isn't applied * revert additional shadow styling for column and columns blocks * fix image block and skip serialization * revert changes related to group block --------- Co-authored-by: vcanales <[email protected]> Co-authored-by: madhusudhand <[email protected]> Co-authored-by: dianeco <[email protected]>
- Loading branch information
1 parent
331532c
commit a10d303
Showing
7 changed files
with
19 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,6 +37,7 @@ | |
"text": true | ||
} | ||
}, | ||
"shadow": true, | ||
"spacing": { | ||
"blockGap": true, | ||
"padding": true, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters