[ACA-2980] Update search input background-color (#1397)

This commit is contained in:
Baptiste Mahé
2020-04-02 22:25:55 +02:00
committed by GitHub
parent 1b4bacf7fa
commit 8d710d627a

View File

@@ -1,6 +1,6 @@
$search-width: 594px; $search-width: 594px;
$search-height: 40px; $search-height: 40px;
$search-background: rgba(#efefef, 0.54); $search-background: #f5f6f5;
$search-border-radius: 4px; $search-border-radius: 4px;
$top-margin: 12px; $top-margin: 12px;