From 07c5527b1e0fd710fed6c81afde1eaabe2a075fc Mon Sep 17 00:00:00 2001 From: David Walsh Date: Thu, 10 Dec 2020 12:02:57 -0600 Subject: [PATCH] Use consistent font size for modal top right Close links (#10000) --- .../app/gas-customization/gas-modal-page-container/index.scss | 1 + ui/app/pages/send/send.scss | 1 + 2 files changed, 2 insertions(+) diff --git a/ui/app/components/app/gas-customization/gas-modal-page-container/index.scss b/ui/app/components/app/gas-customization/gas-modal-page-container/index.scss index fd09c01ee..be2dcc3ed 100644 --- a/ui/app/components/app/gas-customization/gas-modal-page-container/index.scss +++ b/ui/app/components/app/gas-customization/gas-modal-page-container/index.scss @@ -35,6 +35,7 @@ color: #4eade7; position: absolute; + font-size: 0.75rem; top: 4px; right: 16px; cursor: pointer; diff --git a/ui/app/pages/send/send.scss b/ui/app/pages/send/send.scss index decf358cf..e416b41b2 100644 --- a/ui/app/pages/send/send.scss +++ b/ui/app/pages/send/send.scss @@ -21,6 +21,7 @@ position: absolute; right: 1rem; width: min-content; + font-size: 0.75rem; } }