Created
March 2, 2021 21:22
-
-
Save interplaydesign/66c9636619246b3cd694b0bbc408ce76 to your computer and use it in GitHub Desktop.
Block Customization Plugin 4 css/core-block-customizations.css
This file contains hidden or 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
| .is-style-fancy-quote { | |
| font-size: 3rem; | |
| font-style: italic; | |
| } | |
| /** | |
| * Used to style our customizations or add CSS animations | |
| */ | |
| .is-style-fancy-paragraph { | |
| font-size: 125%; | |
| font-style: italic; | |
| margin-left: -3rem; | |
| margin-right: -3rem; | |
| } | |
| .is-style-minimal-button .wp-block-button__link{ | |
| background: transparent; | |
| border: 0px; | |
| color: inherit; | |
| padding:0px; | |
| } | |
| .vector-one{ | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment