Change-Id: I1147b4c2a529863d8fdb47d2388c9f9d02a18b08
Issue-ID: CCSDK-804
Signed-off-by: sp00501638 <sp00501638@techmahindra.com>
*/
.matStepNextBtn{
color:white;
- background:gray;
+ background:#3f51b5;
margin-top: 10px;
position: absolute;
-
+ border-radius: 1em;
}
.ver-card {
width: 100%;
.matStepNextBtn{
color:white;
- background:gray;
+ background:#3f51b5;
margin-top: 10px;
position: absolute;
margin-bottom: 5px;
-}
\ No newline at end of file
+ border-radius: 1em;
+}
}
.mat-raised-button{
border: 1px solid grey;
- background-color: grey;
+ background-color: #3f51b5;
padding: 1px;
color: white;
-
+ border-radius: 1em;
}
.mat-card-title{
padding-top: 7px;