From 23e3de6e2689634926304f327491fadbd3873be2 Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Thu, 22 Feb 2018 20:55:00 -0800 Subject: [PATCH] tweak modal design --- routes/_components/dialog/ModalDialog.html | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/routes/_components/dialog/ModalDialog.html b/routes/_components/dialog/ModalDialog.html index 9959bc7b..30c1dbe6 100644 --- a/routes/_components/dialog/ModalDialog.html +++ b/routes/_components/dialog/ModalDialog.html @@ -55,17 +55,10 @@ border: none; } .close-dialog-button span { - padding: 0 15px; - font-size: 48px; + padding: 0 10px 7px; + font-size: 32px; color: var(--button-primary-text); } - - @media (max-width: 767px) { - .close-dialog-button span { - padding: 0 10px 4px; - font-size: 32px; - } - }