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/deensekroon.komma-mediadesign.nl/wwwroot/css/partials/_usp.sass
/*
 * Unique selling points bar on top of viewport
 */
.usp-container
  background: #000
  width: 100%
  height: 30px

  color: #fff

  // Centered list
  ul
    display: block
    padding: 0
    margin: 0 auto
    list-style: none
    max-width: $gridMaxWidth
    text-align: center

    li
      position: relative
      display: inline-block
      padding-left: 24px
      margin-right: 30px
      line-height: 30px
      white-space: nowrap

      &:last-child
        margin-right: 0

      // Check mark
      &:before
        content: ''
        position: absolute
        top: 8px
        left: 0
        width: 16px
        height: 12px
        +sprite(-5px -5px)