Commit bdf1f962 by Arjun

promocode success label

parent 4985883a
......@@ -166,12 +166,15 @@
</div> -->
<hr />
<div class="coupon_code">
<div class="promo-row">
<input class="" placeholder="COUPON CODE: GET50" #promo /><button class="add_btn" (click)="promoApply(promo.value)">
APPLY
</button>
<span *ngIf="discountApplied" style="color: red">Promocode applied successfully
</div>
<span *ngIf="discountApplied" class="promo-success">Promocode applied successfully
</span>
</div>
<br />
<h6>
......
......@@ -205,8 +205,9 @@
}
.coupon_code {
padding-top: 20px;
padding-bottom: 50px;
padding-bottom: 40px;
border-bottom: 1px solid #b0aec7;
.promo-row {
display: flex;
justify-content: space-between;
input {
......@@ -236,6 +237,14 @@
font-weight: bolder;
}
}
.promo-success {
color: #31b131;
font-size: 16px;
text-align: left;
display: block;
margin-top: 5px;
}
}
.total_div {
p {
margin: 0px;
......
......@@ -134,12 +134,11 @@
top: 0px;
bottom: 0px;
padding: 4px;
padding-top: 35px;
padding-bottom: 35px;
text-align: center;
display: flex;
align-items: center;
font-size: 14px;
justify-content: center;
}
#custom_check_button label {
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