From ac81d09ea02a35993a51cf45d57ef38f36012ad3 Mon Sep 17 00:00:00 2001 From: Tamara Steinwender <tamara.steinwender@tugraz.at> Date: Tue, 19 Jul 2022 10:53:07 +0200 Subject: [PATCH] Apply closing icon design on a trust handy signature box2 --- src/styles.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/styles.js b/src/styles.js index 3a58264..19add42 100644 --- a/src/styles.js +++ b/src/styles.js @@ -194,7 +194,7 @@ export function getSignatureCss() { font-weight: bold; } - #pdf-preview button.is-cancel { + #pdf-preview button.is-cancel, .box-header .is-cancel { background: transparent; border: none; font-size: 1.5rem; @@ -203,6 +203,8 @@ export function getSignatureCss() { padding: 0px 2px; margin-top: -5px; } + + .is-right { float: right; -- GitLab