woocommerce/plugins/woocommerce-admin/client/navigation/components/container/style.scss

25 lines
410 B
SCSS

.woocommerce-navigation {
h2 {
color: inherit; // This should be handled at component level.
}
.components-navigation {
height: 100%;
box-sizing: border-box;
}
.components-navigation__menu {
display: flex;
flex-direction: column;
height: 100%;
}
.components-navigation__group:nth-of-type(2) {
margin-top: auto;
}
.woocommerce-navigation__back-to-dashboard {
margin-top: 24px;
}
}