Deletes text-transform for debates titles
This commit is contained in:
@@ -933,6 +933,12 @@
|
|||||||
|
|
||||||
.panel h3 a {
|
.panel h3 a {
|
||||||
color: #0D3F54;
|
color: #0D3F54;
|
||||||
|
|
||||||
|
text-transform: none;
|
||||||
|
|
||||||
|
&:first-letter {
|
||||||
|
text-transform: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.info, .info a {
|
.info, .info a {
|
||||||
@@ -949,6 +955,11 @@
|
|||||||
|
|
||||||
.panel h3 a {
|
.panel h3 a {
|
||||||
color: $text;
|
color: $text;
|
||||||
|
text-transform: lowercase;
|
||||||
|
|
||||||
|
&:first-letter {
|
||||||
|
text-transform: uppercase;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.info {
|
.info {
|
||||||
@@ -981,11 +992,6 @@
|
|||||||
display: block;
|
display: block;
|
||||||
font-size: rem-calc(14);
|
font-size: rem-calc(14);
|
||||||
line-height: $line-height;
|
line-height: $line-height;
|
||||||
text-transform: lowercase;
|
|
||||||
|
|
||||||
&:first-letter {
|
|
||||||
text-transform: uppercase;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -27,7 +27,7 @@
|
|||||||
<div class="panel">
|
<div class="panel">
|
||||||
<div class="content small-12 left">
|
<div class="content small-12 left">
|
||||||
<h3>
|
<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">
|
<div class="info">
|
||||||
<span class="author">
|
<span class="author">
|
||||||
<%= link_to "Carlos Sánchez", "https://decide.madrid.es/users/13"%>
|
<%= link_to "Carlos Sánchez", "https://decide.madrid.es/users/13"%>
|
||||||
|
|||||||
Reference in New Issue
Block a user