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/immoginis.komma.pro/wwwroot/css/partials/_references.sass
.reference
  background-color: black


  .go-offers
    background: $orange2
    +position(fixed, 80px 0 null 0)
    z-index: 100
    height: 75px
    .placeholder
      width: 90%
      margin: auto
      max-width: 600px
      +flex(space-between, center)
      height: 75px
      h3
        margin: 0
      .button
        background-color: $black
        color: white
        padding: 10px 30px
    &:hover
      .placeholder .button
        background-color: lighten($black, 10%)

  .breadcrumb
    ol, ul
      width: $contentGrid*10
      margin: auto
      li
        color: white
        span
          color: white

+media-query(1100px)
  .reference
    .breadcrumb
      ol, ul
        width: 100%

+media-query(600px)
  .reference
    padding-top: 155px

+media-query(500px)
  .reference
    padding-top: 155px
    .breadcrumb
      ol, ul
        li:last-child
          display: inline-block

+media-query(450px)
  .reference
    padding-top: 170px
    .go-offers
      height: 90px
      .placeholder
        display: block
        text-align: center
        height: 90px
        padding: 8px 0

        h3
          width: 100%
          margin-bottom: 5px
        .button
          display: inline-block