gitlab-org--gitlab-foss/app/assets/stylesheets/pages/environments.scss
2016-10-05 11:48:07 +01:00

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;
}
}