File size: 286 Bytes
1e92f2d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
.wp-block-a8c-editor-notes {
border: 2px solid var(--studio-gray-40);
position: relative;
padding: 32px 6px 6px;
background-color: #c0e7ff;
.is-selected {
padding-top: 6px;
}
}
.editor-notes__editor-indicator {
position: absolute;
top: 0;
left: 8px;
font-style: italic;
}
|