From a6f5207db9b96d4c9506529bfcd75b49e0ecaefe Mon Sep 17 00:00:00 2001 From: Jesiel Viana Date: Mon, 21 Oct 2024 18:05:04 -0300 Subject: [PATCH] padronizando fontes com o vivo --- src/styles/globals.scss | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/styles/globals.scss b/src/styles/globals.scss index 3f8f035..e8348ce 100644 --- a/src/styles/globals.scss +++ b/src/styles/globals.scss @@ -270,6 +270,21 @@ a.nav-link { content: ''; } +.sui-result { + font-family: inherit !important; +} + +li .sui-result__key { + font-weight: bold; + font-size: 1rem; + color: inherit; + font-family: inherit; +} + +li .sui-result__value { + font-size: 1rem; +} + li .sui-result__key:before { content: ''; } @@ -375,6 +390,7 @@ li .sui-result__key:after { .page-search, .page-search .sui-multi-checkbox-facet { color: #210d41; + font-size: 0.9rem; } .sui-search-box__autocomplete-container li[aria-selected='true'] {