![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/old/app/design/frontend/Cnc/default/web/scss/common/ |
// ============================================== // ERRORS // ============================================== // // 404 // _____________________________________________ .cms-no-route { .page-header + .page-main { margin-top: 0; } .error-page-container { position: relative; padding: 10px; min-height: 65vh; background: url("../images/background/bg-cnc-engraving.jpg") no-repeat; background-size: cover; } .columns { padding-bottom: 0; width: 100%; } } .page-not-found { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); padding: 20px; max-width: 500px; width: 95%; text-align: center; background-color: $c-white; /* IE 11 */ background-color: rgba(255,255,255,0.8); @include breakpoint(sm) { padding: 50px; } } .page-not-found__inner { min-width: 200px; width: 100%; } .page-not-found__title { font-size: 2.5rem; font-weight: 700; color: $c-blue; margin-bottom: 10px; line-height: 0.8; @include breakpoint(sm) { font-size: 7rem; } } .page-not-found__text { margin-bottom: 30px; color: $c-blue; } .page-not-found--color { color:$c-pink; }