From 814dc35ecd39080ad2813af60b5872b395f376b7 Mon Sep 17 00:00:00 2001 From: khk Date: Fri, 31 Jan 2020 15:42:41 +0900 Subject: [PATCH] =?UTF-8?q?=ED=86=B5=ED=95=A9=EA=B2=80=EC=83=89=20?= =?UTF-8?q?=EA=B2=B0=EA=B3=BC=20-=EA=B2=80=EC=83=89=EC=B0=BD=20=EC=95=88?= =?UTF-8?q?=EB=82=B4=EB=AC=B8=EA=B5=AC=20=EA=B2=B9=EC=B9=A8=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../lib/components/integrated-search.component.scss | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/projects/ucap-webmessenger-ui/src/lib/components/integrated-search.component.scss b/projects/ucap-webmessenger-ui/src/lib/components/integrated-search.component.scss index 22817d8a..ea221908 100644 --- a/projects/ucap-webmessenger-ui/src/lib/components/integrated-search.component.scss +++ b/projects/ucap-webmessenger-ui/src/lib/components/integrated-search.component.scss @@ -40,6 +40,18 @@ margin-left: -20px; .mat-form-field-infix { padding-left: 26px; + .mat-form-field-label-wrapper { + .mat-form-field-label { + padding-left: 20px; + } + } + } + &:focus { + .mat-form-field-label-wrapper { + .mat-form-field-label { + padding-left: 0; + } + } } } }