2020-02-14 02:23:21 +00:00
|
|
|
|
2018-08-06 15:30:43 +00:00
|
|
|
|
|
|
|
.woocommerce-embed-page {
|
2020-06-24 20:52:03 +00:00
|
|
|
#wpbody .woocommerce-layout,
|
|
|
|
.woocommerce-layout__notice-list-hide + .wrap {
|
|
|
|
padding-top: $header-height + 10;
|
|
|
|
}
|
|
|
|
|
2018-08-06 15:30:43 +00:00
|
|
|
#wpcontent,
|
|
|
|
#wpbody-content {
|
|
|
|
overflow-x: initial !important;
|
|
|
|
}
|
|
|
|
|
2020-06-24 20:52:03 +00:00
|
|
|
#wpbody-content {
|
|
|
|
padding-top: 0;
|
|
|
|
}
|
|
|
|
|
2018-08-06 15:30:43 +00:00
|
|
|
#wpbody-content .notice {
|
|
|
|
margin-top: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wrap {
|
2020-06-24 20:52:03 +00:00
|
|
|
padding: 0 20px;
|
2019-06-13 16:07:02 +00:00
|
|
|
|
|
|
|
@include breakpoint( '<782px' ) {
|
|
|
|
p.search-box {
|
|
|
|
width: calc(100% - 40px);
|
|
|
|
}
|
|
|
|
}
|
2019-11-01 19:52:02 +00:00
|
|
|
.wrap {
|
|
|
|
padding: 0;
|
|
|
|
}
|
2018-08-06 15:30:43 +00:00
|
|
|
}
|
|
|
|
|
2019-05-23 09:29:14 +00:00
|
|
|
#woocommerce-embedded-root.is-embed-loading + #wpbody .wrap {
|
2019-07-04 15:58:08 +00:00
|
|
|
padding-top: $header-height + 40;
|
2019-05-23 09:29:14 +00:00
|
|
|
|
|
|
|
@include breakpoint( '<782px' ) {
|
2019-05-23 17:10:41 +00:00
|
|
|
padding-top: 30px;
|
2019-05-23 09:29:14 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2019-05-22 17:53:30 +00:00
|
|
|
#screen-meta,
|
|
|
|
#screen-meta-links {
|
2019-07-04 15:58:08 +00:00
|
|
|
top: $header-height;
|
2019-05-22 17:53:30 +00:00
|
|
|
}
|
|
|
|
|
2018-08-06 15:30:43 +00:00
|
|
|
#screen-meta {
|
|
|
|
border-right: 0;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
2019-05-22 17:53:30 +00:00
|
|
|
#screen-meta-links {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
2018-08-06 15:30:43 +00:00
|
|
|
.notice {
|
|
|
|
padding: 1px 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-layout__header {
|
2019-07-04 15:58:08 +00:00
|
|
|
height: $header-height;
|
2018-08-06 15:30:43 +00:00
|
|
|
&.is-scrolled {
|
|
|
|
box-shadow: 0 8px 16px 0 rgba(85, 93, 102, 0.3);
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-layout__header-breadcrumbs {
|
|
|
|
margin-top: 0;
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Hides screen meta and links when notices are open since the elements get moved around.
|
|
|
|
* The !important overwrites an inline wp-admin style.
|
|
|
|
*/
|
|
|
|
#screen-meta.is-hidden-by-notices,
|
|
|
|
#screen-meta-links.is-hidden-by-notices {
|
|
|
|
display: none !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-layout__primary {
|
|
|
|
margin: 0;
|
2019-05-23 16:39:09 +00:00
|
|
|
|
|
|
|
@include breakpoint( '<782px' ) {
|
|
|
|
padding-top: 10px;
|
|
|
|
}
|
2018-08-06 15:30:43 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
@keyframes isLoaded {
|
|
|
|
0% {
|
|
|
|
opacity: 0;
|
|
|
|
}
|
|
|
|
100% {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-layout__activity-panel-tabs {
|
|
|
|
animation: isLoaded;
|
|
|
|
animation-duration: 2000ms;
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-layout__notice-list-show {
|
|
|
|
margin-top: 10px;
|
|
|
|
margin-bottom: 16px;
|
|
|
|
|
|
|
|
@include breakpoint( '<600px' ) {
|
|
|
|
margin-top: 80px;
|
|
|
|
margin-bottom: -16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
@include breakpoint( '600px-782px' ) {
|
|
|
|
margin-top: 32px;
|
|
|
|
}
|
|
|
|
}
|
2018-12-06 22:08:40 +00:00
|
|
|
|
|
|
|
.woocommerce-layout__activity-panel-mobile-toggle {
|
|
|
|
@include breakpoint( '>782px' ) {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-activity-card__actions {
|
2020-06-10 01:55:06 +00:00
|
|
|
a.components-button:not(.is-primary) {
|
2018-12-06 22:08:40 +00:00
|
|
|
color: $gray-text;
|
|
|
|
}
|
|
|
|
}
|
2018-08-06 15:30:43 +00:00
|
|
|
}
|