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/topswtw.komma.pro/wwwroot/css/mobile/pages/_customerService.sass
.customer-service, .customer-service-sub
  background-color: $mobileGray
  padding: 0 8px

  h3
    padding: 18px 8px
    color: $blue
    +bold
    font-size: 16px
    line-height: 18px
    margin: 0


  .inline-menu
    padding-bottom: 60px
    ul
      li
        border: 1px solid $mobileBorderColor
        margin-bottom: 2px
        background-color: white
        &:first-of-type
          display: none

        a
          padding: 15px 15px 15px 25px
          +semibold
          color: $dark-grey
          font-size: 15px
          line-height: 18px
          display: block
          text-decoration: none
          position: relative
          &:after
            content: '›'
            +semibold
            color: $blue
            font-size: 35px
            line-height: 35px
            position: absolute
            right: 15px
            top: -2px
            height: 100%
            +flex(center,center)
        &.active
          a
            color: $blue
            +bold
    &.no-sub
      ul
        display: none
      >ul
        display: block
    &.gray
      background-color: $mobileGray

.customer-service-sub
  background-color: white
  padding: 0

  .inline-menu
    padding: 0 8px 20px