Commit 2fd7557d authored by Yavor Grancharov's avatar Yavor Grancharov
Browse files

feat: added notes on shopweb order

parent dd70976a
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -39,6 +39,10 @@
					<h2 class="product-description">
						{{ localeTranslate(product.product.description) }}
					</h2>
					<h2 class="customer-notes">
						Notes:
						{{ order.user.geoLocation.notes }}
					</h2>
				</div>
			</div>
			<div class="order-images">
+8 −0
Original line number Diff line number Diff line
@@ -128,6 +128,14 @@
	font-size: 18px;
}

.customer-notes {
	font-family: 'Roboto', 'Helvetica Neue Light', 'HelveticaNeue-Light',
		'Helvetica Neue', Calibri, Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: rgba(0, 0, 0, 0.8);
	font-size: 13px;
}

.warehouse-info {
	display: flex;
	flex-direction: column;