Skip to content

Commit 494b0d7

Browse files
committed
requested fixes
1 parent eef4545 commit 494b0d7

File tree

2 files changed

+26
-27
lines changed

2 files changed

+26
-27
lines changed

src/main/resources/public/assets/style.css

Lines changed: 24 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ body {
55

66
}
77

8-
.pDocTitle {text-shadow: 2px 0px 1px #001730;left: 112px;}
8+
.pDocTitle {left: 112px;}
99

1010
a.nav-link {
1111
color: white;
1212
text-align: center;
1313
vertical-align: middle;
14-
font-family: 'Montserrat';
14+
font-family: 'Roboto';
1515
font-style: normal;
1616
font-weight: 500;
1717
font-size: 20px;
@@ -21,7 +21,7 @@ a.nav-link {
2121
left: 220%;
2222
-ms-transform: translate(-50%, -50%);
2323
transform: translate(-50%, -50%);
24-
text-shadow: 3px -2px 2px #001730;
24+
2525
}
2626

2727

@@ -30,7 +30,7 @@ a.nav-link {
3030
height: 104px;
3131
left: 0px;
3232
margin-top: 10px;
33-
font-family: 'Montserrat';
33+
font-family: 'Roboto';
3434
font-style: normal;
3535
font-weight: 700 !important;
3636
font-size: 20px;
@@ -66,7 +66,7 @@ a.nav-link {
6666
.name {
6767
vertical-align: middle;
6868
float: right;
69-
text-shadow: 3px -2px 2px #001730;
69+
7070
color: white;
7171
padding-right: 430px;
7272
cursor: pointer;
@@ -102,13 +102,13 @@ a.navbar-text.name:hover {
102102
float: right;
103103
right: 90px;
104104
top: 21px;
105-
font-family: 'Montserrat';
105+
font-family: 'Roboto';
106106
font-style: normal;
107107
font-weight: 700;
108108
font-size: 32px;
109109
line-height: 20px;
110110
color: #F9F9F9;
111-
text-shadow: 3px -2px 2px #141613;
111+
112112

113113
}
114114

@@ -358,14 +358,14 @@ div.arrow img {
358358
top: 75px;
359359
background: #33D69D;
360360
border-radius: 9px;
361-
text-shadow: 1px -1px 2px #2125298f;
361+
/* */
362362
font-weight: 700;
363-
border: 2px solid black;
363+
/* border: 2px solid black; */
364364
}
365365

366366

367367
.startbox1 a {
368-
color: whitesmoke;
368+
color: #1c1c1c;
369369
}
370370

371371

@@ -392,7 +392,7 @@ a.done {
392392
background: #33D69D;
393393
line-height: 80px;
394394
border-radius: 9px;
395-
text-shadow: 1px -1px 2px #2125298f;
395+
396396
font-weight: 700;
397397
border: 2px solid black;
398398
color: whitesmoke;
@@ -408,18 +408,17 @@ a.cta {
408408
padding-top: 10px;
409409
padding-bottom: 10px;
410410
/* height: 20px; */
411-
font-family: Roboto;
411+
font-family: 'Roboto';
412412
font-style: normal;
413413
font-weight: 500;
414414
font-size: 20px;
415415
line-height: 20px;
416416
align-items: center;
417-
color: white;
417+
color: black;
418418
padding-right: 1rem;
419419
border: 3.5px solid #33D69D;
420420
border-radius: 7px;
421421
background: #33D69D;
422-
text-shadow: 1px -1px 2px #2125298f;
423422
}
424423

425424
.ctaLeft{
@@ -435,7 +434,7 @@ a.cta {
435434
}
436435

437436
.footLead {
438-
font-family: Montserrat;
437+
font-family: 'Roboto';
439438
font-size: 31pt;
440439
/* font-weight: 700; */
441440
line-height: 29px;
@@ -444,11 +443,11 @@ a.cta {
444443
margin-top: 30px;
445444
padding-top: 35px;
446445
padding-bottom: 35px;
447-
text-shadow: 1px 1px 0px #696d72;
446+
448447
}
449448

450449
.footSub {
451-
font-family: Roboto;
450+
font-family: 'Roboto';
452451
font-size: 18px;
453452
font-weight: 400;
454453
line-height: 0px;
@@ -489,7 +488,7 @@ a.cta {
489488
height: 29px;
490489
/* left: 116px; */
491490
top: 40px;
492-
/* font-family: Montserrat; */
491+
/* font-family: 'Roboto'/
493492
/* font-style: normal; */
494493
font-weight: bold;
495494
font-size: 24px;
@@ -515,7 +514,7 @@ a.cta {
515514
height: 29px;
516515
/* left: 102px; */
517516
top: 40px;
518-
/* font-family: Montserrat; */
517+
/* font-family: 'Roboto'/
519518
/* font-style: normal; */
520519
font-weight: bold;
521520
font-size: 24px;
@@ -576,7 +575,7 @@ h4.consentLead {
576575
color: white;
577576
/* left: -176px; */
578577
position: relative;
579-
text-shadow: 2px -1px 0px #031426;
578+
580579
}
581580

582581
p.consentSub {
@@ -591,7 +590,7 @@ h4.financLead {
591590
color: white;
592591
/* left: -75px; */
593592
position: relative;
594-
text-shadow: 3px 2px 1px #031426;
593+
595594
}
596595

597596
p.financSub {
@@ -604,7 +603,7 @@ p.financSub {
604603

605604
.liGreen {
606605
display: inline-block;
607-
text-shadow: 2px 0px 1px #001730;
606+
608607
margin: 0;
609608
}
610609

@@ -636,7 +635,7 @@ p.financSub {
636635
top: -160px;
637636
background: #33D69D;
638637
border-radius: 9px;
639-
text-shadow: 1px -1px 2px #f1f1f1;
638+
640639
font-weight: 700;
641640
z-index: 3
642641
}
@@ -652,7 +651,7 @@ p.financSub {
652651
background: none;
653652
color: #f1f1f1;
654653
border: none;
655-
text-shadow: 1px 2px 2px #000000;
654+
656655
font-weight: 700;
657656
z-index: 1;
658657
}
@@ -667,7 +666,7 @@ p.financSub {
667666
top: -219px;
668667
background: #33D69D;
669668
border-radius: 9px;
670-
text-shadow: 1px -1px 2px #f1f1f1;
669+
671670
font-weight: 700;
672671
}
673672

src/main/webapp/WEB-INF/templates/views/pages/examples/patientdocs.jsp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<a href="consentforms">Get Started</a>
1313
</div>
1414
<pre style="position: absolute; width: 412px; top: 225px; font-family: Roboto; font-style: normal;
15-
font-weight: normal; font-size: 16px; line-height: 21px; color:whitesmoke; text-shadow: 2px 0px 1px #001730;">
15+
font-weight: normal; font-size: 16px; line-height: 21px; color:whitesmoke; ">
1616
<p style="text-align: center; padding-right: 14px; font-weight: 700; color:whitesmoke">DocuSign features:</p>
1717
<li class="liGreen">Responsive Signing (SMS Delivery)</li>
1818
<li class="liGreen">Templates</li>
@@ -35,7 +35,7 @@
3535

3636

3737
<pre style="position: absolute; width: 412px; left: 25px; top: 225px; font-family: Roboto; font-style: normal;
38-
font-weight: normal; font-size: 16px; line-height: 21px; color:whitesmoke;text-shadow: 2px 0px 1px #001730;">
38+
font-weight: normal; font-size: 16px; line-height: 21px; color:whitesmoke;">
3939
<p style="text-align: center; padding-right: 50px;font-weight:700; color:whitesmoke">DocuSign features: </p>
4040
<li class="liGreen">Embedded Signing (recipient view)</li>
4141
<li class="liGreen">Templates</li>

0 commit comments

Comments
 (0)