Commit a30c9fb539a8f3a7f88d96a4f2c4e45f82a23968

Authored by Shilpi Saini
1 parent 12b1412384
Exists in master

colour change

Showing 2 changed files with 3 additions and 2 deletions   Show diff stats
... ... @@ -236,7 +236,7 @@
236 236 }
237 237 .submit-button-form, .submit-button-form:hover{
238 238  
239   - background-color: #D53735;
  239 + background-color: #FF6600;
240 240 margin-top: 2%;
241 241 margin-bottom: 3%;
242 242 color:#fff;
... ... @@ -1254,7 +1254,7 @@ input.hidden {
1254 1254  
1255 1255 .title{
1256 1256 text-align: center;
1257   - color: #D53735;
  1257 + color: #FF6600;
1258 1258 }
1259 1259 .card-title {
1260 1260 /*font-size: 17px;*/
... ...
pages/registration.html
... ... @@ -133,6 +133,7 @@
133 133 </div>
134 134 <div class=form-group-text>
135 135 Fields marked with "<b>*</b>" are mandatory.
  136 + <!-- * Total Amount: &#x20b9;1180 -->
136 137 </div>
137 138 </div>
138 139 <div class="clearfix"></div>
... ...