mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-10 09:28:37 +08:00
17 lines
298 B
SCSS
17 lines
298 B
SCSS
// scss-lint:disable SelectorDepth SelectorFormat QualifyingElement
|
|
// scss-lint:disable NestingDepth ImportantRule
|
|
|
|
@import "constants";
|
|
|
|
.repository-table {
|
|
// Cells
|
|
|
|
// Checklists
|
|
.checklist-dropdown {
|
|
.dropdown-menu {
|
|
.checklist-item {
|
|
padding: 5px;
|
|
}
|
|
}
|
|
}
|
|
}
|