12 lines
255 B
SCSS
12 lines
255 B
SCSS
|
/**
|
||
|
* The following styles get applied both on the front of your site and in the editor.
|
||
|
*
|
||
|
* Replace them with your own styles or remove the file completely.
|
||
|
*/
|
||
|
|
||
|
.wp-block-room-vw-room-vw-hero {
|
||
|
background-color: #000;
|
||
|
color: #fff;
|
||
|
padding: 2px;
|
||
|
}
|