Skip to content

Commit

Permalink
padronizando fontes com o vivo
Browse files Browse the repository at this point in the history
  • Loading branch information
jesielviana committed Oct 21, 2024
1 parent ce42435 commit a6f5207
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/styles/globals.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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: '';
}
Expand Down Expand Up @@ -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'] {
Expand Down

0 comments on commit a6f5207

Please sign in to comment.