Skip to content

Commit

Permalink
remove the css styles that add “before” text to the “publish” view
Browse files Browse the repository at this point in the history
  • Loading branch information
tim6t committed Oct 19, 2022
1 parent e8395a1 commit f614379
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 f614379

Please sign in to comment.