79 lines
2.1 KiB
SCSS
79 lines
2.1 KiB
SCSS
|
.layout-container > footer {
|
||
|
width: 100vw;
|
||
|
background-color: white;
|
||
|
z-index: 99;
|
||
|
box-shadow: 0px -4px 4px rgba(0, 0, 0, 0.2);
|
||
|
margin-top: 50px;
|
||
|
padding: 0 $x_margin;
|
||
|
#footer_left div {
|
||
|
margin-top: 5px;
|
||
|
display: flex;
|
||
|
justify-content: space-between;
|
||
|
align-items: center;
|
||
|
flex-wrap: nowrap;
|
||
|
#block-erabletheme-logorep {
|
||
|
max-width: 30vw;
|
||
|
img {
|
||
|
width: 100%;
|
||
|
height: auto;
|
||
|
}
|
||
|
}
|
||
|
#block-erabletheme-logoepau {
|
||
|
max-width: 50vw;
|
||
|
img {
|
||
|
width: 100%;
|
||
|
height: auto;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
#footer_section {
|
||
|
display: flex;
|
||
|
width: 100%;
|
||
|
justify-content: space-between;
|
||
|
align-items: center;
|
||
|
margin-top: 10px;
|
||
|
margin-bottom: 20px;
|
||
|
position: relative;
|
||
|
#footer_center {
|
||
|
padding-left: 2vw;
|
||
|
width: 50%;
|
||
|
nav ul {
|
||
|
display: flex;
|
||
|
justify-content: space-between;
|
||
|
li a {
|
||
|
color: $dark_green;
|
||
|
font-size: $sm_font_size;
|
||
|
font-family: 'Marianne', sans-serif;
|
||
|
font-weight: 800;
|
||
|
text-decoration: underline;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
#footer_right {
|
||
|
width: 30%;
|
||
|
#block-erabletheme-socialmedialinks-2 ul {
|
||
|
display: flex;
|
||
|
justify-content: space-between;
|
||
|
li a {
|
||
|
span {
|
||
|
font-weight: lighter;
|
||
|
font-size: 1.4rem;
|
||
|
width: 2.2rem;
|
||
|
height: 2.2rem;
|
||
|
padding: 0.4rem;
|
||
|
border-radius: 1.1rem;
|
||
|
color: white;
|
||
|
background-color: $teal;
|
||
|
}
|
||
|
svg.ext {
|
||
|
background-color: red;
|
||
|
display: none;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
}
|
||
|
|
||
|
}
|