mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-11 18:21:04 +08:00
17 lines
314 B
SCSS
17 lines
314 B
SCSS
// scss-lint:disable SelectorDepth
|
|
// scss-lint:disable NestingDepth
|
|
// scss-lint:disable SelectorFormat
|
|
// scss-lint:disable ImportantRule
|
|
|
|
@import "constants";
|
|
@import "mixins";
|
|
|
|
#results-toolbar {
|
|
.help_tooltips {
|
|
.btn-default {
|
|
border: 0;
|
|
color: inherit;
|
|
margin-left: 10px;
|
|
}
|
|
}
|
|
}
|