97 lines
1.7 KiB
CSS
97 lines
1.7 KiB
CSS
.monsterinsights-wooedd-upsell-left {
|
|
width: 50%;
|
|
display: table-cell;
|
|
float: left;
|
|
}
|
|
|
|
.monsterinsights-wooedd-upsell-right {
|
|
width: 50%;
|
|
display: table-cell;
|
|
float: left;
|
|
}
|
|
|
|
.monsterinsights-wooedd-upsell-image {
|
|
width: 100%;
|
|
height: auto;
|
|
padding: 20px;
|
|
}
|
|
|
|
.monsterinsights-wooedd-upsell-image-small {
|
|
display: none;
|
|
}
|
|
|
|
.monsterinsights-wooedd-upsell-row {
|
|
display: table;
|
|
}
|
|
|
|
.monsterinsights-wooedd-upsell-left p {
|
|
margin: 1em 0;
|
|
font-size: 16px;
|
|
}
|
|
|
|
@media (max-width: 900px) {
|
|
.monsterinsights-wooedd-upsell-left {
|
|
width: 100%;
|
|
}
|
|
|
|
.monsterinsights-wooedd-upsell-right {
|
|
display: none;
|
|
}
|
|
|
|
.monsterinsights-wooedd-upsell-image-small {
|
|
display: block;
|
|
}
|
|
|
|
.monsterinsights-wooedd-upsell-image-large {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
#wpadminbar .monsterinsights-menu-notification-indicator,
|
|
.monsterinsights-menu-notification-indicator {
|
|
min-width: 8px;
|
|
height: 18px;
|
|
border-radius: 9px;
|
|
background: #ca4a1f;
|
|
display: inline-block;
|
|
margin-left: 8px;
|
|
font-size: 11px;
|
|
font-weight: 400;
|
|
color: #fff;
|
|
text-align: center;
|
|
line-height: 1.6;
|
|
padding: 0 5px;
|
|
}
|
|
|
|
#adminmenu .monsterinsights-menu-notification-indicator.update-plugins {
|
|
margin-left: 8px;
|
|
}
|
|
|
|
@media (max-width: 782px) {
|
|
#wpadminbar .monsterinsights-menu-notification-indicator {
|
|
margin: 0 0 10px -13px;
|
|
z-index: 10;
|
|
position: relative;
|
|
}
|
|
}
|
|
|
|
.monsterinsights-submenu-highlight {
|
|
background: #1da867;
|
|
}
|
|
|
|
.monsterinsights-submenu-highlight a span {
|
|
color: #fff;
|
|
font-weight: 600;
|
|
}
|
|
|
|
.monsterinsights-menu-new-indicator{
|
|
color:#f18200;
|
|
vertical-align:super;
|
|
font-size:9px
|
|
}
|
|
|
|
.monsterinsights-sidebar-label--tight,
|
|
.monsterinsights-sidebar-label--tight + .monsterinsights-menu-new-indicator {
|
|
flex: 1;
|
|
}
|