mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-17 09:52:29 +01:00
fix docsearch styles
This commit is contained in:
parent
0cda77f52f
commit
21570370be
@ -3,18 +3,18 @@
|
|||||||
// `!important` indicates overridden properties.
|
// `!important` indicates overridden properties.
|
||||||
.algolia-autocomplete {
|
.algolia-autocomplete {
|
||||||
display: block !important;
|
display: block !important;
|
||||||
flex: 1;
|
// flex: 1;
|
||||||
|
|
||||||
// Menu container
|
// Menu container
|
||||||
.ds-dropdown-menu {
|
.ds-dropdown-menu {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
min-width: 0 !important;
|
min-width: 0 !important;
|
||||||
max-width: none !important;
|
max-width: none !important;
|
||||||
padding: .75rem 0 !important;
|
padding: 10px 0 !important;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
background-clip: padding-box;
|
background-clip: padding-box;
|
||||||
border: 1px solid rgba(0,0,0,.1);
|
border: 1px solid rgba(0,0,0,.1);
|
||||||
box-shadow: 0 .5rem 1rem rgba(0,0,0,.175);
|
box-shadow: 0 8px 15px rgba(0,0,0,.175);
|
||||||
|
|
||||||
@media min-width(@screen-sm-min) {
|
@media min-width(@screen-sm-min) {
|
||||||
width: 175%;
|
width: 175%;
|
||||||
@ -43,9 +43,9 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.algolia-docsearch-suggestion--category-header {
|
.algolia-docsearch-suggestion--category-header {
|
||||||
padding: .125rem 1rem !important;
|
padding: 2px 15px !important;
|
||||||
margin-top: 0 !important;
|
margin-top: 0 !important;
|
||||||
font-size: .875rem !important;
|
font-size: 13px !important;
|
||||||
font-weight: 500 !important;
|
font-weight: 500 !important;
|
||||||
color: #7952b3 !important;
|
color: #7952b3 !important;
|
||||||
border-bottom: 0 !important;
|
border-bottom: 0 !important;
|
||||||
@ -78,8 +78,8 @@
|
|||||||
.ds-suggestion {
|
.ds-suggestion {
|
||||||
&:not(:first-child) {
|
&:not(:first-child) {
|
||||||
.algolia-docsearch-suggestion--category-header {
|
.algolia-docsearch-suggestion--category-header {
|
||||||
padding-top: .75rem !important;
|
padding-top: 10px !important;
|
||||||
margin-top: .75rem !important;
|
margin-top: 10px !important;
|
||||||
border-top: 1px solid rgba(0,0,0,.1);
|
border-top: 1px solid rgba(0,0,0,.1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -91,16 +91,16 @@
|
|||||||
|
|
||||||
.algolia-docsearch-suggestion--title {
|
.algolia-docsearch-suggestion--title {
|
||||||
display: block;
|
display: block;
|
||||||
padding: .25rem 1rem !important;
|
padding: 4px 15px !important;
|
||||||
margin-bottom: 0 !important;
|
margin-bottom: 0 !important;
|
||||||
font-size: .875rem !important;
|
font-size: 13px !important;
|
||||||
font-weight: 400 !important;
|
font-weight: 400 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.algolia-docsearch-suggestion--text {
|
.algolia-docsearch-suggestion--text {
|
||||||
padding: 0 1rem .5rem !important;
|
padding: 0 15px 8px !important;
|
||||||
margin-top: -.25rem;
|
margin-top: -4px;
|
||||||
font-size: .875rem !important;
|
font-size: 13px !important;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
line-height: 1.25 !important;
|
line-height: 1.25 !important;
|
||||||
}
|
}
|
||||||
@ -109,8 +109,8 @@
|
|||||||
float: none !important;
|
float: none !important;
|
||||||
width: auto !important;
|
width: auto !important;
|
||||||
height: auto !important;
|
height: auto !important;
|
||||||
padding: .75rem 1rem 0;
|
padding: 10px 15px 0;
|
||||||
font-size: .75rem !important;
|
font-size: 10px !important;
|
||||||
line-height: 1 !important;
|
line-height: 1 !important;
|
||||||
color: #767676 !important;
|
color: #767676 !important;
|
||||||
border-top: 1px solid rgba(0,0,0,.1);
|
border-top: 1px solid rgba(0,0,0,.1);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user