meetup + faq + pages forms
This commit is contained in:
@@ -23,7 +23,6 @@ body.toolbar-fixed header[role="banner"] {
|
||||
box-shadow: none;
|
||||
}
|
||||
> div {
|
||||
height: 10vh;
|
||||
display: grid;
|
||||
grid-template-columns: repeat(16, 1fr);
|
||||
> div{
|
||||
@@ -151,6 +150,9 @@ body.toolbar-fixed header[role="banner"] {
|
||||
padding: 0;
|
||||
align-items: center;
|
||||
flex-direction: column;
|
||||
@media screen and (min-width: $breakpoint_desktop) {
|
||||
padding-top: 3rem;
|
||||
}
|
||||
> li {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
@@ -224,45 +226,51 @@ body.toolbar-fixed header[role="banner"] {
|
||||
}
|
||||
ul.active {
|
||||
padding: 30px 0;
|
||||
padding-top: 3rem;
|
||||
max-height: 100vh;
|
||||
}
|
||||
}
|
||||
#block-erabletheme-navigationprincipale {
|
||||
display: none;
|
||||
grid-column: 1 / 17;
|
||||
grid-row: 2;
|
||||
background-color: white;
|
||||
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
|
||||
@media (min-width: $breakpoint_desktop) {
|
||||
display: block;
|
||||
margin-top: 0 !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
#block-erabletheme-navigationprincipale {
|
||||
position: fixed;
|
||||
width: 100%;
|
||||
margin-top: 10vh;
|
||||
display: none;
|
||||
grid-column: 1 / 17;
|
||||
grid-row: 2;
|
||||
background-color: white;
|
||||
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
|
||||
@media (min-width: $breakpoint_desktop) {
|
||||
display: block;
|
||||
}
|
||||
ul {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
padding: 1rem 10vw;
|
||||
justify-content: space-around;
|
||||
border-top: solid 1px $dark_green;
|
||||
li {
|
||||
font-family: 'Marianne', sans-serif;
|
||||
font-size: $m_font_size;
|
||||
a {
|
||||
font-weight: 800;
|
||||
padding: 4px 6px;
|
||||
color: black;
|
||||
background-color: rgba(255, 255, 255, 0);
|
||||
transition: background-color 0.3s ease;
|
||||
}
|
||||
ul {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
padding: 1rem 10vw;
|
||||
justify-content: space-around;
|
||||
border-top: solid 1px $dark_green;
|
||||
li {
|
||||
font-family: 'Marianne', sans-serif;
|
||||
font-size: $m_font_size;
|
||||
a {
|
||||
font-weight: 800;
|
||||
padding: 4px 6px;
|
||||
color: black;
|
||||
background-color: rgba(255, 255, 255, 0);
|
||||
transition: background-color 0.3s ease;
|
||||
}
|
||||
a:hover {
|
||||
background-color: $fluo_green;
|
||||
}
|
||||
a.is-active {
|
||||
background-color: $fluo_green;
|
||||
}
|
||||
}
|
||||
a:hover {
|
||||
background-color: $fluo_green;
|
||||
}
|
||||
a.is-active {
|
||||
background-color: $fluo_green;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user