You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mvfront-react/styles/scss/_footer.scss

39 lines
563 B

footer {
background-color: $mv-blue-color;
color: $mv-light-color;
padding: 16px;
min-height: 7vh;
}
footer a {
color: $mv-light-color;
font-size: 14px;
text-decoration: unset;
}
footer a:hover {
color: white;
text-decoration: underline;
}
.menu-flags {
padding-bottom: 0px !important;
}
.menu-flags > ul {
bottom: 30px;
color: $mv-blue-color;
}
.menu-flags > button {
color: white;
border: unset;
&:after {
border-top-color: white;
}
}
@include media-breakpoint-down("md") {
footer {
display: none !important;
}
}