2018-03-22 16:35:36 +08:00
|
|
|
@import "constants";
|
|
|
|
|
|
|
|
.repository-columns-body {
|
2018-04-04 22:40:07 +08:00
|
|
|
margin-top: 50px;
|
2018-03-22 16:35:36 +08:00
|
|
|
|
2018-04-04 22:40:07 +08:00
|
|
|
.list-group-item {
|
2018-07-06 15:28:03 +08:00
|
|
|
padding: 10px;
|
2018-06-12 16:22:48 +08:00
|
|
|
}
|
2018-03-22 16:35:36 +08:00
|
|
|
|
2018-06-12 16:22:48 +08:00
|
|
|
.column-name {
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
|
|
|
}
|
2018-03-22 16:35:36 +08:00
|
|
|
|
2018-06-12 16:22:48 +08:00
|
|
|
@media only screen and (max-width: 768px) {
|
|
|
|
.repository-columns-body {
|
|
|
|
.delete-column {
|
|
|
|
margin-top: 5px;
|
2018-04-04 22:40:07 +08:00
|
|
|
}
|
2018-03-22 16:35:36 +08:00
|
|
|
}
|
|
|
|
}
|
2018-04-04 22:06:38 +08:00
|
|
|
|
2018-03-21 16:22:55 +08:00
|
|
|
#repository-columns-dropdown {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
.new-repository-button {
|
|
|
|
float: left;
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
2018-04-19 21:51:36 +08:00
|
|
|
|
|
|
|
.custom-alert-info {
|
2018-05-15 00:33:57 +08:00
|
|
|
background-color: $state-info-bg;
|
|
|
|
border: 1px solid $state-info-border;
|
|
|
|
color: $state-info-text;
|
2018-04-25 19:57:12 +08:00
|
|
|
margin: 10px 0;
|
2018-05-15 00:33:57 +08:00
|
|
|
opacity: .86;
|
|
|
|
padding: 15px;
|
|
|
|
width: 100%;
|
2018-04-19 21:51:36 +08:00
|
|
|
}
|
2018-05-15 21:47:11 +08:00
|
|
|
|
|
|
|
.repository-input-file-field {
|
2018-07-09 18:54:02 +08:00
|
|
|
width: auto;
|
2018-07-09 18:55:25 +08:00
|
|
|
|
2018-07-04 19:43:45 +08:00
|
|
|
.form-group {
|
|
|
|
align-items: baseline;
|
|
|
|
border: 1px solid $color-alto;
|
|
|
|
border-radius: 5px;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
justify-content: space-between;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form-group.has-error {
|
|
|
|
border-color: $state-danger-border;
|
|
|
|
}
|
|
|
|
|
|
|
|
button {
|
|
|
|
height: 22px;
|
|
|
|
margin: 5px;
|
|
|
|
padding: 2px 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
i.fas {
|
|
|
|
margin-top: 10px;
|
|
|
|
padding-right: 5px;
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.file-name-label {
|
2018-07-05 22:59:59 +08:00
|
|
|
margin-bottom: 0px;
|
2018-07-04 19:43:45 +08:00
|
|
|
padding-left: 5px;
|
|
|
|
padding-right: 5px;
|
2018-07-05 22:59:59 +08:00
|
|
|
word-break: normal;
|
2018-07-04 19:43:45 +08:00
|
|
|
}
|
2018-05-16 17:25:43 +08:00
|
|
|
|
2018-05-18 20:51:45 +08:00
|
|
|
a {
|
|
|
|
color: $brand-danger;
|
2018-05-16 17:25:43 +08:00
|
|
|
margin-left: 5px;
|
|
|
|
}
|
2018-05-15 21:47:11 +08:00
|
|
|
}
|
2018-06-11 20:57:27 +08:00
|
|
|
|
2018-07-09 16:33:19 +08:00
|
|
|
.new-input-file-field-div {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
justify-content: space-between;
|
2018-07-09 18:55:25 +08:00
|
|
|
|
2018-07-09 16:33:19 +08:00
|
|
|
.form-group {
|
|
|
|
border: 0 !important;
|
|
|
|
display: inline-block !important;
|
|
|
|
}
|
2018-07-09 18:55:25 +08:00
|
|
|
|
2018-07-09 16:33:19 +08:00
|
|
|
a {
|
|
|
|
display: inline-block !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2018-06-11 20:57:27 +08:00
|
|
|
.repository-dropdown {
|
|
|
|
max-width: 174px;
|
|
|
|
width: 174px;
|
|
|
|
|
|
|
|
.dropdown-menu.open {
|
|
|
|
width: 174px;
|
|
|
|
|
|
|
|
.selected > a {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|