From bc0b782fac08e11f211d1d8e0cb1e69d345e2aba Mon Sep 17 00:00:00 2001 From: john19696 Date: Fri, 5 Aug 2022 16:40:36 +0100 Subject: [PATCH] vertically centre add_box --- src/web/stylesheets/components/_button.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/web/stylesheets/components/_button.css b/src/web/stylesheets/components/_button.css index 54dfc339..8638bbb2 100755 --- a/src/web/stylesheets/components/_button.css +++ b/src/web/stylesheets/components/_button.css @@ -11,3 +11,7 @@ span.btn img { margin-right: 3px; margin-bottom: 1px; } + +button.btn.accessibleUX { + margin-top: -5px; +} \ No newline at end of file