mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-11 18:21:04 +08:00
33 lines
522 B
SCSS
33 lines
522 B
SCSS
@import "constants";
|
|
|
|
.repositories-dropdown-menu {
|
|
height: auto;
|
|
max-height: 400px;
|
|
overflow-x: hidden;
|
|
text-transform: initial;
|
|
}
|
|
|
|
.repository-table {
|
|
margin-top: 20px;
|
|
|
|
// Datatables generated name
|
|
.dataTables_length {
|
|
display: inline-block;
|
|
}
|
|
}
|
|
|
|
.repository-cog {
|
|
display: inline-block;
|
|
float: right;
|
|
padding-left: 4px;
|
|
}
|
|
|
|
#repository-table_paginate {
|
|
float: right;
|
|
text-align: inherit;
|
|
}
|
|
|
|
.breadcrumb.breadcrumb-repository {
|
|
background-color: $color-concrete;
|
|
margin-bottom: 15px;
|
|
}
|