Sha256: ad501ce5cc832f44ac8a63ffcb13eea6469089703729da82853cebf1c20ae6b5

Contents?: true

Size: 622 Bytes

Versions: 1

Compression:

Stored size: 622 Bytes

Contents

// Theme specific for clinician env

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

.navbar.nav-scrolled

  .social-media-link
    color: $env-primary

  .burger > div
    background-color: $env-primary

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

@media screen and ( min-width: 1024px )

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

@import 'collection'

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
slow-steps-1.0.0 _sass/navigation/walk.sass