scinote-web/app/assets/stylesheets/repository/repository_table.scss
2019-12-11 14:49:14 +01:00

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;
}
}
}
}