mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-15 21:56:12 +08:00
50 lines
749 B
SCSS
50 lines
749 B
SCSS
|
// scss-lint:disable IdSelector SelectorDepth NestingDepth
|
||
|
|
||
|
#shareable-link-welcome-modal,
|
||
|
#team-sharing-tasks,
|
||
|
#modalDestroyShareableLink {
|
||
|
.modal-body {
|
||
|
padding: .625rem 1rem;
|
||
|
|
||
|
.text-sm:last-child {
|
||
|
margin-bottom: 0;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
|
||
|
.shareable-links {
|
||
|
.module-name {
|
||
|
width: calc(100vw - 27rem);
|
||
|
}
|
||
|
|
||
|
#assigned-items-container .assigned-repository {
|
||
|
border: unset;
|
||
|
|
||
|
.assigned-repository-caret {
|
||
|
padding: 0;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.dataTables_paginate .paginate_button {
|
||
|
&.next,
|
||
|
&.previous {
|
||
|
cursor: pointer;
|
||
|
|
||
|
a {
|
||
|
display: none;
|
||
|
}
|
||
|
|
||
|
&.disabled {
|
||
|
cursor: not-allowed;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
&.paginate_button.next {
|
||
|
&::after {
|
||
|
padding-left: 12px;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|