venissieux: add custom class to format footer (#27965)

This commit is contained in:
Frédéric Péters 2019-05-21 17:36:55 +02:00
parent bdfd03fd74
commit 91049fb2be
1 changed files with 26 additions and 0 deletions

View File

@ -268,3 +268,29 @@ div#rub_service div.buttons {
}
}
}
#footer {
.footer-right-links {
a {
color: #456e7c;
img {
width: 40px;
height: 40px;
position: relative;
top: 15px;
}
padding-left: 2rem;
}
}
div.menucell {
text-align: right;
padding-top: 1rem;
padding-right: 2rem;
ul li::after {
content: none;
}
li a {
color: $primary-color;
}
}
}