woocommerce/plugins/woocommerce-admin/client/layout/sidebar/style.scss

23 lines
411 B
SCSS
Raw Normal View History

/** @format */
.woocommerce-layout__sidebar-header {
display: flex;
flex-direction: row;
align-items: center;
.woocommerce-layout__sidebar-header-label {
flex-grow: 0;
text-transform: uppercase;
margin-right: 8px;
2018-05-21 00:12:40 +00:00
color: $gray-text;
font-weight: 500;
font-size: 1.1em;
}
.woocommerce-layout__sidebar-header-divider {
flex-grow: 1;
height: 1px;
2018-05-21 00:12:40 +00:00
background-color: $gray-darken-40;
}
}