From d7a1c7f693de1c7eea6430c9b8a984f51143de09 Mon Sep 17 00:00:00 2001 From: Paulo Reis Date: Fri, 24 Jun 2016 14:01:22 +0100 Subject: [PATCH] Inline links in the hint now match the theme. --- services/web/public/stylesheets/app/editor/pdf.less | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/services/web/public/stylesheets/app/editor/pdf.less b/services/web/public/stylesheets/app/editor/pdf.less index c2ad5895be..db29870c1a 100644 --- a/services/web/public/stylesheets/app/editor/pdf.less +++ b/services/web/public/stylesheets/app/editor/pdf.less @@ -181,6 +181,7 @@ .card-hint:extend(.card-thin) { margin-top: 10px; + padding-bottom: 7px; cursor: default; &-icon-container { @@ -235,7 +236,8 @@ font-size: 0.8rem; } - &-actions a { + &-actions a, + &-text a { .alert-danger & { color: @alert-danger-text; }