montreuil: update footer elements styles

This commit is contained in:
Serghei Mihai 2019-09-10 11:48:09 +02:00
parent f49e83443c
commit 50f6e591d3
1 changed files with 22 additions and 0 deletions

View File

@ -3,6 +3,7 @@
background: $background-color;
border: 1px solid $border-color;
padding: 5px 10px;
box-sizing: border-box;
@media screen and (max-width: $nav-mobile-limit) {
display: inline-block;
margin: 3px 1px;
@ -157,6 +158,27 @@ div#footer {
text-decoration: none;
&.button-link {
@include button-link(transparent, $white, $white);
display: inline-block;
width: 100%;
text-align: center;
}
&.location {
&::before {
content: '\f041';
font-family: FontAwesome;
margin-right: 0.5em;
font-size: 135%;
}
}
}
.phone {
background: $white;
color: $primary-color;
padding: 3px 5px;
&::before {
content: '\f095';
font-family: FontAwesome;
margin-right: 0.5em;
}
}
}