Cambios manuel 09-01-2020

parent c32cd3cb
......@@ -574,7 +574,7 @@ header.masthead-rock-listado {
padding-bottom: 0;
background: #000000 url("../img/fondo-rock-listado.png") no-repeat;
background-size: cover;
opacity: .6:
opacity: .6;
}
.titulo-genero {
......@@ -629,6 +629,22 @@ ul li.item-suscripcion {
background-size:32px;
}
a.verCanciones {
background:#fe4747;
color:#ffffff;
font-size: 0.8rem;
font-weight: 400;
text-decoration:none;
border-radius:3px 3px;
margin:0 0 0 10px;
padding:5px;
}
a.verCanciones:hover {
background:#25aade;
}
/* Mi Cuenta ************************/
......
......@@ -20,7 +20,7 @@
<div class="row">
<div class="col-12">
<p class="numero-top text-left">
{{ lista.lisNombre }} <a href="{{ path('front_canciones_lista', { 'lisId': lista.lisId }) }}" target="_blank">(Ver canciones) </a>
{{ lista.lisNombre }} <a href="{{ path('front_canciones_lista', { 'lisId': lista.lisId }) }}" class="verCanciones" target="_blank">(Ver canciones) </a>
</p>
<p>Suscribete a esta categoria por $500 semanales</p>
<button type="submit" class="btn btn-codigo-suscripcion col-11 mt-4 mb-5">Suscríbete aquí</button>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment