Inventory: fixes / layout (#11948)

Co-authored-by: Sabe Jones <sabrecat@gmail.com>
This commit is contained in:
negue
2020-10-19 23:54:51 +02:00
committed by GitHub
parent d62930b9da
commit bad3f82dfb
48 changed files with 1612 additions and 431 deletions

View File

@@ -11,18 +11,22 @@
background: $gray-600;
box-shadow: 0 1px 2px 0 rgba($black, 0.2);
z-index: 9;
height: 3rem;
}
.nav-link {
font-size: 16px;
line-height: 1.5;
padding: 16px 24px;
font-size: 14px;
font-weight: bold;
line-height: 1.71;
text-align: center;
padding: 0.75rem;
color: $gray-50;
&.active {
color: $purple-200;
box-shadow: 0px -4px 0px $purple-300 inset;
color: $purple-300;
box-shadow: 0px -0.25rem 0px $purple-300 inset;
}
&:hover {