Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
musica_listas_umusic
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Cristian Mauricio Diaz Canales
musica_listas_umusic
Commits
392ffb5b
Commit
392ffb5b
authored
Jan 09, 2020
by
Cristian Mauricio Diaz Canales
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cambios manuel 09-01-2020
parent
c32cd3cb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
2 deletions
+18
-2
public/frontend/css/style.css
public/frontend/css/style.css
+17
-1
templates/frontend/paginas/mostrarContratar.html.twig
templates/frontend/paginas/mostrarContratar.html.twig
+1
-1
No files found.
public/frontend/css/style.css
View file @
392ffb5b
...
...
@@ -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 ************************/
...
...
templates/frontend/paginas/mostrarContratar.html.twig
View file @
392ffb5b
...
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment