Files @ c8218bb9d0ea
Branch filter:

Location: symposion_app/static/src/scss/nav.scss - annotation

James Polley
Correct variable name to reflect what it's naming

IT's not the container name, it's the image name. Fix the name to be
less confusing.
$navbar-dark-active-color: $secondary;
$navbar-dark-color: $secondary;

.navbar-nav-svg {
    display: inline-block;
    height: 1.4rem;
}

.navbar-nav-dark {
    display: inline-block;
    height: 1.4rem;
}


.navbar-brand > img {
    height: 2.75rem;
    padding-left: $padding-left-default;
    min-height: 101px;
    margin-top: 3rem;
}

nav.navbar {
    margin-bottom: 9rem;
}