| @@ -1,24 +1,11 @@ | ||
| 1 | 1 | /** |
| 2 | 2 | * TinyMCE and QuickTag Modals |
| 3 | 3 | */ |
| 4 | -#convertkit-modal-body #convertkit-modal-body-body { | |
| 5 | - /* Scroll inner contents so that modal height doesn't need to exceed screen resolution. */ | |
| 6 | - overflow-y: auto; | |
| 7 | -} | |
| 8 | -#convertkit-modal-body-body .notice-error { | |
| 9 | - background: #f5eeee; | |
| 10 | - border: 1px solid #c3c4c7; | |
| 11 | - border-left-width: 4px; | |
| 12 | - box-shadow: 0 1px 1px rgba(0,0,0,.04); | |
| 13 | - margin: 20px 20px 0 20px; | |
| 14 | - padding: 1px 12px; | |
| 15 | - border-left-color: #d63638; | |
| 16 | -} | |
| 17 | 4 | .convertkit-option { |
| 18 | 5 | display: grid; |
| 19 | 6 | grid-template-areas: "left right"; |
| 20 | - grid-template-columns: 150px auto; | |
| 7 | + grid-template-columns: 120px auto; | |
| 21 | 8 | grid-column-gap: 5px; |
| 22 | 9 | grid-row-gap: 5px; |
| 23 | 10 | justify-items: start; |
| 24 | 11 | text-align: left; |