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();
|
||||
|
@@ -158,6 +158,7 @@ body.toolbar-fixed header[role="banner"] {
|
||||
}
|
||||
ul:not(.social-media-links--platforms) {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
z-index: -1;
|
||||
display: none;
|
||||
height: auto;
|
||||
|
Reference in New Issue
Block a user