2016-10-06 06:52:54 -04:00
|
|
|
.environments-container,
|
|
|
|
.deployments-container {
|
|
|
|
width: 100%;
|
|
|
|
overflow: auto;
|
|
|
|
}
|
|
|
|
|
2016-06-14 10:11:28 -04:00
|
|
|
.environments {
|
2016-10-05 06:40:44 -04:00
|
|
|
.deployment-column {
|
|
|
|
.avatar {
|
|
|
|
float: none;
|
|
|
|
}
|
|
|
|
}
|
2016-08-05 13:44:13 -04:00
|
|
|
|
2016-06-14 10:11:28 -04:00
|
|
|
.commit-title {
|
|
|
|
margin: 0;
|
|
|
|
}
|
2016-08-05 13:44:13 -04:00
|
|
|
|
2016-08-25 17:15:44 -04:00
|
|
|
.icon-play {
|
|
|
|
height: 13px;
|
|
|
|
width: 12px;
|
2016-08-05 13:44:13 -04:00
|
|
|
}
|
|
|
|
|
2016-10-05 08:06:35 -04:00
|
|
|
.external-url,
|
2016-08-05 13:44:13 -04:00
|
|
|
.dropdown-new {
|
|
|
|
color: $table-text-gray;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dropdown-menu {
|
|
|
|
|
|
|
|
.fa {
|
|
|
|
margin-right: 6px;
|
|
|
|
color: $table-text-gray;
|
|
|
|
}
|
|
|
|
}
|
2016-08-05 15:08:39 -04:00
|
|
|
|
2016-10-05 06:48:07 -04:00
|
|
|
.build-link,
|
2016-08-05 15:08:39 -04:00
|
|
|
.branch-name {
|
|
|
|
color: $gl-dark-link-color;
|
|
|
|
}
|
2016-10-05 08:06:35 -04:00
|
|
|
|
|
|
|
.deployment {
|
|
|
|
.build-column {
|
|
|
|
|
|
|
|
.build-link {
|
|
|
|
color: $gl-dark-link-color;
|
|
|
|
}
|
|
|
|
|
|
|
|
.avatar {
|
|
|
|
float: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2016-08-05 15:08:39 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.table.builds.environments {
|
|
|
|
|
|
|
|
.icon-container {
|
|
|
|
width: 20px;
|
|
|
|
text-align: center;
|
|
|
|
}
|
2016-10-05 07:17:34 -04:00
|
|
|
|
|
|
|
.branch-commit {
|
|
|
|
.commit-id {
|
2016-10-06 06:40:08 -04:00
|
|
|
margin-right: 0;
|
2016-10-05 07:17:34 -04:00
|
|
|
}
|
|
|
|
}
|
2016-06-14 10:11:28 -04:00
|
|
|
}
|