summaryrefslogtreecommitdiff
path: root/html/processed-views/content/Checkout/Yellows_Redemption.html
blob: 3b09f8e1655cbd15b8840d1659701936f1b3d2f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<div class="wrapper wrapper--xs">
    <div class="checkout">
		<div class="checkoutMsg">
			<h1 class="checkoutMsg__title">Θα θέλατε να εξαργυρώσετε τα yellows σας;</h1>
			<form data-qa="yellows">
				<ul class="loyaltyList list--orange">
					<li>Έχετε <strong>2.919.845</strong> yellows που αντιστοιχούν σε <strong>5.836,69</strong></li>
					<li>Πόσα ευρώ θελετε να εξαργυρώσετε;<input class="field__input field__input--inlineB field__input--sm" type="number" name="name" value=""></li>
				</ul>
				<div class="btnWrap btnWrap--hCenter">
					<button type="submit" class="button button--green button--border">Συνέχεια χωρίς εξαργύρωση</button>
					<button type="submit" class="button button--green">Συνέχεια με εξαργύρωση</button>
				</div>
			</form>
			<div class="">
				<img class="lazy" data-src="/Content/media/piraeusLogo.svg">
				<img class="lazy" data-src="/Content/media/piraeusLogoYellow.svg">
			</div>
		</div>
    </div>
</div>