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/zuiderbos.komma.pro/wwwroot/css/partials/dynamic/_fullTextBlock.sass
.full-text-block
  background-image: url("/img/forest_top_view.jpg")
  background-position: right bottom
  background-size: cover

  .grid-row
    position: relative
    display: block
    padding: 180px 0 140px
    text-align: center

  .text
    max-width: 680px
    margin: auto
    text-align: center
    font-size: 1.2rem

    ul, ol
      li
        &:before
          position: relative
          left: 0
          margin-left: -45px
          margin-right: 10px

  a.button
    margin-top: 60px

  .icon
    display: inline-block
    position: absolute
    left: -30px
    top: -60px
    width: 60px
    height: 212px
    &:after
      content: ''
      display: block
      +sprite(-195px 0, 60px, 212px)

  [class^="vso"] &
    background-image: url("/img/forest_top_view_green.jpg")

  [class^="services"] &,
  [class^="jobs"] &
    background-image: url("/img/forest_top_view_grey.jpg")

  +respond-to-width(840)
    .grid-row
      padding: 50px 0
      text-align: left

    .text
      text-align: left
      font-size: 1rem

    a.button
      margin-top: 30px

    .icon
      display: none