2018-11-08 19:23:39 +05:30
|
|
|
@include media-breakpoint-down(md) {
|
2017-08-17 22:00:37 +05:30
|
|
|
.deployments-container {
|
|
|
|
width: 100%;
|
|
|
|
overflow: auto;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.environments-folder-name {
|
2018-03-17 18:26:18 +05:30
|
|
|
font-weight: $gl-font-weight-normal;
|
2017-08-17 22:00:37 +05:30
|
|
|
padding-top: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.environments-container {
|
2017-09-10 17:25:29 +05:30
|
|
|
.ci-table {
|
2017-08-17 22:00:37 +05:30
|
|
|
.commit-title {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.external-url,
|
|
|
|
.dropdown-new {
|
|
|
|
color: $gl-text-color-secondary;
|
|
|
|
}
|
|
|
|
|
|
|
|
.build-link,
|
2017-09-10 17:25:29 +05:30
|
|
|
.ref-name {
|
2017-08-17 22:00:37 +05:30
|
|
|
color: $gl-text-color;
|
|
|
|
}
|
|
|
|
|
|
|
|
.folder-icon {
|
|
|
|
margin-right: 3px;
|
|
|
|
color: $gl-text-color-secondary;
|
|
|
|
display: inline-block;
|
2018-12-13 13:39:08 +05:30
|
|
|
vertical-align: text-top;
|
2017-08-17 22:00:37 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
.folder-name {
|
|
|
|
cursor: pointer;
|
|
|
|
color: $gl-text-color-secondary;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.icon-container {
|
|
|
|
width: 20px;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.no-btn {
|
2018-03-17 18:26:18 +05:30
|
|
|
border: 0;
|
2017-08-17 22:00:37 +05:30
|
|
|
background: none;
|
|
|
|
outline: none;
|
|
|
|
width: 100%;
|
|
|
|
text-align: left;
|
|
|
|
}
|
2018-03-27 19:54:05 +05:30
|
|
|
|
|
|
|
.environment-child-row {
|
|
|
|
padding-left: 20px;
|
|
|
|
}
|
2016-11-03 12:29:30 +05:30
|
|
|
}
|
2016-09-13 17:45:13 +05:30
|
|
|
}
|
|
|
|
|
2017-09-10 17:25:29 +05:30
|
|
|
.gl-responsive-table-row {
|
|
|
|
.branch-commit {
|
|
|
|
max-width: 100%;
|
2017-08-17 22:00:37 +05:30
|
|
|
}
|
2017-09-10 17:25:29 +05:30
|
|
|
}
|
2016-09-13 17:45:13 +05:30
|
|
|
|
2017-09-10 17:25:29 +05:30
|
|
|
.folder-row {
|
2018-03-17 18:26:18 +05:30
|
|
|
border-left: 0;
|
|
|
|
border-right: 0;
|
2016-11-03 12:29:30 +05:30
|
|
|
|
2018-11-08 19:23:39 +05:30
|
|
|
@media (min-width: map-get($grid-breakpoints, md)-1) {
|
2018-03-17 18:26:18 +05:30
|
|
|
border-top: 0;
|
2017-08-17 22:00:37 +05:30
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.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 {
|
2018-12-05 23:21:45 +05:30
|
|
|
stroke: $gl-gray-350;
|
2017-08-17 22:00:37 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
.label-x-axis-line,
|
|
|
|
.label-y-axis-line {
|
|
|
|
stroke: $border-color;
|
|
|
|
}
|
|
|
|
|
|
|
|
.y-axis {
|
|
|
|
line {
|
2018-12-05 23:21:45 +05:30
|
|
|
stroke: $gl-gray-350;
|
2017-08-17 22:00:37 +05:30
|
|
|
stroke-width: 1;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.metric-area {
|
2018-03-17 18:26:18 +05:30
|
|
|
opacity: 0.25;
|
2017-08-17 22:00:37 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.rect-text-metric {
|
|
|
|
fill: $white-light;
|
|
|
|
stroke-width: 1;
|
|
|
|
stroke: $gray-darkest;
|
|
|
|
}
|
|
|
|
|
|
|
|
.rect-axis-text {
|
|
|
|
fill: $white-light;
|
|
|
|
}
|
|
|
|
|
|
|
|
.text-metric {
|
2017-09-10 17:25:29 +05:30
|
|
|
font-size: 12px;
|
2017-08-17 22:00:37 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
.selected-metric-line {
|
|
|
|
stroke: $gl-gray-dark;
|
|
|
|
stroke-width: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.deployment-line {
|
|
|
|
stroke: $black;
|
2017-09-10 17:25:29 +05:30
|
|
|
stroke-width: 1;
|
2017-08-17 22:00:37 +05:30
|
|
|
}
|
|
|
|
|
2018-03-17 18:26:18 +05:30
|
|
|
.divider-line {
|
|
|
|
stroke-width: 1;
|
|
|
|
stroke: $gray-darkest;
|
2017-08-17 22:00:37 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
.environments-actions {
|
|
|
|
.external-url,
|
|
|
|
.monitoring-url,
|
2019-07-31 22:56:46 +05:30
|
|
|
.terminal-button {
|
2017-08-17 22:00:37 +05:30
|
|
|
width: 38px;
|
2016-11-03 12:29:30 +05:30
|
|
|
}
|
2016-06-16 23:09:34 +05:30
|
|
|
}
|