2018-05-18 17:31:08 +00:00
|
|
|
/** @format */
|
2018-06-01 14:35:18 +00:00
|
|
|
.woocommerce-layout {
|
2018-05-18 17:31:08 +00:00
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
2018-06-01 14:35:18 +00:00
|
|
|
.woocommerce-layout__primary {
|
2018-09-11 07:27:13 +00:00
|
|
|
margin: 80px 0 0 $fallback-gutter-large;
|
2018-08-08 22:11:54 +00:00
|
|
|
margin: 80px 0 0 $gutter-large;
|
2018-06-29 15:20:08 +00:00
|
|
|
|
2018-11-02 19:20:11 +00:00
|
|
|
@include breakpoint( '>960px' ) {
|
2018-06-29 15:20:08 +00:00
|
|
|
margin-top: 100px;
|
|
|
|
}
|
2019-01-17 00:09:02 +00:00
|
|
|
|
|
|
|
@include breakpoint( '<782px' ) {
|
|
|
|
margin-top: 60px;
|
|
|
|
}
|
2018-05-18 17:31:08 +00:00
|
|
|
}
|
|
|
|
|
2018-06-28 13:52:45 +00:00
|
|
|
.woocommerce-layout .woocommerce-layout__main {
|
2018-09-11 07:27:13 +00:00
|
|
|
padding-right: $fallback-gutter-large;
|
2018-08-08 22:11:54 +00:00
|
|
|
padding-right: $gutter-large;
|
2018-07-30 15:14:09 +00:00
|
|
|
max-width: 100%;
|
2018-06-14 15:16:57 +00:00
|
|
|
}
|
2019-05-13 02:58:29 +00:00
|
|
|
|
|
|
|
.woocommerce-page .update-nag {
|
|
|
|
display: none;
|
|
|
|
}
|
2019-07-22 04:53:13 +00:00
|
|
|
|
|
|
|
.woocommerce-admin-is-loading {
|
|
|
|
#adminmenumain,
|
|
|
|
#wpfooter,
|
|
|
|
#wpadminbar,
|
2019-10-30 01:49:27 +00:00
|
|
|
#wpbody-content,
|
2019-07-22 04:53:13 +00:00
|
|
|
.woocommerce-layout__header,
|
|
|
|
.update-nag,
|
|
|
|
.woocommerce-store-alerts,
|
|
|
|
.woocommerce-message,
|
|
|
|
.notice,
|
|
|
|
.error,
|
2019-11-01 04:00:57 +00:00
|
|
|
.updated,
|
|
|
|
.components-modal__screen-overlay {
|
2019-07-22 04:53:13 +00:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-admin-full-screen {
|
2019-08-29 16:07:56 +00:00
|
|
|
background: $studio-gray-0;
|
|
|
|
color: $studio-gray-60;
|
2019-07-22 04:53:13 +00:00
|
|
|
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell,
|
|
|
|
'Helvetica Neue', sans-serif;
|
|
|
|
|
|
|
|
#wpbody-content {
|
|
|
|
min-height: 100vh;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Hide wp-admin and WooCommerce elements when the dashboard body class is present */
|
|
|
|
#adminmenumain,
|
|
|
|
.woocommerce-layout__header,
|
|
|
|
.update-nag,
|
|
|
|
.woocommerce-store-alerts,
|
|
|
|
.woocommerce-message,
|
|
|
|
.notice,
|
|
|
|
.error,
|
|
|
|
.updated {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wpcontent {
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
|
|
|
}
|