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/sportivo.komma.pro/wwwroot/css/partials/contentblocks/_buttons.sass
.button-holder
  border-top: 1px solid $borderColor
  padding: 20px 0
  margin: 75px 2% 200px
  position: relative

  &.hide
    visibility: hidden

  &.none
    display: none

  &.noLine
    border-top: none

  h3
    font-size: 28px
    color: $orange

    span
      display: block

  a
    +button
    width: 80%
    min-height: 45px

  .grid
    background-image: url("/images/structure/cross_pattern.png")
    width: 100%
    height: 400px
    position: absolute


+media-query(1280px)
  .button-holder
    width: 46%

  .button-holder:first-child, .button-holder:last-child
    display: none

+media-query(500px)
  .button-holder
    a
      .text
        font-size: 13px