Fix margin around onboarding inputs (https://github.com/woocommerce/woocommerce-admin/pull/2611)
* Fix margin on inputs inside onboarding cards * Update default margin around muriel componets to match wc-admin grid
This commit is contained in:
parent
fbbd8cfaee
commit
489712a752
|
@ -38,6 +38,16 @@
|
|||
}
|
||||
}
|
||||
|
||||
.woocommerce-card__body {
|
||||
> div:first-of-type > .components-base-control {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
> div:last-of-type > .components-base-control {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.woocommerce-stepper .woocommerce-stepper__step {
|
||||
.woocommerce-stepper__step-label {
|
||||
color: $muriel-gray-800;
|
||||
|
@ -135,6 +145,10 @@
|
|||
}
|
||||
|
||||
/* Muriel style overrides */
|
||||
.muriel-component {
|
||||
margin-top: $gap;
|
||||
margin-bottom: $gap;
|
||||
}
|
||||
.muriel-input-text {
|
||||
&.empty {
|
||||
.components-base-control__label {
|
||||
|
|
Loading…
Reference in New Issue