style filter meetup
This commit is contained in:
@@ -176,6 +176,29 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
> .views-exposed-form {
|
||||
@include main_text_content();
|
||||
display: flex;
|
||||
margin-left: $x_margin;
|
||||
> div {
|
||||
width: auto;
|
||||
> select {
|
||||
@include main_text_content();
|
||||
font-size: 0.8rem;
|
||||
}
|
||||
}
|
||||
> div:last-of-type {
|
||||
margin-left: 1rem;
|
||||
> input {
|
||||
@include main_text_content();
|
||||
font-size: 0.8rem;
|
||||
background-color: $teal;
|
||||
color: white;
|
||||
cursor: pointer;
|
||||
border: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
.connectToSeeButton {
|
||||
display: inline-block;
|
||||
@include main_text_content();
|
||||
|
||||
Reference in New Issue
Block a user