update 部分样式修复

This commit is contained in:
2021-06-17 14:12:03 +08:00
parent 67a58cf7c4
commit 70112b5c51
7 changed files with 35 additions and 81 deletions

View File

@@ -13,17 +13,8 @@
background-color: @white;
.header-actions {
>.ant-input-search {
.ant-input {
color: @black;
background-color: @white;
&:focus {
background-color: fade(@black, 5%);
}
}
.anticon-search {
color: fade(@black, 45%);
}
.ant-input-search {
margin: (@layout-header-height - 20px - 32px) / 2 @padding-md;
}
}
}