13 lines
258 B
Plaintext
13 lines
258 B
Plaintext
|
/**
|
||
|
* The following styles get applied inside the editor only.
|
||
|
*
|
||
|
* Replace them with your own styles or remove the file completely.
|
||
|
*/
|
||
|
|
||
|
.wp-block-{{namespace}}-{{slug}} {
|
||
|
font-size: 32px;
|
||
|
padding: 25px;
|
||
|
background: yellow;
|
||
|
border: 1px solid black;
|
||
|
}
|