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/SBogers96/smilefotografie.nl/wwwroot/css/partials/_callToActionImage.sass
a.corner-button
  display: block
  height: 40px

  .title
    +position(absolute, null 0 0 null )
    padding-left: 10px
    width: 100%
    height: 40px
    line-height: 40px
    color: #fff
    background: #000

    font-size: .818182em
    font-weight: 700

  .square-button
    +position(absolute, null 0 0 null )
    width: 40px
    line-height: 40px
    text-align: center
    height: 40px
    color: #000
    background: #fff

    &:after
      content: ''
      display: block
      +position(absolute, 50% null null 50%)
      margin: -5px 0 0 -7px
      +sprite(14px,10px,-200px -10px)

a.call-to-action-image
  display: block
  height: 100%
  width: 100%

  img
    +transition(transform 150ms ease-out)

  &:hover
    img
      +transform(scale(1.1))

  &.corner-button
    .title
      width: 50%

      +respond-to(small-mobile)
        width: 100%