diff --git a/app/assets/stylesheets/find_application.scss b/app/assets/stylesheets/find_application.scss index 1c67edfec3..9f40339891 100644 --- a/app/assets/stylesheets/find_application.scss +++ b/app/assets/stylesheets/find_application.scss @@ -418,7 +418,6 @@ .sort-container { display: block; - margin-top: 20px; @include govuk-media-query($from: tablet) { display: flex; @@ -497,3 +496,8 @@ .secondary-button-filter { margin-bottom: 0; } + +.selected-tags { + border-bottom: 1px solid #b1b4b6; + margin-bottom: 20px; +} diff --git a/app/views/find/result_filters/_all.html.erb b/app/views/find/result_filters/_all.html.erb index 13d7137e01..a8e49baadb 100644 --- a/app/views/find/result_filters/_all.html.erb +++ b/app/views/find/result_filters/_all.html.erb @@ -1,9 +1,23 @@ <%= form_with url: find_results_path, skip_enforcing_utf8: true, class: "app-filter", id: "result-filters", method: :get do |form| %>

Filters

+
+ +
+

Study type

+ +

Qualifications

+ +
+ <%= form.submit "Apply filters", name: nil, class: "govuk-button", data: { qa: "apply-filters" } %> <% if @filters_view.show_undergraduate_courses? %> <%= render "find/result_filters/send_filter", form: %>