Deletes text-transform for debates titles

This commit is contained in:
Alberto Garcia Cabeza
2015-11-13 12:24:50 +01:00
parent e087d1f817
commit ca55b43e7c
2 changed files with 12 additions and 6 deletions

View File

@@ -933,6 +933,12 @@
.panel h3 a {
color: #0D3F54;
text-transform: none;
&:first-letter {
text-transform: none;
}
}
.info, .info a {
@@ -949,6 +955,11 @@
.panel h3 a {
color: $text;
text-transform: lowercase;
&:first-letter {
text-transform: uppercase;
}
}
.info {
@@ -981,11 +992,6 @@
display: block;
font-size: rem-calc(14);
line-height: $line-height;
text-transform: lowercase;
&:first-letter {
text-transform: uppercase;
}
}
}
}