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/egovers/edwingovers.nl/resources/assets/sass/site/partials/_languageMenu.sass
.language-menu
  +flex(flex-end, center)

  #mobile-navigation &
    margin-top: 30px
    +flex(flex-start, center)

  span, a
    +flex(center, center)
    width: 32px
    height: 32px
    border-radius: 100%
    border: 2px solid $grey

    + *
      margin-left: 5px

    &:after
      content: ''
      display: block
      width: 24px
      height: 24px
      border-radius: 100%

    &.nl
      &:after
        +flagSprite(0 0, 24px, 24px)

    &.en
      &:after
        +flagSprite(83px 0, 24px, 24px)

  a
    opacity: 0.3
    transition: opacity 0.3s

    &:hover
      opacity: 1

  span
    border-color: darken($blue, 5%)