Onboarding: Change margins on industry intro paragraph. (https://github.com/woocommerce/woocommerce-admin/pull/2621)
This commit is contained in:
parent
6fafac4f97
commit
6ebd83927a
|
@ -68,7 +68,9 @@ class Industry extends Component {
|
|||
<H className="woocommerce-profile-wizard__header-title">
|
||||
{ __( 'In which industry does the store operate?', 'woocommerce-admin' ) }
|
||||
</H>
|
||||
<p>{ __( 'Choose any that apply' ) }</p>
|
||||
<p className="woocommerce-profile-wizard__intro-paragraph">
|
||||
{ __( 'Choose any that apply' ) }
|
||||
</p>
|
||||
<Card className="woocommerce-profile-wizard__industry-card">
|
||||
<div className="woocommerce-profile-wizard__checkbox-group">
|
||||
{ Object.keys( industries ).map( slug => {
|
||||
|
|
|
@ -104,6 +104,11 @@
|
|||
margin-bottom: $gap;
|
||||
}
|
||||
|
||||
.woocommerce-profile-wizard__intro-paragraph {
|
||||
margin-top: 5px;
|
||||
margin-bottom: 18px;
|
||||
}
|
||||
|
||||
.woocommerce-profile-wizard__container {
|
||||
margin-top: $gap-larger;
|
||||
margin-left: auto;
|
||||
|
|
Loading…
Reference in New Issue