Commit fc199978120ab032df67cce274cc7c3bdf744ba1

Authored by apple
1 parent 6a0a622ec2
Exists in master

confirmation page design change

Showing 2 changed files with 15 additions and 11 deletions   Show diff stats
... ... @@ -1335,10 +1335,12 @@ table {
1335 1335 }
1336 1336  
1337 1337 .card-color-confirm{
1338   - background-color:white;
  1338 + background-color:#f5f5f5;
1339 1339 font-size: 16px;
1340   - margin-top: 16%;
1341   - width:50%;
  1340 + margin-top: 10%;
  1341 + /* width:50%; */
  1342 + border-radius: 10px;
  1343 + padding: 60px 0px 60px 0px;
1342 1344 }
1343 1345  
1344 1346 .startup-jalsa{
... ... @@ -1549,12 +1551,12 @@ table {
1549 1551 }
1550 1552 .card-color-confirm{
1551 1553 margin-top: 40%;
1552   - background-color: white;
  1554 + background-color: #f5f5f5;
1553 1555 font-size: 16px;
1554 1556 width:100%;
1555 1557 }
1556 1558 .city-meetup {
1557   - opacity: 0.8;
  1559 + /* opacity: 0.8; */
1558 1560 filter: alpha(opacity=80); /* For IE8 and earlier */
1559 1561 }
1560 1562 #front {
... ...
pages/confirmation.html
... ... @@ -2,12 +2,14 @@
2 2 <head>
3 3 </head>
4 4 <body>
5   - <div class="col-xs-12 col-md-10 col-md-offset-3 city-meetup card-color-confirm" ng-if="approvedMsg">
6   - <h3 style="text-align:center;margin-top:4%;position:relative;color: rgb(25, 104, 157);font-family: 'BenchNine', sans-serif;">Thank you for registering with us.</h3>
7   - <p style="text-align:center;font-size:20px;position:relative;margin-bottom: 4%;">You will seen hear from us with further details :)</p>
  5 + <div class="col-xs-12 col-md-4 col-md-offset-4 city-meetup card-color-confirm" ng-if="approvedMsg">
  6 + <h3 style="text-align:center;margin-top:4%;position:relative;color: #3542dd;font-size: 40px;"><b>Thank you </b></h3>
  7 + <p style="text-align:center;font-size:20px;position:relative;font-size: 30px;"><b>for registering with us.</b></p>
  8 + <p style="text-align:center;font-size:20px;position:relative;font-size: 30px;"><b>You will seen hear from </b></p>
  9 + <p style="text-align:center;font-size:20px;position:relative;font-size: 30px;"><b>us with further details :)</b></p>
8 10 </div>
9   - <div class="col-xs-12 col-md-10 col-md-offset-3 city-meetup card-color-confirm" ng-if="disApprovedMsg">
10   - <h3 style="text-align:center;margin-top:4%;position:relative;color: red;font-family: 'BenchNine', sans-serif;">Your account status is disapprove.</h3>
  11 + <div class="col-xs-12 col-md-4 col-md-offset-4 city-meetup card-color-confirm" ng-if="disApprovedMsg">
  12 + <h3 style="text-align:center;position:relative;color: red;font-family: sans-serif;"><b>Your Payment Status is disapprove.</b></h3>
11 13 <!-- <p style="text-align:center;font-size:20px;position:relative;margin-bottom: 4%;">You will seen hear from us with further details :)</p> -->
12 14 </div>
13 15 </body>
... ... @@ -20,7 +22,7 @@
20 22 <span id="delhi"></span>
21 23 <span id="ahmedabad"></span>
22 24 <span id="bengaluru"></span>
23   - <span id="jaipur"></span>kanpur
  25 + <span id="jaipur"></span>
24 26 <span id="kanpur"></span>
25 27 <span id="dharamsala"></span>
26 28 </span>
27 29 \ No newline at end of file
... ...