2018-03-22 16:35:36 +08:00
|
|
|
@import "constants";
|
|
|
|
|
|
|
|
.repository-columns-header {
|
|
|
|
margin-top: 30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.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-03-22 16:35:36 +08:00
|
|
|
|
2018-04-04 22:40:07 +08:00
|
|
|
.controlls {
|
|
|
|
margin-top: -18px;
|
|
|
|
}
|
2018-03-22 16:35:36 +08:00
|
|
|
|
2018-04-04 22:40:07 +08:00
|
|
|
span {
|
|
|
|
margin-top: -10px;
|
|
|
|
}
|
2018-03-22 16:35:36 +08:00
|
|
|
|
2018-04-04 22:40:07 +08:00
|
|
|
.glyphicon-trash {
|
|
|
|
color: $brand-danger;
|
|
|
|
margin-right: 10px;
|
2018-03-22 16:35:36 +08:00
|
|
|
|
2018-04-04 22:40:07 +08:00
|
|
|
&:hover {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
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 {
|
|
|
|
background-color: $brand-info;
|
|
|
|
padding: 10px;
|
|
|
|
}
|