Merge pull request #263 from AyuntamientoMadrid/include_texts
Include texts
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user