feat(Search): increase left padding to 12px (#3716)

This commit is contained in:
neverland 2020-11-02 16:32:54 +08:00 committed by GitHub
parent d088145741
commit 0fc426e061
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@
&__content {
display: flex;
flex: 1;
.theme(padding-left, '@padding-xs');
.theme(padding-left, '@padding-sm');
.theme(border-radius, '@border-radius-sm');
.theme(background-color, '@search-background-color');