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/topswtwmobile.komma.pro/wwwroot/css/mobile/partials/_languageSwitch.sass
.language_switch
  position: fixed
  top: 0
  left: 0
  width: 100%
  height: 100%
  background-color: rgba(245, 247, 250, 0.9)
  +flex(center, center)
  z-index: 10 
  .switch-box
    width: 100%
    height: auto
    background-color: white
    padding-bottom: 20px
    .logo-bar
      background-color: $blue
      +flex(center, center)
      height: 40px
      width: 100%
      img
        height: 22px
    >.text
      padding: 20px 16px
      text-align: center
      font-size: 14px
      line-height: 18px
      +semibold
      color: $mobileBlack
      a
        color: $blue
        text-decoration: none
    .link, .link a
      text-align: center
      font-size: 14px
      line-height: 18px
      +semibold
      color: $blue
      text-decoration: none

    .btn-holder
      background-color: $blue
      border-radius: 8px
      height: 40px
      width: 90%
      max-width: 250px
      margin: 20px auto
      a
        +flex(center, center)
        height: 100%
        text-decoration: none
        +regular
        font-size: 15px
        line-height: 15px
        color: white
        position: relative

        &:before
          content: '›'
          +semibold
          color: white
          font-size: 28px
          line-height: 40px
          position: absolute
          right: 25px
          top: 0px

        span
          color: white
          text-decoration: none
          +regular
          font-size: 15px
          line-height: 15px