fix: 修改搜索框颜色

This commit is contained in:
yhui.yang 2017-07-27 16:23:58 +08:00
parent 2c60839ee0
commit 7cbf365e3a

View File

@ -2,14 +2,9 @@ $color-grey:#979DA7;
.search-wrapper{
.search-input{
border:1px solid $color-grey;
color: $color-grey;
width: 2rem;
transition: width 2s;
//background-color:rgba(0,0,0,0.5);
//transition: width 2s;
}
.srch-icon{
color: $color-grey;
font-weight: bold;
}
}