HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SBogers10/lc-hydraulics.komma.nl/resources/assets/sass/site/pages/_home.sass
/* ==========================================================================
   Home page
   ========================================================================== */

#home
  header
    // Only style it when desktop
    +respond-to-width-beyond(1200)
      .left-wrapper
        color: white

        a
          color: white

        .language-menu
          span
            color: white
            &:after
              background-color: white
          a
            color: rgba(white, 0.5)
        .toggle-menu
          color: white
          p
            color: white
          .icon
            span
              background-color: white

      &.sticky
        .left-wrapper
          .toggle-menu
            color: palette(neutral, 900)
            p
              color: palette(neutral, 900)
            .icon
              span
                background-color: palette(neutral, 900)
      &.menu-active
        .left-wrapper
          color: palette(secondary, 200)

          a
            color: palette(secondary, 200)
            &:hover
              color: white

          .language-menu
            span
              color: palette(secondary, 200)
              &:after
                background-color: palette(secondary, 200)
            a
              color: rgba(palette(secondary, 200), 0.5)

          .toggle-menu
            color: palette(secondary, 200)
            p
              color: palette(secondary, 200)
            .icon
              span
                background-color: palette(secondary, 200)

  &.ie
    header
      +respond-to-width-beyond(1200)
        .left-wrapper
          color: palette(neutral, 900)

          a
            color: palette(neutral, 900)

          .language-menu
            span
              color: palette(neutral, 900)
              &:after
                background-color: palette(neutral, 900)
            a
              color: rgba(palette(neutral, 900), 0.5)
          .toggle-menu
            color: palette(neutral, 900)
            p
              color: palette(neutral, 900)
            .icon
              span
                background-color: palette(neutral, 900)