feat: Adapt new hippie-style structure
Sass deprecations removed.
This commit is contained in:
parent
d9f7ae1ff9
commit
c1fea8064e
11 changed files with 166 additions and 147 deletions
|
|
@ -1,3 +1,5 @@
|
|||
@use "../../hippie-style/hippie";
|
||||
|
||||
.songbook_song {
|
||||
pre {
|
||||
@extend .pre_code
|
||||
|
|
@ -5,16 +7,16 @@
|
|||
|
||||
header {
|
||||
h2 {
|
||||
margin-bottom: $space_basic;
|
||||
margin-bottom: hippie.$space_basic;
|
||||
}
|
||||
|
||||
h6 {
|
||||
color: $color_brightest;
|
||||
color: hippie.$color_brightest;
|
||||
}
|
||||
|
||||
h2+h6 {
|
||||
margin-top: 0;
|
||||
margin-bottom: $space_small;
|
||||
margin-bottom: hippie.$space_small;
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue