Sha256: 573f863c1bb061ca6d8a4286ddc61a3846516a1fcaabc47616614752573486e2

Contents?: true

Size: 551 Bytes

Versions: 1

Compression:

Stored size: 551 Bytes

Contents

// Theme specific for clinician env

// Navbar site logo
.nav-brand
  @include logo-color($env-primary)

// Color the navbar once we start scrolling
.navbar.nav-scrolled

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

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

// on mobile and within an env we hide the other submenus
.walk-group
  display: none

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

  .clinician-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/clinician.sass