2018-08-06 15:30:43 +00:00
|
|
|
/** @format */
|
|
|
|
|
|
|
|
// Import our wp-admin reset.
|
|
|
|
@import './shared/_reset.scss';
|
|
|
|
|
2019-07-22 23:02:55 +00:00
|
|
|
// Some WooCommerce Admin page specific resets.
|
|
|
|
.woocommerce-page {
|
|
|
|
.wp-has-current-submenu::after {
|
|
|
|
right: 0;
|
|
|
|
border: 8px solid transparent;
|
|
|
|
content: ' ';
|
|
|
|
height: 0;
|
|
|
|
width: 0;
|
|
|
|
position: absolute;
|
|
|
|
pointer-events: none;
|
|
|
|
border-right-color: #f1f1f1;
|
|
|
|
top: 0;
|
|
|
|
margin-top: 10px;
|
|
|
|
|
|
|
|
@include breakpoint( '<960px' ) {
|
|
|
|
border-width: 4px;
|
|
|
|
margin-top: 14px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-08-06 15:30:43 +00:00
|
|
|
// Import any global styles.
|
|
|
|
@import './shared/_global.scss';
|
|
|
|
|
2019-09-24 15:55:39 +00:00
|
|
|
// Import the embed-specific styles.
|
|
|
|
@import './shared/_embed.scss';
|
|
|
|
|
2018-08-06 15:30:43 +00:00
|
|
|
// Import gutenberg SCSS so that we can apply our theme colors.
|
|
|
|
@import './shared/gutenberg-components.scss';
|