From aba9fd508df58b0839436e3c6bb80522e9018e64 Mon Sep 17 00:00:00 2001 From: gaelle morin Date: Fri, 26 Mar 2021 16:16:15 +0100 Subject: [PATCH] patch: search-button style added --- src/styles/index.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/styles/index.scss b/src/styles/index.scss index 474a68e..4af8d42 100644 --- a/src/styles/index.scss +++ b/src/styles/index.scss @@ -138,3 +138,9 @@ hubl-create-contact { } } } + +.form.search-button :not(.add-member)+button[type=submit] { + background-color: #E9F2FF; + border: none; + color: #0068FF; +}