From fd220eb19fd39a38df77f38c03d103cbf0731913 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Fri, 2 Oct 2020 10:27:14 +0200 Subject: [PATCH] Re-Position Search Button --- .../lib/customer-search/search-main/search-main.component.scss | 2 +- tailwind.config.js | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/page/customer/src/lib/customer-search/search-main/search-main.component.scss b/apps/page/customer/src/lib/customer-search/search-main/search-main.component.scss index 3ee1b0a51..b82288a90 100644 --- a/apps/page/customer/src/lib/customer-search/search-main/search-main.component.scss +++ b/apps/page/customer/src/lib/customer-search/search-main/search-main.component.scss @@ -33,7 +33,7 @@ ui-searchbox { } [uiSearchboxSearchButton] { - @apply bg-white text-brand; + @apply bg-white text-brand pr-px-25; .spin { @apply bg-white text-ucla-blue; diff --git a/tailwind.config.js b/tailwind.config.js index 2a5e17f7a..0047d4c9a 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -30,6 +30,7 @@ module.exports = { 'px-10': '10px', 'px-15': '15px', 'px-20': '20px', + 'px-25': '25px', 'px-50': '50px', 'px-100': '100px', 'px-150': '150px',