Activity Panels: Fix notification indicator css. (https://github.com/woocommerce/woocommerce-admin/pull/2662)
This commit is contained in:
parent
d62e3baed5
commit
2a75bcefe6
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue