add image and styles for coeur-en-ville icon

This commit is contained in:
Serghei Mihai 2016-05-04 18:07:42 +02:00
parent 2fb8d1a5c1
commit 4e4865937c
2 changed files with 16 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 10 KiB

View File

@ -223,11 +223,24 @@ div#footer-instagram a {
padding-top: 10px;
}
div.tiny-gutters > div.coeur-en-ville a {
background-image: url("coeur-ville.png");
height: 81px;
.btn .fa-heart::after {
content: "";
position: absolute;
background-image: url(coeur-ville.png);
height: 80px;
width: 80px;
display: block;
background-size: 80px;
top: 0px;
left: 50%;
margin-left: -40px;
}
.btn .fa-heart::before {
color: transparent;
}
@media screen and (min-width: 768px) {
.momo-page {
top: 110px;