2018-05-14 13:41:30 +00:00
|
|
|
/** @format */
|
|
|
|
|
2018-06-01 14:35:18 +00:00
|
|
|
.woocommerce-header {
|
2018-05-14 13:41:30 +00:00
|
|
|
background: $white;
|
2018-05-10 18:35:55 +00:00
|
|
|
display: flex;
|
2018-05-18 17:31:08 +00:00
|
|
|
justify-content: space-between;
|
2018-05-10 18:35:55 +00:00
|
|
|
flex-direction: row;
|
|
|
|
align-items: center;
|
|
|
|
box-sizing: border-box;
|
2018-05-14 13:41:30 +00:00
|
|
|
background: $white;
|
|
|
|
border-bottom: 1px solid $gray;
|
2018-05-10 18:35:55 +00:00
|
|
|
|
2018-06-20 15:10:06 +00:00
|
|
|
.woocommerce-header__breadcrumbs {
|
2018-05-10 18:35:55 +00:00
|
|
|
font-size: 13px;
|
|
|
|
|
|
|
|
span {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
span + span::before {
|
|
|
|
content: ' / ';
|
2018-05-14 13:41:30 +00:00
|
|
|
color: $gray-text;
|
|
|
|
margin: 0 2px 0 6px;
|
2018-05-10 18:35:55 +00:00
|
|
|
}
|
|
|
|
}
|
2018-05-14 13:41:30 +00:00
|
|
|
}
|
2018-06-04 14:25:41 +00:00
|
|
|
|
|
|
|
.woocommerce-header__buttons {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
align-items: center;
|
|
|
|
}
|