remove border radius from searchbar

This commit is contained in:
Gabriele Musco 2021-06-29 17:45:03 +02:00
parent b04dc735c0
commit 1011211a04
No known key found for this signature in database
GPG Key ID: 8539FD3454380B83
1 changed files with 1 additions and 0 deletions

View File

@ -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;