mirror of
https://github.com/overleaf/overleaf.git
synced 2024-10-24 21:12:38 -04:00
81f027b4c3
Lighten .content-alt background color GitOrigin-RevId: 3a1f73a469b1a2bb537a3f15722ce115f54e1ed0
15 lines
No EOL
329 B
Text
15 lines
No EOL
329 B
Text
extends ../layout
|
|
|
|
block content
|
|
.content.content-alt
|
|
.container
|
|
.error-container
|
|
.error-figure
|
|
img.error-img(
|
|
src="/img/brand/404-visual.svg"
|
|
alt="Not found"
|
|
)
|
|
.error-details
|
|
p.error-status Not found
|
|
p.error-description #{translate("cant_find_page")}
|
|
a.error-btn(href="/") Home |