2018-06-28 13:52:45 +00:00
|
|
|
.woocommerce-layout__header {
|
2019-08-29 16:07:56 +00:00
|
|
|
background: $studio-white;
|
2018-05-10 18:35:55 +00:00
|
|
|
box-sizing: border-box;
|
2018-10-30 13:17:17 +00:00
|
|
|
padding: 0;
|
2018-06-28 13:52:45 +00:00
|
|
|
position: fixed;
|
2021-02-12 16:32:26 +00:00
|
|
|
width: calc(100% - 160px);
|
2018-12-25 04:34:24 +00:00
|
|
|
top: $adminbar-height;
|
2019-06-18 09:33:39 +00:00
|
|
|
z-index: 1001; /* on top of #wp-content-editor-tools */
|
2018-05-10 18:35:55 +00:00
|
|
|
|
2018-07-09 15:46:31 +00:00
|
|
|
&.is-scrolled {
|
2020-11-03 00:57:49 +00:00
|
|
|
box-shadow: $header-scroll-shadow;
|
2018-07-09 15:46:31 +00:00
|
|
|
}
|
|
|
|
|
2021-02-12 16:32:26 +00:00
|
|
|
.woocommerce-layout__header-wrapper {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
min-height: $header-height;
|
|
|
|
}
|
|
|
|
|
2021-03-03 00:05:08 +00:00
|
|
|
.woocommerce-layout__header-back-button {
|
|
|
|
cursor: pointer;
|
|
|
|
margin-left: $gutter-large;
|
|
|
|
display: flex;
|
|
|
|
|
|
|
|
&:focus {
|
|
|
|
box-shadow: inset -1px -1px 0 #757575, inset 1px 1px 0 #757575;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-06-29 15:20:08 +00:00
|
|
|
@include breakpoint( '<782px' ) {
|
2018-07-06 12:40:05 +00:00
|
|
|
flex-flow: row wrap;
|
2019-07-04 15:58:08 +00:00
|
|
|
top: $adminbar-height-mobile;
|
2021-02-12 16:32:26 +00:00
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
@include breakpoint( '782px-960px' ) {
|
|
|
|
width: calc(100% - 36px);
|
2018-06-29 15:20:08 +00:00
|
|
|
}
|
|
|
|
|
2020-08-27 01:46:53 +00:00
|
|
|
.woocommerce-layout__header-breadcrumbs-wrapper {
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
flex-direction: row;
|
|
|
|
}
|
|
|
|
|
2020-10-06 20:42:46 +00:00
|
|
|
.woocommerce-layout__header-heading {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
2018-09-11 07:27:13 +00:00
|
|
|
padding: 0 0 0 $fallback-gutter-large;
|
2018-08-08 22:11:54 +00:00
|
|
|
padding: 0 0 0 $gutter-large;
|
2018-07-06 12:40:05 +00:00
|
|
|
flex: 1 auto;
|
2019-07-04 15:58:08 +00:00
|
|
|
height: $header-height;
|
2019-08-29 16:07:56 +00:00
|
|
|
background: $studio-white;
|
2020-10-06 20:42:46 +00:00
|
|
|
font-weight: 600;
|
|
|
|
font-size: 14px;
|
2021-03-03 00:05:08 +00:00
|
|
|
|
|
|
|
&.with-back-button {
|
|
|
|
padding-left: $fallback-gutter;
|
|
|
|
}
|
2018-05-10 18:35:55 +00:00
|
|
|
}
|
2018-05-14 13:41:30 +00:00
|
|
|
}
|
2018-10-24 15:12:45 +00:00
|
|
|
|
2021-04-01 06:42:32 +00:00
|
|
|
.folded .woocommerce-layout__header {
|
|
|
|
width: calc(100% - 36px);
|
|
|
|
|
|
|
|
@include breakpoint( '<782px' ) {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2021-02-19 13:20:32 +00:00
|
|
|
.is-wp-toolbar-disabled .woocommerce-layout__header {
|
2020-09-29 12:57:50 +00:00
|
|
|
top: 0;
|
2021-02-19 13:20:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.has-woocommerce-navigation .woocommerce-layout__header {
|
2021-02-12 16:32:26 +00:00
|
|
|
left: 0;
|
|
|
|
width: 100%;
|
2020-09-29 12:57:50 +00:00
|
|
|
}
|
|
|
|
|
2018-10-24 15:12:45 +00:00
|
|
|
.woocommerce-page {
|
|
|
|
#contextual-help-link-wrap,
|
|
|
|
#screen-options-link-wrap {
|
|
|
|
margin-top: -1px;
|
|
|
|
}
|
|
|
|
}
|
2021-02-22 05:08:43 +00:00
|
|
|
|
|
|
|
.wp-responsive-open {
|
|
|
|
.woocommerce-layout__header {
|
|
|
|
margin-left: 2px;
|
|
|
|
}
|
|
|
|
}
|