gitlab-org--gitlab-foss/app/assets/stylesheets/pages/environments.scss

68 lines
838 B
SCSS
Raw Normal View History

.environments-container,
.deployments-container {
width: 100%;
overflow: auto;
}
.environments {
.deployment-column {
.avatar {
float: none;
}
}
2016-08-05 13:44:13 -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
}
.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-10-05 06:48:07 -04:00
.build-link,
.branch-name {
color: $gl-dark-link-color;
}
.deployment {
.build-column {
.build-link {
color: $gl-dark-link-color;
}
.avatar {
float: none;
}
}
}
}
.table.builds.environments {
.icon-container {
width: 20px;
text-align: center;
}
.branch-commit {
.commit-id {
2016-10-06 06:40:08 -04:00
margin-right: 0;
}
}
}