1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
| /**
| * Directory List Block Editor Styles
| */
| .jvb-summary-preview {
| padding: 20px;
| background-color: #f8f9fa;
| border: 1px solid #e2e4e7;
| border-radius: 4px;
|
| h3 {
| margin-top: 0;
| padding-bottom: 10px;
| border-bottom: 1px solid #ff0080;
| }
| &-note {
| font-style: italic;
| color: #555d66;
| margin-bottom: 0;
| }
| }
|
|