Sha256: 063c735cd957d62e62d11bb64968444ff2eafdafbdc73f24d7a86b8b6771106d

Contents?: true

Size: 1.39 KB

Versions: 11

Compression:

Stored size: 1.39 KB

Contents

@mixin highlighted-navigation($color) {
  a, span {
    color: $color;
    opacity: 0.8;
    transition: opacity 200ms ease-in-out;

    &:hover {
      opacity: 1;
    }
  }
}

.Vlt-sidenav {
  flex: 0 0 300px;
  width: 300px;
}

.Vlt-sidemenu--flat {
  .Vlt-sidemenu__link {
    padding: 4px 10px;
  }

  li {
    a {
      font-weight: 900;
    }

    li {
      a {
        font-weight: 600;
      }

      li {
        a {
          font-weight: 400;
        }
      }
    }
  }
}

.Vlt-sidemenu__title + ul > li {
  margin-left: 0 !important;
}

@media #{$M-plus} {
  .Vlt-sidenav {
    height: calc(100vh - 150px);
  }
}

.navigation--documentation {
  .navigation-item--api-reference a {
    color: $purple;
  }

  .navigation-item--ncco-reference a {
    color: $orange;

    .navigation-item--ncco-reference a {
      color: $orange;
    }
  }
}

#Vlt-sidenav-mobile-trigger {
  display: inline-block;

  svg {
    height: 24px;
    width: 24px;
    fill: #131415;
  }

  @media #{$M-plus} {
    display: none;
  }
}

.Nxd-tutorial {
  border-right: 1px solid silver;
}

.Nxd-tutorial-sidenav {
  background: $white;

  a {
    color: black;
  }
  padding: 0px;

  li li {
    margin-left: 10px !important;
  }
}

.Nxd-sidenav {
  @media #{$M-plus} {
    margin-top: 150px;
  }
}

.Nxd-sidenav-badge {
  position: absolute;
  top: 14px;
  right: 35px;
  z-index: 1;
}

li.navigation-item {
  position: relative;
}

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
station-0.0.119 lib/nexmo_developer/app/webpacker/stylesheets/objects/_navigation.scss
station-0.0.118 lib/nexmo_developer/app/webpacker/stylesheets/objects/_navigation.scss
station-0.0.115 lib/nexmo_developer/app/webpacker/stylesheets/objects/_navigation.scss
station-0.0.114 lib/nexmo_developer/app/webpacker/stylesheets/objects/_navigation.scss
station-0.0.113 lib/nexmo_developer/app/webpacker/stylesheets/objects/_navigation.scss
station-0.0.112 lib/nexmo_developer/app/webpacker/stylesheets/objects/_navigation.scss
station-0.0.111 lib/nexmo_developer/app/webpacker/stylesheets/objects/_navigation.scss
station-0.0.110 lib/nexmo_developer/app/webpacker/stylesheets/objects/_navigation.scss
station-0.0.109 lib/nexmo_developer/app/webpacker/stylesheets/objects/_navigation.scss
station-0.0.108 lib/nexmo_developer/app/webpacker/stylesheets/objects/_navigation.scss
station-0.0.107 lib/nexmo_developer/app/webpacker/stylesheets/objects/_navigation.scss