web-remote/src/app/components/chord-view/chordpro.scss

23 lines
384 B
SCSS

.song {
white-space: pre-wrap;
.with-chords {
line-height: 2;
}
span[data-chord]:before {
position: relative;
top: -1em;
display: inline-block;
content: attr(data-chord);
width: 0;
color: yellow;
}
}
.nextSlides {
.song {
span[data-chord]:before {
color: gray;
}
}
}