Commit bdf1f962 by Arjun

promocode success label

parent 4985883a
...@@ -166,12 +166,15 @@ ...@@ -166,12 +166,15 @@
</div> --> </div> -->
<hr /> <hr />
<div class="coupon_code"> <div class="coupon_code">
<div class="promo-row">
<input class="" placeholder="COUPON CODE: GET50" #promo /><button class="add_btn" (click)="promoApply(promo.value)"> <input class="" placeholder="COUPON CODE: GET50" #promo /><button class="add_btn" (click)="promoApply(promo.value)">
APPLY APPLY
</button> </button>
<span *ngIf="discountApplied" style="color: red">Promocode applied successfully </div>
<span *ngIf="discountApplied" class="promo-success">Promocode applied successfully
</span> </span>
</div> </div>
<br /> <br />
<h6> <h6>
......
...@@ -205,8 +205,9 @@ ...@@ -205,8 +205,9 @@
} }
.coupon_code { .coupon_code {
padding-top: 20px; padding-top: 20px;
padding-bottom: 50px; padding-bottom: 40px;
border-bottom: 1px solid #b0aec7; border-bottom: 1px solid #b0aec7;
.promo-row {
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
input { input {
...@@ -236,6 +237,14 @@ ...@@ -236,6 +237,14 @@
font-weight: bolder; font-weight: bolder;
} }
} }
.promo-success {
color: #31b131;
font-size: 16px;
text-align: left;
display: block;
margin-top: 5px;
}
}
.total_div { .total_div {
p { p {
margin: 0px; margin: 0px;
......
...@@ -134,12 +134,11 @@ ...@@ -134,12 +134,11 @@
top: 0px; top: 0px;
bottom: 0px; bottom: 0px;
padding: 4px; padding: 4px;
padding-top: 35px;
padding-bottom: 35px;
text-align: center; text-align: center;
display: flex; display: flex;
align-items: center; align-items: center;
font-size: 14px; font-size: 14px;
justify-content: center;
} }
#custom_check_button label { #custom_check_button label {
width: 100%; width: 100%;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment