Skip to content

Commit

Permalink
feat(Search): remove search button box-shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
tao1991123 committed Oct 24, 2018
1 parent 14aea57 commit 3713040
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/search/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
@import "scss/mixin";
@import "scss/variable";

button {
box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.12);
}


#{$search-prefix} {
@include box-sizing;

Expand Down Expand Up @@ -40,6 +45,9 @@
width: 100%;
}

#{$search-prefix}-btn {
box-shadow: none;
}
&-normal {
width: 600px;

Expand Down

0 comments on commit 3713040

Please sign in to comment.