frontend
7 months ago
images
3 years ago
admin-common.css
6 months ago
admin-common.min.css
6 months ago
admin-metabox-sitenotes.css
3 years ago
admin-metabox-sitenotes.min.css
3 years ago
admin-metabox.css
3 years ago
admin-metabox.min.css
3 years ago
admin-widget-settings.css
3 years ago
admin-widget-settings.min.css
3 years ago
frontend.css
1 year ago
frontend.min.css
1 year ago
index.php
3 years ago
admin-common.css
97 lines
| 1 | .monsterinsights-wooedd-upsell-left { |
| 2 | width: 50%; |
| 3 | display: table-cell; |
| 4 | float: left; |
| 5 | } |
| 6 | |
| 7 | .monsterinsights-wooedd-upsell-right { |
| 8 | width: 50%; |
| 9 | display: table-cell; |
| 10 | float: left; |
| 11 | } |
| 12 | |
| 13 | .monsterinsights-wooedd-upsell-image { |
| 14 | width: 100%; |
| 15 | height: auto; |
| 16 | padding: 20px; |
| 17 | } |
| 18 | |
| 19 | .monsterinsights-wooedd-upsell-image-small { |
| 20 | display: none; |
| 21 | } |
| 22 | |
| 23 | .monsterinsights-wooedd-upsell-row { |
| 24 | display: table; |
| 25 | } |
| 26 | |
| 27 | .monsterinsights-wooedd-upsell-left p { |
| 28 | margin: 1em 0; |
| 29 | font-size: 16px; |
| 30 | } |
| 31 | |
| 32 | @media (max-width: 900px) { |
| 33 | .monsterinsights-wooedd-upsell-left { |
| 34 | width: 100%; |
| 35 | } |
| 36 | |
| 37 | .monsterinsights-wooedd-upsell-right { |
| 38 | display: none; |
| 39 | } |
| 40 | |
| 41 | .monsterinsights-wooedd-upsell-image-small { |
| 42 | display: block; |
| 43 | } |
| 44 | |
| 45 | .monsterinsights-wooedd-upsell-image-large { |
| 46 | display: none; |
| 47 | } |
| 48 | } |
| 49 | |
| 50 | #wpadminbar .monsterinsights-menu-notification-indicator, |
| 51 | .monsterinsights-menu-notification-indicator { |
| 52 | min-width: 8px; |
| 53 | height: 18px; |
| 54 | border-radius: 9px; |
| 55 | background: #ca4a1f; |
| 56 | display: inline-block; |
| 57 | margin-left: 8px; |
| 58 | font-size: 11px; |
| 59 | font-weight: 400; |
| 60 | color: #fff; |
| 61 | text-align: center; |
| 62 | line-height: 1.6; |
| 63 | padding: 0 5px; |
| 64 | } |
| 65 | |
| 66 | #adminmenu .monsterinsights-menu-notification-indicator.update-plugins { |
| 67 | margin-left: 8px; |
| 68 | } |
| 69 | |
| 70 | @media (max-width: 782px) { |
| 71 | #wpadminbar .monsterinsights-menu-notification-indicator { |
| 72 | margin: 0 0 10px -13px; |
| 73 | z-index: 10; |
| 74 | position: relative; |
| 75 | } |
| 76 | } |
| 77 | |
| 78 | .monsterinsights-submenu-highlight { |
| 79 | background: #1da867; |
| 80 | } |
| 81 | |
| 82 | .monsterinsights-submenu-highlight a span { |
| 83 | color: #fff; |
| 84 | font-weight: 600; |
| 85 | } |
| 86 | |
| 87 | .monsterinsights-menu-new-indicator{ |
| 88 | color:#f18200; |
| 89 | vertical-align:super; |
| 90 | font-size:9px |
| 91 | } |
| 92 | |
| 93 | .monsterinsights-sidebar-label--tight, |
| 94 | .monsterinsights-sidebar-label--tight + .monsterinsights-menu-new-indicator { |
| 95 | flex: 1; |
| 96 | } |
| 97 |