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/SBogers84/zuiderbos.nl/wwwroot/css/pages/_errorPage.sass
.error-page
  @extend .page

  .main
    padding-top: 120px
    .content
      h2
        margin-bottom: 5px
        font-size: 0.9rem
        line-height: 1.6
      p
        margin-top: 0
        a:not(.button)
          color: $blue
          border-bottom: none


      .buttons
        margin-top: 90px
        +flex(flex-start, flex-start)
        +flex-rows
        padding-bottom: 40px

        .button
          width: calc(50% - 20px)
          min-width: 210px
          margin-top: 10px
          +flex(space-between, center)

        .home
          margin-right: 30px
          background-color: $blue
          transition: background-color 0.3s
          &:hover
            background-color: darken($blue, 10%)