mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-10 09:28:37 +08:00
26 lines
374 B
SCSS
26 lines
374 B
SCSS
// scss-lint:disable IdSelector
|
|
|
|
@import "constants";
|
|
|
|
#manage-repository-column {
|
|
.modal-footer {
|
|
text-align: center;
|
|
}
|
|
|
|
.delete-footer {
|
|
text-align: right;
|
|
}
|
|
|
|
.range-label {
|
|
left: 3px;
|
|
position: relative;
|
|
top: -2px;
|
|
}
|
|
|
|
#repository-column-data-type + .dropdown-selector-container {
|
|
.custom-option {
|
|
padding: 0 25px;
|
|
}
|
|
}
|
|
}
|
|
|