style filter meetup
This commit is contained in:
parent
d7daa253b7
commit
e9c29cb090
|
@ -244,6 +244,7 @@ body.toolbar-fixed header[role=banner] {
|
|||
}
|
||||
.layout-container header[role=banner] > div #block-erabletheme-header ul:not(.social-media-links--platforms) {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
z-index: -1;
|
||||
display: none;
|
||||
height: auto;
|
||||
|
@ -2043,6 +2044,35 @@ main.main-login .login > div > div:not(.hidden) form .button:hover, main.main-lo
|
|||
.fullpage.meetup > .meetup_list > .views-row > article > .legende {
|
||||
display: none !important;
|
||||
}
|
||||
.fullpage.meetup > .views-exposed-form {
|
||||
font-family: "Marianne", sans-serif;
|
||||
font-size: 1rem;
|
||||
line-height: 1.4;
|
||||
display: flex;
|
||||
margin-left: 3vw;
|
||||
}
|
||||
.fullpage.meetup > .views-exposed-form > div {
|
||||
width: auto;
|
||||
}
|
||||
.fullpage.meetup > .views-exposed-form > div > select {
|
||||
font-family: "Marianne", sans-serif;
|
||||
font-size: 1rem;
|
||||
line-height: 1.4;
|
||||
font-size: 0.8rem;
|
||||
}
|
||||
.fullpage.meetup > .views-exposed-form > div:last-of-type {
|
||||
margin-left: 1rem;
|
||||
}
|
||||
.fullpage.meetup > .views-exposed-form > div:last-of-type > input {
|
||||
font-family: "Marianne", sans-serif;
|
||||
font-size: 1rem;
|
||||
line-height: 1.4;
|
||||
font-size: 0.8rem;
|
||||
background-color: #038788;
|
||||
color: white;
|
||||
cursor: pointer;
|
||||
border: none;
|
||||
}
|
||||
.fullpage.meetup .connectToSeeButton {
|
||||
display: inline-block;
|
||||
font-family: "Marianne", sans-serif;
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue