2019-07-15 23:17:14 +08:00
|
|
|
// scss-lint:disable SelectorDepth
|
|
|
|
// scss-lint:disable NestingDepth
|
|
|
|
// scss-lint:disable SelectorFormat
|
|
|
|
// scss-lint:disable ImportantRule
|
|
|
|
|
|
|
|
@import "constants";
|
|
|
|
@import "mixins";
|
|
|
|
|
|
|
|
#results-toolbar {
|
2020-07-28 21:39:29 +08:00
|
|
|
align-items: center;
|
|
|
|
display: flex;
|
|
|
|
|
|
|
|
.add-result-dropdown {
|
|
|
|
li {
|
|
|
|
cursor: pointer;
|
|
|
|
padding: .5em 1em;
|
|
|
|
|
|
|
|
.fas {
|
|
|
|
padding-right: .5em;
|
2020-11-03 01:47:08 +08:00
|
|
|
width: 1.75em;
|
2020-07-28 21:39:29 +08:00
|
|
|
}
|
|
|
|
|
2020-11-03 01:47:08 +08:00
|
|
|
.create-wopi-file-btn,
|
2021-08-11 15:50:00 +08:00
|
|
|
.new-marvinjs-upload-button,
|
|
|
|
.new-bio-eddie-upload-button {
|
2020-07-28 21:39:29 +08:00
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
}
|
2020-03-23 00:47:13 +08:00
|
|
|
}
|
2019-12-04 18:27:22 +08:00
|
|
|
|
2020-08-13 19:18:50 +08:00
|
|
|
.collapse-expand-result {
|
|
|
|
margin-left: auto;
|
|
|
|
}
|
|
|
|
|
2020-07-28 21:39:29 +08:00
|
|
|
.sort-result-dropdown {
|
|
|
|
margin-left: .5em;
|
|
|
|
|
|
|
|
.dropdown-menu {
|
|
|
|
a {
|
|
|
|
@include font-button;
|
|
|
|
padding: .5em 1em;
|
|
|
|
|
|
|
|
&.selected::after {
|
|
|
|
@include font-awesome;
|
|
|
|
content: $font-fas-check;
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2019-07-15 23:17:14 +08:00
|
|
|
}
|
2019-12-12 20:17:09 +08:00
|
|
|
}
|
2020-11-25 23:25:17 +08:00
|
|
|
|
|
|
|
.result {
|
|
|
|
.panel {
|
|
|
|
margin-left: 4.25em !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.result-icon {
|
|
|
|
@include font-main;
|
|
|
|
background: $color-concrete;
|
|
|
|
border-radius: 50%;
|
|
|
|
float: left;
|
|
|
|
line-height: 3em;
|
|
|
|
text-align: center;
|
|
|
|
width: 3em;
|
|
|
|
}
|
|
|
|
}
|