mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-11 18:21:04 +08:00
e9d6b26ec6
Add clear file selector button to repository edit [SCI-2403]
44 lines
616 B
SCSS
44 lines
616 B
SCSS
@import "constants";
|
|
|
|
.repository-columns-body {
|
|
margin-top: 50px;
|
|
|
|
.list-group-item {
|
|
padding: 28px;
|
|
|
|
.controlls {
|
|
margin-top: -18px;
|
|
}
|
|
|
|
span {
|
|
margin-top: -10px;
|
|
}
|
|
}
|
|
}
|
|
|
|
#repository-columns-dropdown {
|
|
float: right;
|
|
}
|
|
|
|
.new-repository-button {
|
|
float: left;
|
|
margin-right: 5px;
|
|
}
|
|
|
|
.custom-alert-info {
|
|
background-color: $state-info-bg;
|
|
border: 1px solid $state-info-border;
|
|
color: $state-info-text;
|
|
margin: 10px 0;
|
|
opacity: .86;
|
|
padding: 15px;
|
|
width: 100%;
|
|
}
|
|
|
|
.repository-input-file-field {
|
|
display: inline-flex;
|
|
|
|
.btn-danger {
|
|
margin-left: 5px;
|
|
}
|
|
}
|