20 lines
210 B
SCSS
20 lines
210 B
SCSS
|
|
.songbook_song {
|
||
|
|
pre {
|
||
|
|
@extend .pre_code
|
||
|
|
}
|
||
|
|
|
||
|
|
header {
|
||
|
|
h2 {
|
||
|
|
margin-bottom: $space_basic;
|
||
|
|
}
|
||
|
|
|
||
|
|
h6 {
|
||
|
|
color: $color_brightest;
|
||
|
|
}
|
||
|
|
|
||
|
|
h2+h6 {
|
||
|
|
margin-top: 0;
|
||
|
|
margin-bottom: $space_small;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|