42 lines
513 B
SCSS
42 lines
513 B
SCSS
.environments {
|
|
.deployment-column {
|
|
.avatar {
|
|
float: none;
|
|
}
|
|
}
|
|
|
|
.commit-title {
|
|
margin: 0;
|
|
}
|
|
|
|
.icon-play {
|
|
height: 13px;
|
|
width: 12px;
|
|
}
|
|
|
|
.dropdown-new {
|
|
color: $table-text-gray;
|
|
}
|
|
|
|
.dropdown-menu {
|
|
|
|
.fa {
|
|
margin-right: 6px;
|
|
color: $table-text-gray;
|
|
}
|
|
}
|
|
|
|
.build-link,
|
|
.branch-name {
|
|
color: $gl-dark-link-color;
|
|
}
|
|
}
|
|
|
|
.table.builds.environments {
|
|
min-width: 500px;
|
|
|
|
.icon-container {
|
|
width: 20px;
|
|
text-align: center;
|
|
}
|
|
}
|