From 2d3fc2f4ca43d0e3754fb36fb9dfc192b812f713 Mon Sep 17 00:00:00 2001 From: nikolay Date: Thu, 20 Jul 2023 13:32:05 +0400 Subject: [PATCH] =?UTF-8?q?dev=20#14384=20=D0=9F=D1=80=D0=B0=D0=B2=D0=BA?= =?UTF-8?q?=D0=B0=20=D0=BE=D1=88=D0=B8=D0=B1=D0=BE=D0=BA=20=D0=BE=D1=82?= =?UTF-8?q?=D0=BE=D0=B1=D1=80=D0=B0=D0=B6=D0=B5=D0=BD=D0=B8=D1=8F=20WPA=20?= =?UTF-8?q?=D0=9A=D0=BE=D1=84=D0=B5=D0=9B=D0=B0=D0=B9=D0=BA:=20fix=20text?= =?UTF-8?q?=20styles?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/last-order/last-order.component.html | 4 ++-- .../components/last-order/last-order.component.scss | 3 +++ .../pages/guest-card/guest-card.component.scss | 6 +----- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/angular/src/app/presentation-options/default-option/components/last-order/last-order.component.html b/angular/src/app/presentation-options/default-option/components/last-order/last-order.component.html index 0256b05..e0dc760 100644 --- a/angular/src/app/presentation-options/default-option/components/last-order/last-order.component.html +++ b/angular/src/app/presentation-options/default-option/components/last-order/last-order.component.html @@ -2,10 +2,10 @@

Ваш предыдущий заказ

Дата: - {{lastOrder!.last_purchase_date}} + {{lastOrder!.last_purchase_date}}

На сумму: - {{lastOrder?.last_purchase_sum}}₽ + {{lastOrder?.last_purchase_sum}}₽

diff --git a/angular/src/app/presentation-options/default-option/components/last-order/last-order.component.scss b/angular/src/app/presentation-options/default-option/components/last-order/last-order.component.scss index 17a71b3..ea93ee0 100644 --- a/angular/src/app/presentation-options/default-option/components/last-order/last-order.component.scss +++ b/angular/src/app/presentation-options/default-option/components/last-order/last-order.component.scss @@ -22,6 +22,9 @@ flex-direction: row; gap: 8px; } + .info { + font-size: 14px; + } } .evaluate-order { diff --git a/angular/src/app/presentation-options/default-option/pages/guest-card/guest-card.component.scss b/angular/src/app/presentation-options/default-option/pages/guest-card/guest-card.component.scss index b0b6e6c..b479d5e 100644 --- a/angular/src/app/presentation-options/default-option/pages/guest-card/guest-card.component.scss +++ b/angular/src/app/presentation-options/default-option/pages/guest-card/guest-card.component.scss @@ -12,6 +12,7 @@ display: flex; flex-direction: column; align-items: center; + font-size: 16px; &__level { width: 100%; @@ -20,16 +21,11 @@ align-items: center; justify-content: space-around; - font-size: 16px; } & p { color: var(--button-color); } - - p.top-info__bonus { - font-size: 20px; - } } &__qr {