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/SBogers68/ouddorp-duin.nl/wwwroot/css/partials/do/_ctaPictureDo.sass
/*==========================================================================
  CTA Block with picture on do page
  ========================================================================== */

/**
  * CTA Picture block
  *
  */

.cta-picture-do-block
  position: relative

  .cta-picture-do
    +flex(center, center)
    +flex-direction(column)
    >*
      flex: none

    width: 100%
    height: 500px
    background:
      image: url('/img/structure/do/cycling.png')
      size: cover
      repeat: no-repeat
      position: center

  .cta-picture-sentence
    color: $white
    text-align: center
    font-size: 1.7rem
    font-family: "Coda Caption", sans-serif
    margin-bottom: 35px
    line-height: 2.5rem

  .cta-picture-button
    @extend .button-default
    color: $white
    border-color: $white

    &:hover
      background:
        color: $white
      color: $blue