[ACA-2125] Update sidenav colors and font-size (#1368)

This commit is contained in:
Baptiste Mahé
2020-03-23 13:14:25 +01:00
committed by GitHub
parent 091511d7c6
commit 0d0b228cb7
4 changed files with 49 additions and 10 deletions

View File

@@ -8,9 +8,13 @@
align-items: center;
flex: 0 0 65px;
flex-basis: 48px;
background: #fafafa;
background: #fcfcfc;
border-bottom: 1px solid var(--theme-border-color, rgba(0, 0, 0, 0.07));
padding: 0 24px;
.adf-breadcrumb-item-current {
font-size: 18.7px;
}
}
.aca-page-layout-content {