tuxwebror/app/assets/stylesheets/src/layouts/footer.scss
2018-12-21 19:06:39 +01:00

41 lines
673 B
SCSS

@import "../variables";
.footer\#home {
margin-top: 70px;
color: $blanc_immacule;
height: 50px;
line-height: 50px;
font-size: 1.5em;
box-shadow: 0 -10px 20px -5px $shadow;
display: flex;
flex-direction: row;
justify-content: flex-end;
.bugreport {
padding-left: 7px;
}
.copyright {
margin: auto;
}
.language {
padding-right: 7px;
figure {
transition: .1s ease-in-out;
border: 1px solid $blanc_immacule;
border-radius: 50%;
width: 30px!important;
height: 30px!important;
&:hover {
box-shadow: 0 0 20px 0 $hovered_shadow;
}
&:first-child {
margin-right: 7px;
}
&:last-child {
margin-left: 7px;
}
}
}
}