Added unread notes counter styles (https://github.com/woocommerce/woocommerce-admin/pull/4690)
This commit adds the styles to unread notes counter. Co-authored-by: Fernando Marichal <contacto@fernandomarichal.com>
This commit is contained in:
parent
96f06a28ec
commit
d1862b725c
|
@ -35,5 +35,16 @@
|
|||
font-size: 20px;
|
||||
line-height: 28px;
|
||||
font-weight: 400;
|
||||
span {
|
||||
margin-left: $gap-small / 2;
|
||||
background: $core-grey-dark-600;
|
||||
border-radius: 13px;
|
||||
color: $core-grey-light-200;
|
||||
display: inline-block;
|
||||
text-align: center;
|
||||
width: 27px;
|
||||
font-size: 16px;
|
||||
vertical-align: top;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue