2016-06-16 23:09:34 +05:30
|
|
|
.environments {
|
2016-09-13 17:45:13 +05:30
|
|
|
|
2016-06-16 23:09:34 +05:30
|
|
|
.commit-title {
|
|
|
|
margin: 0;
|
|
|
|
}
|
2016-09-13 17:45:13 +05:30
|
|
|
|
|
|
|
.fa-play {
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dropdown-new {
|
|
|
|
color: $table-text-gray;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dropdown-menu {
|
|
|
|
|
|
|
|
.fa {
|
|
|
|
margin-right: 6px;
|
|
|
|
color: $table-text-gray;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.branch-name {
|
|
|
|
color: $gl-dark-link-color;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.table.builds.environments {
|
|
|
|
min-width: 500px;
|
|
|
|
|
|
|
|
.icon-container {
|
|
|
|
width: 20px;
|
|
|
|
text-align: center;
|
|
|
|
}
|
2016-06-16 23:09:34 +05:30
|
|
|
}
|