Last active
April 7, 2022 16:34
-
-
Save hofmannsven/896ddefc0e9f591bc7db15d531d122f6 to your computer and use it in GitHub Desktop.
WordPress block editor spacer block placeholder styles.
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
.block-editor .wp-block-spacer { | |
border: 2px dashed #cbd5e1; | |
background-color: #f1f5f9; | |
} |
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
.block-editor { | |
.wp-block-spacer { | |
@apply bg-slate-100 border-dashed border-2 border-slate-300; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment