Make activity panel badges margin consistent (https://github.com/woocommerce/woocommerce-admin/pull/8152)
* Make activity panel badges margin consistent * Add changelog
This commit is contained in:
parent
512a4fac7a
commit
cedb47d2b0
|
@ -0,0 +1,4 @@
|
|||
Significance: minor
|
||||
Type: Tweak
|
||||
|
||||
Make activity panel badges margin consistent. #8152
|
|
@ -59,6 +59,10 @@
|
|||
margin-bottom: $gap-large;
|
||||
}
|
||||
|
||||
.components-text + .woocommerce-badge {
|
||||
margin-left: 16px;
|
||||
}
|
||||
|
||||
@include breakpoint( '<782px' ) {
|
||||
width: 100%;
|
||||
position: inherit;
|
||||
|
|
|
@ -36,12 +36,6 @@
|
|||
transition: opacity 500ms, transform 500ms, max-height 500ms;
|
||||
}
|
||||
|
||||
.wooocommerce-inbox-card__header {
|
||||
.woocommerce-badge {
|
||||
margin-left: 16px;
|
||||
}
|
||||
}
|
||||
|
||||
.woocommerce-inbox-dismiss-all-modal {
|
||||
width: 565px;
|
||||
max-width: 100%;
|
||||
|
|
|
@ -23,10 +23,6 @@
|
|||
.woocommerce-task-card {
|
||||
.wooocommerce-task-card__header {
|
||||
display: flex;
|
||||
|
||||
.woocommerce-badge {
|
||||
margin-left: 16px;
|
||||
}
|
||||
}
|
||||
|
||||
.woocommerce-list__item-text {
|
||||
|
|
Loading…
Reference in New Issue