mirror of
https://github.com/10h30/display-featured-image-genesis.git
synced 2026-07-11 18:46:03 +09:00
Add block editor styling
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user