Correct CSS to show notifcation count
This commit is contained in:
parent
4a5d0c3ec3
commit
b898cd5a98
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -21,6 +21,19 @@
|
|||
|
||||
.wc_addons_wrap {
|
||||
|
||||
.update-plugins .update-count {
|
||||
background-color: #d54e21;
|
||||
border-radius: 10px;
|
||||
color: #fff;
|
||||
display: inline-block;
|
||||
font-size: 9px;
|
||||
font-weight: 600;
|
||||
line-height: 17px;
|
||||
margin: 1px 0 0 2px;
|
||||
padding: 0 6px;
|
||||
vertical-align: text-top;
|
||||
}
|
||||
|
||||
.addons-featured {
|
||||
max-width: 1140px;
|
||||
margin: -1%;
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -25,25 +25,11 @@ $color_button_secondary: $woo_pink2;
|
|||
/*------------------------------------------------------------------------------
|
||||
Tab navigation
|
||||
------------------------------------------------------------------------------*/
|
||||
|
||||
.wc-helper {
|
||||
.nav-tab-wrapper {
|
||||
margin-bottom: 22px;
|
||||
}
|
||||
|
||||
.update-count {
|
||||
background-color: #d54e21;
|
||||
border-radius: 10px;
|
||||
color: #fff;
|
||||
display: inline-block;
|
||||
font-size: 9px;
|
||||
font-weight: 600;
|
||||
line-height: 17px;
|
||||
margin: 1px 0 0 2px;
|
||||
padding: 0 6px;
|
||||
vertical-align: text-top;
|
||||
}
|
||||
|
||||
@media only screen and (max-width : 784px) {
|
||||
.nav-tab {
|
||||
max-width: 40%;
|
||||
|
|
Loading…
Reference in New Issue