Add block editor styling

This commit is contained in:
Robin Cornett
2019-06-24 09:53:15 -04:00
parent 1aa3728e0d
commit 97e3f84a12
3 changed files with 15 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
div[class^="wp-block-displayfeaturedimagegenesis"] {
&:before {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
content: ' ';
background-color: rgba(255, 255, 255, 0);
}
}