mirror of
https://gitlab.com/parroquia-san-leandro/cancionero-web.git
synced 2026-04-02 20:38:49 +02:00
fix CSS mistranslated from LESS
This commit is contained in:
parent
963a6ed023
commit
383c60b144
2 changed files with 3 additions and 3 deletions
|
|
@ -67,7 +67,7 @@ a {
|
||||||
padding: 0.5em;
|
padding: 0.5em;
|
||||||
margin: 0.2em;
|
margin: 0.2em;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
border-radius: var(--border-radius) * 5;
|
border-radius: calc(var(--border-radius) * 5);
|
||||||
border: 1px solid var(--text-color);
|
border: 1px solid var(--text-color);
|
||||||
@media (prefers-color-scheme: dark) {
|
@media (prefers-color-scheme: dark) {
|
||||||
color: var(--text-color-dark);
|
color: var(--text-color-dark);
|
||||||
|
|
|
||||||
|
|
@ -38,7 +38,8 @@ div.chorus, p.chorus {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.rrep {
|
.rrep,
|
||||||
|
.lrep {
|
||||||
background-image: url(repeat-sign.svg);
|
background-image: url(repeat-sign.svg);
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 1em;
|
width: 1em;
|
||||||
|
|
@ -56,7 +57,6 @@ div.chorus, p.chorus {
|
||||||
transform: scaleX(-1);
|
transform: scaleX(-1);
|
||||||
filter: FlipV;
|
filter: FlipV;
|
||||||
-ms-filter: "FlipV";
|
-ms-filter: "FlipV";
|
||||||
.rrep();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.rep {
|
.rep {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue