mirror of
https://github.com/YMFE/yapi.git
synced 2024-12-21 05:19:42 +08:00
16 lines
268 B
SCSS
16 lines
268 B
SCSS
$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);
|
|
}
|
|
.srch-icon{
|
|
color: $color-grey;
|
|
font-weight: bold;
|
|
}
|
|
}
|