scinote-web/app/assets/stylesheets/my_modules/results/index.scss

67 lines
1.1 KiB
SCSS
Raw Normal View History

// 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,
.new-marvinjs-upload-button {
2020-07-28 21:39:29 +08:00
padding: 0;
}
}
2020-03-23 00:47:13 +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-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;
}
}