Merge pull request #263 from AyuntamientoMadrid/include_texts

Include texts
This commit is contained in:
Raimond Garcia
2015-08-28 10:07:33 +02:00
8 changed files with 116 additions and 52 deletions

View File

@@ -217,6 +217,12 @@ header {
margin: 0;
}
p {
color: white;
font-size: rem-calc(18);
line-height: $line-height;
}
.button {
color: white;
font-family: inherit;
@@ -431,6 +437,11 @@ footer {
.logo {
@include logo;
a {
line-height: rem-calc(36);
padding-left: 0;
}
}
h4 {
@@ -446,6 +457,16 @@ footer {
opacity: .5;
}
}
.footer-description {
a {
text-decoration: underline;
&:hover {
color: rgba(255,255,255,.6);
}
}
}
}
.subfooter {