Skip to content

Commit

Permalink
fix: fix font-style when adding new page
Browse files Browse the repository at this point in the history
  • Loading branch information
giuliaghisini committed Sep 22, 2023
1 parent c207617 commit d4e4a71
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions src/theme/_cms-ui.scss
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,10 @@ body.cms-ui {
&.contenttype-argomento,
&.contenttype-pagina-argomento,
&.contenttype-cartellamodulistica {
&:not(.section-add) {
.block {
font-family: $font-family-sans-serif;
font-weight: 300;
line-height: 1.555;
}
.block {
font-family: $font-family-sans-serif;
font-weight: 300;
line-height: 1.555;
}
}

Expand Down

0 comments on commit d4e4a71

Please sign in to comment.