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/ijzerenman.komma.pro/wwwroot/css/partials/_callToActionBar.sass
.call-to-action-bar
  background: #fff
  width: 100%

  .container
    padding: 0 100px
    @extend %clearfix

    +respond-to(mobileNavigation)
      padding: 0 150px

    +respond-to(small-mobile)
      padding: 0 50px

  .text-holder
    float: left
    padding-right: 100px
    width: 50%
    height: 200px

    +respond-to(mobileNavigation)
      width: 60%
      padding-right: 50px

    +respond-to(mobileNavigation)
      padding-top: 50px
      padding-bottom: 20px
      padding-right: 0
      width: 100%
      height: auto

  .text
    font-size: 1.1em
    line-height: 1.4

    +respond-to(mobileNavigation)
      text-align: center


  .title
    +fjallaHeader

  .btn-holder
    float: left
    height: 200px

    +respond-to(mobileNavigation)
      padding-bottom: 50px
      padding-right: 0
      width: 100%
      height: auto
      text-align: center

    .btn
      min-width: 200px

.btn
  display: inline-block
  background: #8EB55A
  padding: 0 15px
  height: 50px
  line-height: 50px
  color: #fff
  text-align: center
  +fjallaHeader
  +transition(background 300ms ease-out)

  &:hover
    text-decoration: none
    background: darken(#8EB55A,10)