Deletes text-transform for debates titles
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
<div class="panel">
|
||||
<div class="content small-12 left">
|
||||
<h3>
|
||||
<%= link_to "#TúPreguntas: Carlos Sánchez Mato, concejal de economía y hacienda.", "https://decide.madrid.es/debates/4298" %></h3>
|
||||
<%= link_to "#TúPreguntas: Carlos Sánchez Mato, concejal de Economía y Hacienda.", "https://decide.madrid.es/debates/4298" %></h3>
|
||||
<div class="info">
|
||||
<span class="author">
|
||||
<%= link_to "Carlos Sánchez", "https://decide.madrid.es/users/13"%>
|
||||
|
||||
Reference in New Issue
Block a user