1
1
<article id =" bill" >
2
- <div style =" font-weight: 500; font-size: 22px ; line-height: 125%;
3
- text-decoration-line: underline; color: #000000; margin-bottom: 24px " >
4
- {{ this.billId }}
2
+ <div style =" font-weight: 500; font-size: 20px ; line-height: 125%;
3
+ text-decoration-line: underline; color: #000000; margin-bottom: 4px " >
4
+ < a href = " https://mapletestimony.org/bills/ {{ this.billCourt }} / {{ this. billId}} " style = " color: inherit " > {{ this.billId }} </ a >
5
5
</div >
6
- <div style =" font-weight: 600; font-size: 12px ; line-height: 125%;
6
+ <div style =" font-weight: 600; font-size: 16px ; line-height: 125%;
7
7
color: #000000; letter-spacing: 0.03em; margin-bottom: 24px" >
8
8
{{ this.billName }}
9
9
</div >
10
- <div style =" padding: 12px 0px 12px 36px; background: #EAE7E7;
11
- border-radius: 12px; margin-bottom: 36px;" >
12
- <div >
13
- <div style =" height: 49px; font-weight: 500; font-size: 39px; line-height: 125%;
14
- letter-spacing: -0.015em; color: #000000; margin: auto; text-align: center" >
15
- {{ addCounts this.endorseCount this.neutralCount this.opposeCount }}
10
+ <a href =" https://mapletestimony.org/bills/{{ this.billCourt }} /{{ this.billId }} " style =" text-decoration: none; color: inherit" >
11
+ <div style =" padding: 12px 0px 12px 36px; background: #EAE7E7;
12
+ border-radius: 12px; margin-bottom: 12px; text-align: center" >
13
+ <div >
14
+ <div style =" height: 49px; font-weight: 500; font-size: 39px; line-height: 125%;
15
+ letter-spacing: -0.015em; color: #000000; margin: auto; text-align: center" >
16
+ {{ addCounts this.endorseCount this.neutralCount this.opposeCount }}
17
+ </div >
18
+ </div >
19
+ <div style =" height: 20px; font-weight: 700; font-size: 16px; line-height: 125%;
20
+ letter-spacing: 0.015em; color: #3E3E3E; margin: auto; text-align: center" >
21
+ New {{ pluralize this }}
22
+ </div >
23
+ <div style =" height: 19px; font-weight: 700; font-size: 14px; line-height: 100%;
24
+ color: #000000; margin: auto; padding: 16px 0px 26px 0px;
25
+ text-align: center" >
26
+ <img src =" https://mapletestimony.org/email/images_no-svgs/endorse.png" alt =" checkmark" style =" padding-right: 18px" />
27
+ {{ this.endorseCount }} Endorse
28
+ <img src =" https://mapletestimony.org/email/images_no-svgs/neutral.png" alt =" dash" style =" padding: 0 18px" />
29
+ {{ this.neutralCount }} Neutral
30
+ <img src =" https://mapletestimony.org/email/images_no-svgs/oppose.png" alt =" x-mark" style =" padding: 0 18px" />
31
+ {{ this.opposeCount }} Oppose
16
32
</div >
17
33
</div >
18
- <div style =" height: 20px; font-weight: 700; font-size: 16px; line-height: 125%;
19
- letter-spacing: 0.015em; color: #3E3E3E; margin: auto; text-align: center" >
20
- New Testimonies
21
- </div >
22
- <div style =" height: 19px; font-weight: 700; font-size: 14px; line-height: 100%;
23
- color: #000000; margin: auto; padding: 16px 0px 26px 0px;
24
- text-align: center" >
25
- <img src =" https://mapletestimony.org/email/images_no-svgs/endorse.png" alt =" checkmark" style =" padding-right: 18px" />
26
- {{ this.endorseCount }} Endorse
27
- <img src =" https://mapletestimony.org/email/images_no-svgs/neutral.png" alt =" dash" style =" padding: 0 18px" />
28
- {{ this.neutralCount }} Neutral
29
- <img src =" https://mapletestimony.org/email/images_no-svgs/oppose.png" alt =" x-mark" style =" padding: 0 18px" />
30
- {{ this.opposeCount }} Oppose
31
- </div >
32
- </div >
34
+ </a >
33
35
</article >
0 commit comments