generated from fastn-stack/fastn-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pop-up2.ftd
143 lines (98 loc) · 2.51 KB
/
pop-up2.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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
-- import: fifthtry.github.io/fifthtry.com/assets
-- import: fpm
-- import: fifthtry.github.io/inter/assets as font-assets
-- import: fifthtry.github.io/fifthtry.com/custom-typo as font
-- fpm.font-display: $font-assets.fonts.Inter
-- ftd.color shadow-col: rgba(150,98,32,1)
dark: rgba(150,98,32,1)
-- homepage:
-- ftd.column homepage:
optional ftd.color bg-color: $fpm.color.main.background.base
background-color: $bg-color
width: fill
open: true
--- popup-box:
-- ftd.column popup-box:
caption popup-title: Are you sure?
optional ftd.image-src cross-image: $assets.files.assets.images.cross.png
optional ftd.image-src back-image: $assets.files.assets.images.back.png
optional body sub-title: You are declaring that the following pull request
optional ftd.image-src code-image: $assets.files.assets.images.icon6.png
optional string code-txt: #222 Doc PR name
optional body popup-body-part: Does not need anuy associated code.
optional body popup-lower-body: Use this only to do Documentation for deployed code, or improve existing documentation
optional string confirm-btn: Confirm
border-width: 1
border-radius: 8
border-top: 8
border-color: $shadow-col
shadow-offset-x: 3
shadow-offset-y: 4
shadow-size: 1
shadow-blur: 4
shadow-color: $shadow-col
margin-top: 272
width: fill
color: $fpm.color.main.text
margin-left: 400
margin-bottom: 354
width: 614
height: 340
--- ftd.text: $popup-title
padding-top: 12
padding-bottom: 16
color: $fpm.color.main.text-strong
role: $fpm.type.title-large
align: center
--- ftd.row:
--- ftd.image:
src: $cross-image
margin-left: 575
margin-top: -40
--- ftd.column:
--- ftd.image:
src: $back-image
margin-left: -570
margin-top: -36
--- ftd.column:
margin-left: -368
margin-top: 12
--- ftd.text: $sub-title
padding-bottom: 31
margin-left: -74
role: $fpm.type.body-medium
--- ftd.column:
margin-left: -10
--- ftd.image:
src: $code-image
--- ftd.column:
margin-left: 10
--- ftd.text: $code-txt
margin-left: 13
margin-top: -18
color: $fpm.color.main.text-strong
role: $fpm.type.title-large
--- ftd.text: $popup-body-part
width: 534
padding-top: 11
margin-left: -36
role: $fpm.type.body-medium
--- ftd.text: $popup-lower-body
width: 464
padding-top: 18
margin-left: -130
role: $fpm.type.body-medium
text-align: center
--- ftd.text: $confirm-btn
margin-top: 33
margin-left: 32
padding-top: 8
padding-bottom: 8
padding-left: 16
padding-right: 16
border-width: 1
border-radius: 8
border-color: $shadow-col
background-color: $shadow-col
color: $fpm.color.main.text-strong
role: $fpm.type.body-medium