Skip to content

Commit

Permalink
feat(atndisite): change color of searchbox
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyi7099 committed Jul 30, 2019
1 parent 0963c58 commit 0b2427f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/antdsite/src/assets/search-box.less
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@
color: #1890ff;
}

.ant-breadcrumb {
color: #a4a7ae;
}

.ant-breadcrumb > span:last-child {
color: #314659;
}

input {
border-radius: 32px;
width: 200px;
Expand Down

0 comments on commit 0b2427f

Please sign in to comment.