Skip to content

Commit 662b76d

Browse files
committed
requested fixes
1 parent 2f64b51 commit 662b76d

File tree

3 files changed

+12
-11
lines changed

3 files changed

+12
-11
lines changed

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

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ div.arrow img {
361361
height: 58px;
362362
left: 92px;
363363
top: 75px;
364-
background: #33D69D;
364+
background: #ff8302e0;
365365
border-radius: 9px;
366366
text-shadow: 1px -1px 2px #2125298f;
367367
font-weight: 700;
@@ -419,10 +419,12 @@ a.cta {
419419
font-size: 20px;
420420
line-height: 20px;
421421
align-items: center;
422-
color: #2EF69B;
422+
color: whitesmoke;
423423
padding-right: 1rem;
424-
border: 3.5px solid #2EF69B;
424+
border: 3.5px solid #00f9a2;
425425
border-radius: 7px;
426+
background: #e27f0c;
427+
text-shadow: 1px -1px 2px #2125298f;
426428
}
427429

428430
.ctaLeft{
@@ -480,7 +482,7 @@ a.cta {
480482
height: 460px;
481483
top: 24px;
482484
/* background: #024081; */
483-
background-image: linear-gradient(to bottom left, #011830, #1861ad);
485+
background-image: linear-gradient(to bottom left, #00ffa6, #000000);
484486
border-radius: 7px;
485487
border: 2px solid #00172e;
486488
left: 90px;
@@ -506,7 +508,7 @@ a.cta {
506508
height: 460px;
507509
top: -437px;
508510
/* background: #024081; */
509-
background-image: linear-gradient(to bottom left, #011830, #1861ad);
511+
background-image: linear-gradient(to bottom left, #00172e, #2ef69b );
510512
right: -533px;
511513
border-radius: 7px;
512514
border: 2px solid #00172e;

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,6 @@
103103

104104
<h4>Step 4</h4>
105105

106-
<p>To send an envelope through the DocuSign eSignature API, we'll need the account ID of the user and an access token, which was generated earlier. From there, we'll pass along the envelope to the <a href="https://developers.docusign.com/docs/esign-rest-api/reference/envelopes/envelopes/create/" style="color:#00BAA1;" target="_blank" >Envelopes:create</a> method, and return an envelope ID to the response output URL in the application.</p>
106+
<p>To send an envelope through the DocuSign eSignature REST API, we'll need the account ID of the user and an access token, which was generated earlier. From there, we'll pass along the envelope to the <a href="https://developers.docusign.com/docs/esign-rest-api/reference/envelopes/envelopes/create/" style="color:#00BAA1;" target="_blank" >Envelopes:create</a> method.</p>
107107

108108
</div>

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

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
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:#00BAA1;">
16-
<p style="text-align: center; padding-right: 44px; font-weight: 700; color: #33D69D">DocuSign features used:</p>
15+
font-weight: normal; font-size: 16px; line-height: 21px; color:whitesmoke">
16+
<p style="text-align: center; padding-right: 44px; font-weight: 700; color:whitesmoke">DocuSign features used:</p>
1717
<li class="liGreen">Responsive Signing (SMS Delivery)</li>
1818
<li class="liGreen">Templates</li>
1919

@@ -35,9 +35,8 @@
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:#00BAA1;">
39-
<p style="text-align: center; padding-right: 44px;font-weight:700; color:#33D69D">DocuSign features used: </p>
40-
<li class="liGreen">Embedded Signing (recipient view)</li>
38+
font-weight: normal; font-size: 16px; line-height: 21px; color:whitesmoke;">
39+
<p style="text-align: center; padding-right: 44px;font-weight:700; color:whitesmoke">DocuSign features used: </p> <li class="liGreen">Embedded Signing (recipient view)</li>
4140
<li class="liGreen">Templates</li>
4241
</pre>
4342

0 commit comments

Comments
 (0)