Center all descriptive text on OBW steps. (https://github.com/woocommerce/woocommerce-admin/pull/4902)
This commit is contained in:
parent
53031f3fae
commit
adf51fc173
|
@ -783,12 +783,12 @@ class BusinessDetails extends Component {
|
|||
'woocommerce-admin'
|
||||
) }
|
||||
</H>
|
||||
<p>
|
||||
<H className="woocommerce-profile-wizard__header-subtitle">
|
||||
{ __(
|
||||
"We'd love to know if you are just getting started or you already have a business in place.",
|
||||
'woocommerce-admin'
|
||||
) }
|
||||
</p>
|
||||
</H>
|
||||
<Card>
|
||||
<Fragment>
|
||||
<SelectControl
|
||||
|
|
|
@ -180,9 +180,9 @@ class Industry extends Component {
|
|||
'woocommerce-admin'
|
||||
) }
|
||||
</H>
|
||||
<p className="woocommerce-profile-wizard__intro-paragraph">
|
||||
<H className="woocommerce-profile-wizard__header-subtitle">
|
||||
{ __( 'Choose any that apply' ) }
|
||||
</p>
|
||||
</H>
|
||||
<Card>
|
||||
<div className="woocommerce-profile-wizard__checkbox-group">
|
||||
{ filteredIndustryKeys.map( ( slug ) => {
|
||||
|
|
|
@ -157,7 +157,9 @@ class ProductTypes extends Component {
|
|||
'woocommerce-admin'
|
||||
) }
|
||||
</H>
|
||||
<p>{ __( 'Choose any that apply' ) }</p>
|
||||
<H className="woocommerce-profile-wizard__header-subtitle">
|
||||
{ __( 'Choose any that apply' ) }
|
||||
</H>
|
||||
|
||||
<Card>
|
||||
<div className="woocommerce-profile-wizard__checkbox-group">
|
||||
|
|
Loading…
Reference in New Issue