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/centrum8a.komma.pro/resources/assets/sass/site/pages/_about.sass
/*==========================================================================
  About page
  ========================================================================== */

$textOffset: 40px

#about
  .contact-us-block
    background-color: $offwhite

  .dynamic-content
    .content
      position: relative

      &::before
        content: ''
        position: absolute
        z-index: -1
        left: 0
        top: 0
        height: 100%
        width: 3px
        background: linear-gradient(to bottom, $blue 30%, $red 100%)
        border-radius: 3px
        transform: translateX(-#{$textOffset})

        +respond-to-width(900)
          display: none

      h1
        margin: 0
        padding: 0 0 #{$textOffset} 40px
        background-color: white
        color: $darkblue
        transform: translateX(-#{$textOffset})

        +respond-to-width(900)
          padding-top: 20px

      p
        color: rgba($blue, 0.75)
        margin: 0

        & + p
          margin-top: 2em