Use CSS to style the search component
We simplify the view, and so make it easier to customize.
This commit is contained in:
17
app/assets/stylesheets/admin/search.css
Normal file
17
app/assets/stylesheets/admin/search.css
Normal file
@@ -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%;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user