Skip to content

Commit

Permalink
Merge pull request #42 from lblod/fix/GN-3742
Browse files Browse the repository at this point in the history
GN-3742
  • Loading branch information
elpoelma authored Oct 20, 2022
2 parents 7684e53 + f614379 commit d6a0c53
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions app/styles/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -57,34 +57,18 @@ div.table-of-contents {

[typeof="https://say.data.gift/ns/Title"] > [property="say:heading"] {
@extend .au-c-heading--3;

&:before {
content: 'Titel';
}
}

[typeof="https://say.data.gift/ns/Chapter"] > [property="say:heading"] {
@extend .au-c-heading--4;

&:before {
content: 'Hoodfstuk';
}
}

[typeof="https://say.data.gift/ns/Section"] > [property="say:heading"] {
@extend .au-c-heading--5;

&:before {
content: 'Afdeling';
}
}

[typeof="https://say.data.gift/ns/Subsection"] > [property="say:heading"] {
@extend .au-c-heading--6;

&:before {
content: 'Onderafdeling';
}
}

.au-c-card__content {
Expand Down

0 comments on commit d6a0c53

Please sign in to comment.