mirror of
https://gitlab.com/parroquia-san-leandro/cancionero-web.git
synced 2026-01-28 13:07:58 +01:00
Convert Python templates to django template engine
This commit is contained in:
parent
7f52ff6b6c
commit
fc90400f8f
19 changed files with 412 additions and 383 deletions
|
|
@ -20,7 +20,7 @@
|
|||
background-color: @secondary-hover;
|
||||
transition-duration: @transition;
|
||||
}
|
||||
&.hasChords {
|
||||
&.noChords {
|
||||
background-color: @nochordscolor;
|
||||
&:hover {
|
||||
color: @text-hover;
|
||||
|
|
@ -30,7 +30,7 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
span.hasChords {
|
||||
span.noChords {
|
||||
background-color: @nochordscolor;
|
||||
padding: 0.3em 0.4em;
|
||||
border-radius: @border-radius;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue