Activity Panels: Fix notification indicator css. (https://github.com/woocommerce/woocommerce-admin/pull/2662)

This commit is contained in:
Timmy Crawford 2019-07-17 08:08:21 -07:00 committed by GitHub
parent d62e3baed5
commit 2a75bcefe6
1 changed files with 1 additions and 3 deletions

View File

@ -99,18 +99,16 @@
height: 4px;
display: inline-block;
border-radius: 50%;
top: 10px;
top: 8px;
left: 50%;
@include breakpoint( '782px-960px' ) {
top: 8px;
right: 18px;
left: initial;
margin-left: 0;
}
@include breakpoint( '>960px' ) {
top: 16px;
right: 28px;
left: initial;
margin-left: 0;