Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartijn Cuppens <martijn.cuppens@gmail.com>2019-10-27 13:01:30 +0300
committerXhmikosR <xhmikosr@gmail.com>2019-11-25 14:05:57 +0300
commitcd077cd599e55a8a126ce765d8f9adeb595ca3e2 (patch)
treeaaac33966e8363d5c64631a18926ccd024079df0 /site/assets/scss/_algolia.scss
parent4787347c85771076bf159dfc0df9f1cd5cd20dc8 (diff)
Enable RFS for font resizing
- Enable RFS - Add documentation - Disable doc font size overrides
Diffstat (limited to 'site/assets/scss/_algolia.scss')
-rw-r--r--site/assets/scss/_algolia.scss8
1 files changed, 4 insertions, 4 deletions
diff --git a/site/assets/scss/_algolia.scss b/site/assets/scss/_algolia.scss
index f86d2fb4b9..5d9951dc3c 100644
--- a/site/assets/scss/_algolia.scss
+++ b/site/assets/scss/_algolia.scss
@@ -47,7 +47,7 @@
.algolia-docsearch-suggestion--category-header {
padding: .125rem 1rem !important;
margin-top: 0 !important;
- @include font-size(.875rem, true);
+ @include font-size(.875rem !important);
font-weight: 600 !important;
color: $bd-purple-bright !important;
border-bottom: 0 !important;
@@ -107,7 +107,7 @@
.algolia-docsearch-suggestion--title {
display: block;
margin-bottom: 0 !important;
- @include font-size(.875rem, true);
+ @include font-size(.875rem !important);
font-weight: 400 !important;
}
@@ -115,7 +115,7 @@
flex: 0 0 100%;
max-width: 100%;
padding: .2rem 0;
- @include font-size(.8125rem, true);
+ @include font-size(.8125rem !important);
font-weight: 400;
line-height: 1.25 !important;
color: $gray-600;
@@ -126,7 +126,7 @@
width: auto !important;
height: auto !important;
padding: .75rem 1rem 0;
- @include font-size(.75rem, true);
+ @include font-size(.75rem !important);
line-height: 1 !important;
color: $gray-600 !important;
border-top: 1px solid rgba(0, 0, 0, .1);