diff --git a/src/theme/_cms-ui.scss b/src/theme/_cms-ui.scss index 167967a92..9e5698382 100644 --- a/src/theme/_cms-ui.scss +++ b/src/theme/_cms-ui.scss @@ -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; } }