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/honger.komma.pro/resources/assets/sass/site/pages/_error.sass
#error-page-message
  padding: 100px 0 100px
  background-color: $borderColor

  .grid-row
    .kms-content
      width: 100%
      text-align: center

    .placeholder
      max-width: 720px
      margin: auto

    //p
    //  font-size: 1rem
    //  line-height: 1.7
    //  font-weight: bold
    //  color: $grey
    //
    //  +respond-to-width(700)
    //    font-size: 0.9rem
    //  +respond-to-width(450)
    //    font-size: 0.8rem

.c-error-page
  padding: 160px 20px
  background-color: $blacker

  h1
    font-size: 8rem

  p
    font-size: 1rem

.c-error-page__message
  text-align: center
  color: white

.c-error-page__title
  position: relative
  margin: 0 0 60px
  font-size: 8rem
  line-height: 1

.c-error-page__ufo
  position: absolute
  left: 50%
  bottom: 0
  width: 100%
  max-width: 250px
  transform: translateX(-50%)

  img
    width: 100%


.c-error-page__subtitle
  font-size: 1.4rem
  margin: 0

.c-error-page__button
  margin-top: 40px