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

225 lines
3.1 KiB
SCSS
Raw Normal View History

@media (max-width: $screen-md-max) {
.deployments-container {
width: 100%;
overflow: auto;
}
}
2016-10-20 12:53:28 +00:00
.environments-list-loading {
width: 100%;
font-size: 34px;
}
.environments-folder-name {
font-weight: normal;
padding-top: 20px;
}
.environments-container {
.table-holder {
2016-11-16 16:28:02 +00:00
width: 100%;
2017-03-23 14:11:51 +00:00
@media (max-width: $screen-sm-max) {
overflow: auto;
}
2016-11-16 16:28:02 +00:00
}
.table.ci-table {
.environments-actions {
min-width: 200px;
}
2016-08-05 17:44:13 +00:00
.environments-commit,
.environments-actions {
width: 20%;
}
.environments-date {
width: 10%;
}
.environments-name,
.environments-deploy,
.environments-build {
width: 15%;
}
.deployment-column {
> span {
word-break: break-all;
}
.avatar {
float: none;
}
}
.btn-group {
> a {
color: $gl-text-color-secondary;
}
2016-08-05 17:44:13 +00:00
svg path {
fill: $gl-text-color-secondary;
}
.dropdown {
outline: none;
}
}
2016-08-05 17:44:13 +00:00
.commit-title {
margin: 0;
}
2016-08-05 17:44:13 +00:00
.avatar-image-container {
text-decoration: none;
}
2016-08-05 17:44:13 +00:00
.icon-play {
height: 13px;
width: 12px;
2016-08-05 17:44:13 +00:00
}
.external-url,
.dropdown-new {
color: $gl-text-color-secondary;
}
2016-10-24 19:23:40 +00:00
.dropdown-menu {
.fa {
margin-right: 6px;
color: $gl-text-color-secondary;
}
}
2016-10-24 19:23:40 +00:00
.build-link,
.branch-name {
color: $gl-text-color;
}
.stop-env-link,
.external-url {
color: $gl-text-color-secondary;
.stop-env-icon {
font-size: 14px;
}
}
2016-10-24 19:23:40 +00:00
.deployment .build-column {
.build-link {
2016-12-30 20:18:27 +00:00
color: $gl-text-color;
}
2016-10-24 19:23:40 +00:00
.avatar {
float: none;
}
}
2017-02-03 19:47:56 +00:00
.folder-icon {
2017-02-03 19:47:56 +00:00
margin-right: 3px;
color: $gl-text-color-secondary;
display: inline-block;
.fa:nth-child(1) {
margin-right: 3px;
}
2017-02-03 19:47:56 +00:00
}
2016-10-25 13:55:57 +00:00
.folder-name {
cursor: pointer;
color: $gl-text-color-secondary;
display: inline-block;
}
.icon-container {
width: 20px;
text-align: center;
}
2016-10-10 21:21:08 +00:00
.branch-commit {
.commit-id {
margin-right: 0;
}
}
.no-btn {
border: none;
background: none;
outline: none;
width: 100%;
text-align: left;
}
}
2017-02-03 19:47:56 +00:00
}
.prometheus-graph {
text {
fill: $stat-graph-axis-fill;
}
}
.x-axis path,
.y-axis path,
.label-x-axis-line,
.label-y-axis-line {
fill: none;
stroke-width: 1;
shape-rendering: crispEdges;
}
.x-axis path,
.y-axis path {
stroke: $stat-graph-axis-fill;
}
.label-x-axis-line,
.label-y-axis-line {
stroke: $border-color;
}
.y-axis {
line {
stroke: $stat-graph-axis-fill;
stroke-width: 1;
}
}
.metric-area {
opacity: 0.8;
}
.prometheus-graph-overlay {
fill: none;
opacity: 0.0;
pointer-events: all;
}
.rect-text-metric {
fill: $white-light;
stroke-width: 1;
stroke: $black;
}
.rect-axis-text {
fill: $white-light;
}
.text-metric,
.text-median-metric,
.text-metric-usage,
.text-metric-date {
fill: $black;
}
.text-metric-date {
font-weight: 200;
}
.selected-metric-line {
stroke: $black;
stroke-width: 1;
}