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/ridderstee.komma.pro/wwwroot/css/pages/_errorPage.sass
/*==========================================================================
  Error pages
  ========================================================================== */
.error-page
  .error-message
    text-align: center
    background: $darkBlue
    padding: 50px

    .wrapper
      width: 100%
      max-width: 400px
      margin: auto

    h1
      color: white
      +phenomena
      font-size: 4rem
      line-height: 1.2
      margin-bottom: 20px

    p
      color: white
      opacity: 0.7
      font-size: 1rem
      line-height: 1.4

      strong, a
        color: white

  +respond-to-width(950)
    header
      display: none