통합검색 결과 -검색창 안내문구 겹침 수정

This commit is contained in:
khk 2020-01-31 15:42:41 +09:00
parent f638dc83db
commit 814dc35ecd

View File

@ -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;
}
}
}
}
}