Files
WrenchBoradWeb/www/assets/less/components/pages/search.less
T
2019-05-31 11:26:35 -04:00

54 lines
1.0 KiB
Plaintext

/* ------------------------------------------------------------------------------
*
* # Search
*
* Styles for search results and input
*
* Version: 1.1
* Latest update: Mar 6, 2016
*
* ---------------------------------------------------------------------------- */
// Result details bottom spacing
.search-results-list {
.list-inline {
margin-bottom: 5px;
}
}
// Related searches list
.related-searches {
margin-top: @line-height-computed;
margin-bottom: @line-height-computed;
padding: @panel-body-padding;
border-top: 1px solid @gray-lighter;
border-bottom: 1px solid @gray-lighter;
}
// Results
.website-search-results {
padding: @line-height-computed;
padding-bottom: 0;
border-bottom: 1px solid @gray-lighter;
}
// Media preview size
.media-preview {
width: auto;
height: auto;
max-width: none;
max-height: 90px;
}
// Search option buttons, below search field
@media (max-width: @screen-xs-max) {
.search-option-buttons {
text-align: center;
> .text-right {
text-align: inherit;
}
}
}