From d3d0fe1490c32eba0879af08cc5c75757e6aab23 Mon Sep 17 00:00:00 2001 From: Kujtim Prenku <95851345+kujtimprenkuSQA@users.noreply.github.com> Date: Fri, 9 Feb 2024 12:16:27 +0100 Subject: [PATCH] Fix styles for the wallet selector modal. (#1716) Co-authored-by: gagdiez --- website/src/css/custom.scss | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/website/src/css/custom.scss b/website/src/css/custom.scss index d3802910874..a786118760f 100644 --- a/website/src/css/custom.scss +++ b/website/src/css/custom.scss @@ -388,4 +388,18 @@ iframe+em { /* BOOTSTRAP */ /* TODO: Include this from file */ -@import './bootstrap.scss' \ No newline at end of file +@import './bootstrap.scss'; + +#near-wallet-selector-modal { + .nws-modal-wrapper .nws-modal .modal-left .modal-left-title h2 { + font-family: inherit; + } + .nws-modal-wrapper .nws-modal .modal-right .nws-modal-header h3.middleTitle { + margin: 4px auto !important; + font-family: inherit; + } + + .nws-modal-wrapper .nws-modal .modal-right .wallet-what .content-side h3 { + margin: 0 auto 8px 0 !important; + } +}