Skip to content

Instantly share code, notes, and snippets.

@richtabor
Created July 26, 2021 21:11
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
.is-style-bottom-left img {
background: var(--wp--preset--color--primary);
padding-right: var(--wp--custom--image--style--padding);
padding-top: var(--wp--custom--image--style--padding);
}
.is-style-bottom-right img {
background: var(--wp--preset--color--primary);
padding-left: var(--wp--custom--image--style--padding);
padding-top: var(--wp--custom--image--style--padding);
}
.is-style-center img {
background: var(--wp--preset--color--primary);
padding-left: var(--wp--custom--image--style--padding);
padding-top: var(--wp--custom--image--style--padding);
padding-right: var(--wp--custom--image--style--padding);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment