generated from fastn-stack/fastn-template
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path404.ftd
59 lines (36 loc) · 1015 Bytes
/
404.ftd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
-- import: fifthtry.github.io/admint.io/assets
-- import: fifthtry.github.io/admint.io/common/fonts
-- import: fifthtry.github.io/admint-cs as cs
-- not-found-page: Oops, looks like the page is lost.
This is not a fault, just an accident that was not intentional.
-- component not-found-page:
caption title:
body body:
ftd.color-scheme colors: $cs.main
-- ftd.column:
align-content: center
width: fill-container
max-width.fixed.px: 1140
background.solid: $inherited.colors.background.step-1
padding-vertical.px: 65
color: $inherited.colors.cta-tertiary.text
spacing.fixed.px: 20
padding-horizontal.px: 15
align-self: center
-- ftd.image:
src: $assets.files.static.something-lost.png
width.fixed.px: 500
-- ftd.text: $not-found-page.title
role: $fonts.title-404
margin-top.px: 20
margin-bottom.px: 10
region: h1
text-align: center
-- ftd.text:
role: $fonts.body-404
margin-top.px: 20
margin-bottom.px: 10
max-width.fixed.px: 800
$not-found-page.body
-- end: ftd.column
-- end: not-found-page