We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f95d4f commit e81f8ffCopy full SHA for e81f8ff
styles/_search.scss
@@ -23,15 +23,8 @@ $padding-right: 20px;
23
input[type="search"],
24
.clear-button {
25
background-color: #fff;
26
- // border-color: $border-color;
27
border-radius: 30px;
28
border: none;
29
- // border-style: solid;
30
- // border-width: 1px;
31
-
32
- // &:focus {
33
- // border-color: $brand_color;
34
- // }
35
}
36
37
&-full input[type="search"],
@@ -78,7 +71,7 @@ $padding-right: 20px;
78
71
padding: 0 15px;
79
72
80
73
&:hover {
81
- background-color: $brand-color;
74
+ background-color: $brand_color;
82
75
color: #fff;
83
76
84
77
0 commit comments