Add filter by goal
This commit is contained in:
@@ -1,6 +1,25 @@
|
||||
.admin [role=search] {
|
||||
display: flex;
|
||||
|
||||
&.complex {
|
||||
@include breakpoint(small only) {
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
@include breakpoint(medium) {
|
||||
select {
|
||||
height: $line-height * 2;
|
||||
margin: 0 rem-calc(12);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&:not(.complex) {
|
||||
@include breakpoint(medium) {
|
||||
width: 50%;
|
||||
}
|
||||
}
|
||||
|
||||
[type="submit"] {
|
||||
@include button($background: $link);
|
||||
border-radius: 0;
|
||||
@@ -10,8 +29,4 @@
|
||||
@include button-disabled;
|
||||
}
|
||||
}
|
||||
|
||||
@include breakpoint(medium) {
|
||||
width: 50%;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user