Correct CSS to show notifcation count

This commit is contained in:
Jonathan Belcher 2017-08-30 14:48:57 -04:00
parent 4a5d0c3ec3
commit b898cd5a98
6 changed files with 17 additions and 758 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -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

View File

@ -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%;