style filter meetup

This commit is contained in:
Valentin
2024-04-15 11:54:19 +02:00
parent d7daa253b7
commit e9c29cb090
4 changed files with 55 additions and 1 deletions

View File

@@ -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();

View File

@@ -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;