diff --git a/app/assets/stylesheets/admin/search.css b/app/assets/stylesheets/admin/search.css new file mode 100644 index 000000000..f4e818abd --- /dev/null +++ b/app/assets/stylesheets/admin/search.css @@ -0,0 +1,17 @@ +.admin [role=search] { + display: flex; + + [type="submit"] { + @include button($background: $link); + border-radius: 0; + font-size: 1rem; + + &[disabled] { + @include button-disabled; + } + } + + @include breakpoint(medium) { + width: 50%; + } +} diff --git a/app/components/admin/search_component.html.erb b/app/components/admin/search_component.html.erb index 6af631ccc..117a9b50f 100644 --- a/app/components/admin/search_component.html.erb +++ b/app/components/admin/search_component.html.erb @@ -1,10 +1,4 @@ -