Commit 7547ccb1 authored by sunko's avatar sunko
Browse files

fix: added padding to description

parent 0fdb7a64
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -28,10 +28,10 @@
				<div class="slide">
					<img src="{{imageUrl}}" />
					<ion-text style="color: white;">
						<h3>
						<h3 class="description">
							{{selectedProductTitles[i]}}
						</h3>
						<span class="right-text"
						<span class="description"
							>#{{selectedOrder?.orderNumber}}</span
						>
					</ion-text>
+5 −0
Original line number Diff line number Diff line
@@ -7,3 +7,8 @@ page-get-product {
ion-content {
	--background: #242530;
}

.description {
	padding-left: 5px;
	padding-right: 5px;
}