block-style.css
19 lines
| 1 | .components-base-control.epgc-sidebar-row { |
| 2 | margin-bottom:6px !important; |
| 3 | } |
| 4 | |
| 5 | .has-error textarea { |
| 6 | background-color: red; |
| 7 | color: white; |
| 8 | } |
| 9 | |
| 10 | .epgc-fullcalendarconfigarea textarea { |
| 11 | font-family: monospace; |
| 12 | } |
| 13 | |
| 14 | .epgc-copy-link { |
| 15 | font-size: initial; |
| 16 | margin-top: -16px; |
| 17 | text-align: right; |
| 18 | } |
| 19 |