diff --git a/services/web/public/stylesheets/app/editor/pdf.less b/services/web/public/stylesheets/app/editor/pdf.less index 27d943000b..1ca40d5179 100644 --- a/services/web/public/stylesheets/app/editor/pdf.less +++ b/services/web/public/stylesheets/app/editor/pdf.less @@ -229,6 +229,20 @@ font-size: 0.8rem; } + &-actions a { + .alert-danger & { + color: @alert-danger-text; + } + + .alert-warning & { + color: @alert-warning-text; + } + + .alert-info & { + color: @alert-info-text; + } + } + &-feedback { float: right;