Sha256: 24dc174686d98ba7b5e2e8afcd93d00ae4fd2bc0deae946db87ea4592600f7cf

Contents?: true

Size: 812 Bytes

Versions: 4

Compression:

Stored size: 812 Bytes

Contents

// Navbar site logo
// make sure we don't style any other instance so nest with .nav-brand
.nav-brand
  @include logo-color($env-primary)


// on mobile and within the clinician env we hide the other submenus and show the gaitq env .nav-group-link
.pwp-group, .gaitq-group
  display: none


@media screen and ( min-width: 768px )
  .pwp-group-link, .clinician-group-link
    display: flex

  .nav-group-content
    background-color: $env-primary
    border-top: 1px solid rgb(118, 133, 164)

  .clinician-group
    display: flex
    align-items: center
    width: 100vw
    height: 15vh
    left: 0
    flex-direction: row

  .nav-group-content

    .nav-link
      font-weight: 400
      color: $env-primary
      text-transform: uppercase
      padding: 0 3rem
      &:hover
        text-decoration: underline

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
slow-steps-0.1.9 _sass/navigation/env/clinician.sass
slow-steps-0.1.8 _sass/navigation/env/clinician.sass
slow-steps-0.1.7 _sass/navigation/env/clinician.sass
slow-steps-0.1.6 _sass/navigation/env/clinician.sass