Project: Dark navbar for edit project

This commit is contained in:
2018-09-19 18:21:47 +02:00
parent 5c019e8d1c
commit 6cb85b06dc
2 changed files with 14 additions and 17 deletions

View File

@@ -2,6 +2,16 @@
.navbar
box-shadow: 0 2px $color-background
.navbar-dark
@extend .bg-dark
box-shadow: 0 2px $gray-700
.nav-link, .text-muted
color: $gray-400 !important
.nav-main .nav-link
@extend .text-dark
.nav
border: none
color: $color-text-dark-secondary
@@ -223,13 +233,6 @@ $nav-secondary-bar-size: -2px
background-color: $color-background-nav
text-shadow: none
nav.navbar
.navbar-collapse
> ul > li > .navbar-item
padding: $navbar-nav-link-padding-x
height: $nav-link-height
.navbar-backdrop-container
width: 100%
height: 100%