mirror of
https://github.com/10h30/display-featured-image-genesis.git
synced 2026-06-05 15:08:20 +09:00
22 lines
333 B
SCSS
22 lines
333 B
SCSS
div[class^="wp-block-displayfeaturedimagegenesis"] {
|
|
overflow: auto;
|
|
|
|
&:before {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
content: ' ';
|
|
background-color: rgba(255, 255, 255, 0);
|
|
}
|
|
}
|
|
|
|
.displayfeaturedimagegenesis-placeholder {
|
|
text-align: center;
|
|
background: #eee;
|
|
color: #111;
|
|
padding: 18px;
|
|
}
|
|
|