vendor
7 years ago
admin-notices.css
4 years ago
admin.css
3 years ago
el-icon.css
3 years ago
embedpress-elementor.css
2 years ago
embedpress.css
2 years ago
font.css
7 years ago
index.html
7 years ago
plyr.css
3 years ago
preview.css
6 years ago
admin-notices.css
128 lines
| 1 | #wpnotice-embedpress-optin { |
| 2 | display: block !important; |
| 3 | } |
| 4 | |
| 5 | .wpnotice-content-wrapper > p { |
| 6 | margin-top: 0px; |
| 7 | margin-bottom: 0px; |
| 8 | } |
| 9 | |
| 10 | #wpnotice-embedpress-freedom30 .wpnotice-thumbnail-wrapper { |
| 11 | padding: 10px 0px 10px 0px !important; |
| 12 | } |
| 13 | |
| 14 | .wpnotice-thumbnail-wrapper img { |
| 15 | display: block; |
| 16 | } |
| 17 | |
| 18 | .button.button-primary.btn-embedpress { |
| 19 | background-color: #5B4E96; |
| 20 | } |
| 21 | |
| 22 | .btn-embedpress:focus { |
| 23 | outline: none; |
| 24 | box-shadow: none; |
| 25 | } |
| 26 | |
| 27 | |
| 28 | .notice-embedpress-review { |
| 29 | padding: 10px; |
| 30 | background-color: #fff; |
| 31 | border-radius: 3px; |
| 32 | margin: 15px; |
| 33 | display: -webkit-box; |
| 34 | display: -ms-flexbox; |
| 35 | display: flex; |
| 36 | -webkit-box-align: center; |
| 37 | -ms-flex-align: center; |
| 38 | align-items: center; |
| 39 | } |
| 40 | .notice-embedpress-review:after { |
| 41 | content: ""; |
| 42 | display: table; |
| 43 | clear: both; |
| 44 | } |
| 45 | .wpdeveloper-update-notice{ |
| 46 | margin-top: 20px; |
| 47 | } |
| 48 | .wpdeveloper-update-notice .notice-dismiss { |
| 49 | top: auto; |
| 50 | } |
| 51 | .wpdeveloper-notice-thumbnail { |
| 52 | width: 40px; |
| 53 | float: left; |
| 54 | padding: 5px 5px 5px 10px; |
| 55 | text-align: center; |
| 56 | border-right: 4px solid transparent; |
| 57 | } |
| 58 | .wpdeveloper-notice-thumbnail img { |
| 59 | width: 100%; |
| 60 | opacity: 0.85; |
| 61 | -webkit-transition: all 0.3s; |
| 62 | -o-transition: all 0.3s; |
| 63 | transition: all 0.3s; |
| 64 | } |
| 65 | .wpdeveloper-notice-thumbnail img:hover { |
| 66 | opacity: 1; |
| 67 | } |
| 68 | |
| 69 | .notice-links { |
| 70 | margin: 8px 0 0 0; |
| 71 | padding: 0; |
| 72 | } |
| 73 | .notice-links li { |
| 74 | display: inline-block; |
| 75 | margin-right: 15px; |
| 76 | } |
| 77 | .notice-links li a { |
| 78 | display: inline-block; |
| 79 | text-decoration: none; |
| 80 | position: relative; |
| 81 | } |
| 82 | |
| 83 | .wpdeveloper-notice-message { |
| 84 | padding: 10px; |
| 85 | } |
| 86 | .wpdeveloper-upsale-notice .wpdeveloper-notice-message { |
| 87 | display: -webkit-box; |
| 88 | display: -ms-flexbox; |
| 89 | display: flex; |
| 90 | -webkit-box-align: center; |
| 91 | -ms-flex-align: center; |
| 92 | align-items: center; |
| 93 | padding: 10px 0; |
| 94 | } |
| 95 | .wpdeveloper-upsale-notice .wpdeveloper-notice-message + .notice-dismiss { |
| 96 | top: 10px; |
| 97 | } |
| 98 | .wpdeveloper-upsale-notice #plugin-install-core { |
| 99 | margin-left: 10px; |
| 100 | } |
| 101 | .notice.notice-has-thumbnail { |
| 102 | padding-left: 0; |
| 103 | display: flex; |
| 104 | align-items: center; |
| 105 | } |
| 106 | .wpdeveloper-upsale-notice { |
| 107 | display: -webkit-box; |
| 108 | display: -ms-flexbox; |
| 109 | display: flex; |
| 110 | } |
| 111 | .wpdeveloper-upsale-notice .wpdeveloper-notice-thumbnail { |
| 112 | padding: 10px; |
| 113 | width: 40px; |
| 114 | } |
| 115 | .wpdeveloper-upsale-notice .wpdeveloper-notice-thumbnail img { |
| 116 | width: 32px; |
| 117 | } |
| 118 | .toplevel_page_eael-settings .wp-menu-image img { |
| 119 | max-width: 20px; |
| 120 | padding-top: 8px !important; |
| 121 | } |
| 122 | .wpdeveloper-upsale-notice .wpdeveloper-notice-message .button { |
| 123 | margin-left: 15px; |
| 124 | } |
| 125 | |
| 126 | #embedpress-settings-wrapper a.embedpress-settings-link { |
| 127 | color: #0073aa; |
| 128 | } |