Sha256: d64c385fc96b0cbde99e5bca871dfee91e87b6320143f35b248a054c540fe840

Contents?: true

Size: 849 Bytes

Versions: 6

Compression:

Stored size: 849 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-container


    .nav-link
      font-weight: 400
      color: $env-primary
      text-transform: uppercase
      padding: 1rem 3rem
      &:not(.current--url)
        &:hover
          text-decoration: underline

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
slow-steps-0.2.1 _sass/navigation/env/clinician.sass
slow-steps-0.2.0 _sass/navigation/env/clinician.sass
slow-steps-0.1.13 _sass/navigation/env/clinician.sass
slow-steps-0.1.12 _sass/navigation/env/clinician.sass
slow-steps-0.1.11 _sass/navigation/env/clinician.sass
slow-steps-0.1.10 _sass/navigation/env/clinician.sass