remove border radius from searchbar
This commit is contained in:
parent
b04dc735c0
commit
1011211a04
|
@ -346,6 +346,7 @@ ul.list {
|
|||
border-top: none;
|
||||
border-left: none;
|
||||
border-right: none;
|
||||
border-radius: 0;
|
||||
padding: 6px 0;
|
||||
font-family: $main_font;
|
||||
font-size: 1.3em;
|
||||
|
|
Loading…
Reference in New Issue