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/jacques-hein.komma.pro/wwwroot/css/partials/_errorPage.sass
.error-header
  position: relative
.error
  padding: 10px 0
  background-color: transparent

  .box
    border: 10px solid #006cb0
    display: block
    min-width: 300px
    width: 80%
    max-width: 500px
    margin: auto
    text-align: right


    h1
      max-width: 500px
      margin: auto
      font-size: 40px
      line-height: 45px
      font-weight: bold
      padding: 0 40px
      color: #3C3C3B
      font-family: 'Josefin Slab', serif

      &.number
        font-family: 'Lato', sans-serif
        text-align: left
        font-size: 165px
        line-height: 200px
        position: relative
        color: #006cb0

    .return-home
      display: inline-block
      margin: 40px
      background: #006cb0
      border-radius: 40px
      a
        font-size: 18px
        line-height: 18px
        display: inline-block
        padding: 13px 20px
        color: white
        font-family: 'Lato', sans-serif

        &:before
          content: ''
          background-image: url('/img/prev.png')
          width: 16px
          height: 16px
          margin-right: 20px
          transition: margin-right 0.3s
          position: relative
          top: 2px
          display: inline-block

      &:hover
        a
          &:before
            margin-right: 30px


+media-query(580px)
  .error
    .box
      h1
        &.number
          font-size: 140px

+media-query(420px)
  .error
    .box
      h1
        &.number
          font-size: 100px