You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
96 lines
1.8 KiB
96 lines
1.8 KiB
.search-results .result {
|
|
margin-left: 0;
|
|
margin-right: 0;
|
|
}
|
|
|
|
.search-results .result .result-content {
|
|
margin: 7px 0;
|
|
}
|
|
|
|
.search-results .result .filename {
|
|
font-style: italic;
|
|
}
|
|
|
|
.simplesearchform {
|
|
.btn {
|
|
padding-left: 0.5rem;
|
|
padding-right: 0.5rem;
|
|
}
|
|
.btn .icon {
|
|
margin: 0;
|
|
}
|
|
.btn-submit {
|
|
border-color: $input-border-color;
|
|
color: $gray-600;
|
|
}
|
|
.btn-close,
|
|
.btn-clear {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
color: $gray-600;
|
|
z-index: 4;
|
|
}
|
|
.btn-close {
|
|
right: 2.2rem;
|
|
}
|
|
.btn-submit {
|
|
background-color: $gray-100;
|
|
}
|
|
.withclear {
|
|
padding-right: 2rem;
|
|
}
|
|
.searchinput {
|
|
display: flex;
|
|
flex: 1 1 auto;
|
|
}
|
|
.collapsing {
|
|
height: inherit;
|
|
transition: none;
|
|
width: inherit;
|
|
}
|
|
}
|
|
|
|
@include media-breakpoint-down(md) {
|
|
.simplesearchform .collapse.show,
|
|
.simplesearchform .collapsing {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
width: 100%;
|
|
display: flex;
|
|
background-color: $white;
|
|
z-index: $zindex-popover;
|
|
height: $navbar-height;
|
|
.form-inline {
|
|
width: auto;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
}
|
|
}
|
|
.navbar.navbar-light {
|
|
.simplesearchform .btn-open {
|
|
color: $navbar-light-color;
|
|
&:hover {
|
|
color: $navbar-light-hover-color;
|
|
}
|
|
}
|
|
}
|
|
|
|
.search-areas-actions {
|
|
margin-bottom: $spacer;
|
|
}
|
|
|
|
.search-areas-actions > div {
|
|
margin-right: $spacer;
|
|
display: inline-block;
|
|
}
|
|
|
|
#core-search-areas .lastcol li {
|
|
margin-left: 24px;
|
|
text-indent: -24px;
|
|
}
|
|
#core-search-areas .lastcol li > i {
|
|
text-indent: 0;
|
|
}
|
|
|