From 77d23b5b385bf89fed795ce7274bd2d1489ed520 Mon Sep 17 00:00:00 2001 From: Kataev Denis Date: Tue, 13 Sep 2022 23:58:11 +0400 Subject: [PATCH] =?UTF-8?q?dev=20#12615=20=D1=84=D0=B8=D0=BA=D1=81=20?= =?UTF-8?q?=D0=B1=D0=B0=D0=B3=D0=B8=20=D1=81=20=D1=83=D1=80=D0=BB=D0=BE?= =?UTF-8?q?=D0=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/pages/account/auth/auth.component.html | 2 +- src/app/pages/account/auth/auth.component.scss | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/pages/account/auth/auth.component.html b/src/app/pages/account/auth/auth.component.html index f520a63..f71671d 100644 --- a/src/app/pages/account/auth/auth.component.html +++ b/src/app/pages/account/auth/auth.component.html @@ -86,6 +86,6 @@

Пароль введен неверно

-
+
diff --git a/src/app/pages/account/auth/auth.component.scss b/src/app/pages/account/auth/auth.component.scss index 72af9c7..f3728f9 100644 --- a/src/app/pages/account/auth/auth.component.scss +++ b/src/app/pages/account/auth/auth.component.scss @@ -88,9 +88,9 @@ width: 100%; } } - // .decoration-pattern { - // width: 100%; - // height: 34px; - // background: url("/assets/card-decorative-pattern.png") repeat-x; - // } + .decoration-pattern { + width: 100%; + height: 34px; + background: url("/assets/card-decorative-pattern.png") repeat-x; + } }