diff --git a/app/assets/stylesheets/participacion.scss b/app/assets/stylesheets/participacion.scss index 7454c9cdb..bf4882ef4 100644 --- a/app/assets/stylesheets/participacion.scss +++ b/app/assets/stylesheets/participacion.scss @@ -380,6 +380,12 @@ header { .search-form { padding-top: rem-calc(14); + + .postfix { + background: $brand; + border: 0; + color: white; + } } } diff --git a/app/views/shared/_search_form_header.html.erb b/app/views/shared/_search_form_header.html.erb index 35c8e534d..343b8d3e6 100644 --- a/app/views/shared/_search_form_header.html.erb +++ b/app/views/shared/_search_form_header.html.erb @@ -2,10 +2,19 @@
<%= form_tag debates_path, method: :get do %> -
- " class="search-form"> +
+
+
+ " class="search-form"> +
+
+ +
+
<% end %>
-
\ No newline at end of file +