mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-17 06:35:14 +08:00
18 lines
314 B
SCSS
18 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;
|
||
|
}
|
||
|
}
|
||
|
}
|