Fix onboarding profiler layout and notices (https://github.com/woocommerce/woocommerce-admin/pull/2218)
* Hide nags in notices in profiler * Center content layout for profiler wizard
This commit is contained in:
parent
d226b80cd4
commit
ffed0e8ab2
|
@ -30,10 +30,20 @@
|
|||
}
|
||||
}
|
||||
|
||||
.woocommerce-layout .woocommerce-layout__main {
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
/* Hide wp-admin and WooCommerce elements when viewing the profile wizard*/
|
||||
#adminmenumain,
|
||||
#wpadminbar,
|
||||
.woocommerce-layout__header {
|
||||
.woocommerce-layout__header,
|
||||
.update-nag,
|
||||
.woocommerce-store-alerts,
|
||||
.woocommerce-message,
|
||||
.notice,
|
||||
.error,
|
||||
.updated {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue