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/ehbo.today/resources/assets/sass/kms/attributes/_list.sass
.entity-attribute-list
  padding: 0

  .content
    padding-top: 0
    padding-bottom: 0

  ul
    display: block
    +size(100% 100%)
    +box-sizing(border-box)
    background-color: transparent
    padding: 0
    margin: 0
    border: none
    line-height: grid-row(2)
    list-style: none

    li
      height: grid-row(2)
      line-height: grid-row(2)
      &:nth-child(even)
        background-color: $dark-white
      a
        display: block
        +size(100% 100%)
        text-decoration: none
        color: $dark-gray
        white-space: nowrap
        padding-left: grid-row(.5)
        &:hover
          background-color: $brand-primary
      .couponline
        font-size: 1.3em
        margin-left: 10px
        &.used
          color: #d3d3d3
        span
          padding-left: 5px
        .coupon
          font-weight: bold
        .used
          font-size: 0.7em