From 7b0f6d194028712f1bc5e5c9a612a046f759d940 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Thu, 30 Apr 2020 11:16:32 -0500 Subject: [PATCH] Azure theme tweaks --- app/styles/azure.scss | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/app/styles/azure.scss b/app/styles/azure.scss index b91ddfd68..fbef4bbb9 100644 --- a/app/styles/azure.scss +++ b/app/styles/azure.scss @@ -4,7 +4,7 @@ $gab-brand-default: #0482d8; $gab-background-base-light: #f2f3f6; $gab-background: $gab-background-base-light; -$ui-base-color: #d9eaf9; +$ui-base-color: #d9f2f9; $ui-highlight-color: $gab-brand-default; // $nav-ui-background-color: #000; $nav-ui-highlight-color: #149dfb; @@ -84,4 +84,9 @@ $ui-base-lighter-color: #b0c0cf; .search__input { border-radius: 999px; border: 0; + padding-left: 15px; +} + +.search__icon .fa { + right: 8px; }