From be8025cb4aa39402495ab07b9385b8b1e7442000 Mon Sep 17 00:00:00 2001 From: gofnnp Date: Tue, 13 Sep 2022 18:34:49 +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 502d5d1..f520a63 100644 --- a/src/app/pages/account/auth/auth.component.html +++ b/src/app/pages/account/auth/auth.component.html @@ -38,7 +38,7 @@ >

-
+
diff --git a/src/app/pages/account/auth/auth.component.scss b/src/app/pages/account/auth/auth.component.scss index f3728f9..72af9c7 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; + // } }