style.scss
30 lines
| 1 | /** |
| 2 | * #.# Styles |
| 3 | * |
| 4 | * CSS for both Frontend+Backend. |
| 5 | */ |
| 6 | |
| 7 | |
| 8 | .pdfobject-container { |
| 9 | height: 600px; |
| 10 | width:600px; |
| 11 | margin: 0 auto; |
| 12 | } |
| 13 | |
| 14 | .embedpress-el-powered { |
| 15 | text-align: center; |
| 16 | margin-top: 0 !important; |
| 17 | font-size: 16px !important; |
| 18 | font-weight: 700; |
| 19 | } |
| 20 | .embedpress-embed-document iframe , |
| 21 | [data-type="embedpress/document"]="embedpress/document""] iframe{ |
| 22 | margin: 0 auto; |
| 23 | display: block; |
| 24 | } |
| 25 | .embedpress-document-editmode .components-form-file-upload { |
| 26 | display: none !important; |
| 27 | } |
| 28 | |
| 29 | |
| 30 |