debian-mirror-gitlab/app/assets/stylesheets/pages/environments.scss

76 lines
946 B
SCSS
Raw Normal View History

2016-11-03 12:29:30 +05:30
.environments-container,
.deployments-container {
width: 100%;
overflow: auto;
}
.environments {
2016-11-03 12:29:30 +05:30
.deployment-column {
.avatar {
float: none;
}
}
2016-09-13 17:45:13 +05:30
.commit-title {
margin: 0;
}
2016-09-13 17:45:13 +05:30
2016-09-29 09:46:39 +05:30
.icon-play {
height: 13px;
width: 12px;
2016-09-13 17:45:13 +05:30
}
2016-11-03 12:29:30 +05:30
.external-url,
2016-09-13 17:45:13 +05:30
.dropdown-new {
color: $table-text-gray;
}
.dropdown-menu {
.fa {
margin-right: 6px;
color: $table-text-gray;
}
}
2016-11-03 12:29:30 +05:30
.build-link,
2016-09-13 17:45:13 +05:30
.branch-name {
color: $gl-dark-link-color;
}
2016-11-03 12:29:30 +05:30
.stop-env-link {
color: $table-text-gray;
.stop-env-icon {
font-size: 14px;
}
}
.deployment {
.build-column {
.build-link {
color: $gl-dark-link-color;
}
.avatar {
float: none;
}
}
}
2016-09-13 17:45:13 +05:30
}
2016-11-03 12:29:30 +05:30
.table.ci-table.environments {
2016-09-13 17:45:13 +05:30
.icon-container {
width: 20px;
text-align: center;
}
2016-11-03 12:29:30 +05:30
.branch-commit {
.commit-id {
margin-right: 0;
}
}
}