Adding 24px spacing between any sibling nav groups on new navigation feature (https://github.com/woocommerce/woocommerce-admin/pull/5329)
This commit is contained in:
Joel Thiessen 2020-10-14 11:48:21 -07:00 committed by GitHub
parent 7c7a13077b
commit f1ce55041c
1 changed files with 6 additions and 2 deletions

View File

@ -14,8 +14,12 @@
height: 100%;
}
.components-navigation__group:nth-of-type(2) {
margin-top: auto;
.components-navigation__group + .components-navigation__group {
margin-top: 24px;
}
.components-navigation__item {
margin-bottom: 0;
}
.woocommerce-navigation__back-to-dashboard {