Sha256: 871c8a65ac61ef5f86f1268b5e8c9cc967c752863234e07fd6a34fbefa32e2bc

Contents?: true

Size: 995 Bytes

Versions: 5

Compression:

Stored size: 995 Bytes

Contents

// Navbar site logo
// make sure we don't style any other instance so nest with .nav-brand
.nav-brand
  .site__logo--group
    .site__logo--curve,
    .site__logo--legvert,
    .site__logo--leg45,
    .site__logo--g,
    .site__logo--a,
    .site__logo__i,
    .site__logo--t,
    .site__logo--Q
      fill: $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

5 entries across 5 versions & 1 rubygems

Version Path
slow-steps-0.1.5 _sass/navigation/env/clinician.sass
slow-steps-0.1.4 _sass/navigation/env/clinician.sass
slow-steps-0.1.3 _sass/navigation/env/clinician.sass
slow-steps-0.1.2 _sass/navigation/env/clinician.sass
slow-steps-0.1.1 _sass/navigation/env/clinician.sass