mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-13 20:56:52 +08:00
69 lines
1.1 KiB
SCSS
69 lines
1.1 KiB
SCSS
// scss-lint:disable SelectorDepth SelectorFormat QualifyingElement
|
|
// scss-lint:disable NestingDepth ImportantRule
|
|
|
|
.my-module-inventories {
|
|
|
|
.main-actions {
|
|
align-items: center;
|
|
display: flex;
|
|
|
|
.filter-container {
|
|
flex-grow: 1;
|
|
}
|
|
}
|
|
|
|
.dataTables_scroll {
|
|
.dataTables_scrollBody {
|
|
thead {
|
|
opacity: 0;
|
|
}
|
|
}
|
|
}
|
|
|
|
tbody {
|
|
tr:hover {
|
|
|
|
.assigned-column {
|
|
.repository-row-edit-icon {
|
|
display: none !important;
|
|
}
|
|
|
|
.circle-icon {
|
|
margin-left: 30px !important;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.pagination-row {
|
|
align-items: center;
|
|
display: flex;
|
|
|
|
.pagination-info,
|
|
.pagination-actions {
|
|
flex-grow: 1;
|
|
}
|
|
|
|
.pagination-info {
|
|
align-items: center;
|
|
display: flex;
|
|
|
|
.dataTables_info {
|
|
padding-top: 0;
|
|
}
|
|
|
|
.dataTables_length {
|
|
margin-right: 24px;
|
|
width: 170px;
|
|
|
|
.dropdown-selector-container {
|
|
width: inherit;
|
|
}
|
|
|
|
label {
|
|
margin-bottom: 0;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|