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 {
|
|
|
|
padding: 28px;
|
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 {
|
|
|
|
display: inline-flex;
|
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
|
|
|
|
|
|
|
.repository-dropdown {
|
|
|
|
max-width: 174px;
|
|
|
|
width: 174px;
|
|
|
|
|
|
|
|
.dropdown-menu.open {
|
|
|
|
width: 174px;
|
|
|
|
|
|
|
|
.selected > a {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|