* Fix margin on inputs inside onboarding cards

* Update default margin around muriel componets to match wc-admin grid
This commit is contained in:
Joshua T Flowers 2019-07-09 10:56:15 +08:00 committed by GitHub
parent fbbd8cfaee
commit 489712a752
1 changed files with 14 additions and 0 deletions

View File

@ -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 .woocommerce-stepper__step {
.woocommerce-stepper__step-label { .woocommerce-stepper__step-label {
color: $muriel-gray-800; color: $muriel-gray-800;
@ -135,6 +145,10 @@
} }
/* Muriel style overrides */ /* Muriel style overrides */
.muriel-component {
margin-top: $gap;
margin-bottom: $gap;
}
.muriel-input-text { .muriel-input-text {
&.empty { &.empty {
.components-base-control__label { .components-base-control__label {