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'
|
'woocommerce-admin'
|
||||||
) }
|
) }
|
||||||
</H>
|
</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.",
|
"We'd love to know if you are just getting started or you already have a business in place.",
|
||||||
'woocommerce-admin'
|
'woocommerce-admin'
|
||||||
) }
|
) }
|
||||||
</p>
|
</H>
|
||||||
<Card>
|
<Card>
|
||||||
<Fragment>
|
<Fragment>
|
||||||
<SelectControl
|
<SelectControl
|
||||||
|
|
|
@ -180,9 +180,9 @@ class Industry extends Component {
|
||||||
'woocommerce-admin'
|
'woocommerce-admin'
|
||||||
) }
|
) }
|
||||||
</H>
|
</H>
|
||||||
<p className="woocommerce-profile-wizard__intro-paragraph">
|
<H className="woocommerce-profile-wizard__header-subtitle">
|
||||||
{ __( 'Choose any that apply' ) }
|
{ __( 'Choose any that apply' ) }
|
||||||
</p>
|
</H>
|
||||||
<Card>
|
<Card>
|
||||||
<div className="woocommerce-profile-wizard__checkbox-group">
|
<div className="woocommerce-profile-wizard__checkbox-group">
|
||||||
{ filteredIndustryKeys.map( ( slug ) => {
|
{ filteredIndustryKeys.map( ( slug ) => {
|
||||||
|
|
|
@ -157,7 +157,9 @@ class ProductTypes extends Component {
|
||||||
'woocommerce-admin'
|
'woocommerce-admin'
|
||||||
) }
|
) }
|
||||||
</H>
|
</H>
|
||||||
<p>{ __( 'Choose any that apply' ) }</p>
|
<H className="woocommerce-profile-wizard__header-subtitle">
|
||||||
|
{ __( 'Choose any that apply' ) }
|
||||||
|
</H>
|
||||||
|
|
||||||
<Card>
|
<Card>
|
||||||
<div className="woocommerce-profile-wizard__checkbox-group">
|
<div className="woocommerce-profile-wizard__checkbox-group">
|
||||||
|
|
Loading…
Reference in New Issue