Skip to content

Commit 432710e

Browse files
committed
minor suggestions applied
1 parent 05e41b5 commit 432710e

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</parent>
1111

1212
<groupId>com.tally-medical</groupId>
13-
<artifactId>my-medical-records</artifactId>
13+
<artifactId>MyMedicalRecords</artifactId>
1414
<version>1.0-SNAPSHOT</version>
1515
<packaging>war</packaging>
1616

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ a.navbar-text.name:hover {
165165

166166
.btn-docu {
167167

168-
background-color: #00BAA1;
168+
background-color: #33D69D;
169169
color: #FFF;
170170
border-color: #121517;
171171
position: relative;
@@ -186,7 +186,7 @@ a.navbar-text.name:hover {
186186
.btn-docu:active,
187187
.btn-docu.active,
188188
.open .dropdown-toggle.btn-docu {
189-
background-color: #02d6ba;
189+
background-color: #33D69D;
190190
color: #FFF;
191191
border-color: #050607;
192192
}
@@ -361,7 +361,7 @@ div.arrow img {
361361
height: 58px;
362362
left: 92px;
363363
top: 75px;
364-
background: #02ff73e0;
364+
background: #33D69D;
365365
border-radius: 9px;
366366
text-shadow: 1px -1px 2px #2125298f;
367367
font-weight: 700;
@@ -421,9 +421,9 @@ a.cta {
421421
align-items: center;
422422
color: white;
423423
padding-right: 1rem;
424-
border: 3.5px solid #00f9a2;
424+
border: 3.5px solid #33D69D;
425425
border-radius: 7px;
426-
background: #0cf380;
426+
background: #33D69D;
427427
text-shadow: 1px -1px 2px #2125298f;
428428
}
429429

@@ -544,7 +544,7 @@ a.showmore {
544544
/* position: relative; */
545545
right: 80px;
546546
bottom: -30px;
547-
color: #2EF69B;
547+
color: #33D69D;
548548
font-size: 30px;
549549
}
550550

@@ -554,7 +554,7 @@ a.showmore {
554554
background-repeat: no-repeat;
555555
background-position: 27% 90%;
556556
position: absolute;
557-
color: #2EF69B;
557+
color: #33D69D;
558558
height: 75px;
559559
right: 147px;
560560
width: 254px;
@@ -615,7 +615,7 @@ p.financSub {
615615

616616
.liGreen::before {
617617

618-
color: #2EF69B;
618+
color: #33D69D;
619619
font-weight: bold;
620620
content: "\2022";
621621
margin: 15px;

src/main/webapp/WEB-INF/templates/views/index.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<div class="logo"></div>
2424

2525
<div class="hero-banner">
26-
<p class="hero">My-Medical-Records Sample Application</p>
26+
<p class="hero">MyMedicalRecords Sample Application</p>
2727
<p class="tagline">This is a sample application showcasing an integration between the DocuSign eSignature REST API and an Electronic Medical Records system. This application is open source and all of the code is located in our GitHub repository.</p>
2828
</div>
2929

0 commit comments

Comments
 (0)