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

53 lines
844 B
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;
}
.create-wopi-file-btn {
padding: 0;
img {
margin-left: -5px;
}
}
}
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
}