2016-12-13 07:32:27 -05:00
|
|
|
@media (max-width: $screen-md-max) {
|
|
|
|
.deployments-container {
|
|
|
|
width: 100%;
|
|
|
|
overflow: auto;
|
|
|
|
}
|
2016-10-06 06:52:54 -04:00
|
|
|
}
|
|
|
|
|
2017-02-13 11:11:11 -05:00
|
|
|
.environments-folder-name {
|
|
|
|
font-weight: normal;
|
|
|
|
padding-top: 20px;
|
|
|
|
}
|
|
|
|
|
2017-02-28 07:05:01 -05:00
|
|
|
.environments-container {
|
2017-06-06 08:58:29 -04:00
|
|
|
.ci-table {
|
2017-02-28 07:05:01 -05:00
|
|
|
.deployment-column {
|
|
|
|
> span {
|
|
|
|
word-break: break-all;
|
|
|
|
}
|
|
|
|
|
|
|
|
.avatar {
|
|
|
|
float: none;
|
|
|
|
}
|
2017-02-21 14:34:03 -05:00
|
|
|
}
|
|
|
|
|
2017-02-28 07:05:01 -05:00
|
|
|
.btn-group {
|
2017-02-21 14:34:03 -05:00
|
|
|
|
2017-02-28 07:05:01 -05:00
|
|
|
> a {
|
|
|
|
color: $gl-text-color-secondary;
|
|
|
|
}
|
2016-08-05 13:44:13 -04:00
|
|
|
|
2017-02-28 07:05:01 -05:00
|
|
|
svg path {
|
|
|
|
fill: $gl-text-color-secondary;
|
|
|
|
}
|
2016-11-07 09:06:01 -05:00
|
|
|
|
2017-02-28 07:05:01 -05:00
|
|
|
.dropdown {
|
|
|
|
outline: none;
|
|
|
|
}
|
|
|
|
}
|
2016-08-05 13:44:13 -04:00
|
|
|
|
2017-05-26 09:59:31 -04:00
|
|
|
.btn .text-center {
|
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
|
2017-02-28 07:05:01 -05:00
|
|
|
.commit-title {
|
|
|
|
margin: 0;
|
|
|
|
}
|
2016-08-05 13:44:13 -04:00
|
|
|
|
2017-02-28 07:05:01 -05:00
|
|
|
.icon-play {
|
|
|
|
height: 13px;
|
|
|
|
width: 12px;
|
2016-08-05 13:44:13 -04:00
|
|
|
}
|
2016-08-05 15:08:39 -04:00
|
|
|
|
2017-02-28 07:05:01 -05:00
|
|
|
.external-url,
|
|
|
|
.dropdown-new {
|
|
|
|
color: $gl-text-color-secondary;
|
|
|
|
}
|
2016-10-24 15:23:40 -04:00
|
|
|
|
2017-02-28 07:05:01 -05:00
|
|
|
.dropdown-menu {
|
|
|
|
.fa {
|
|
|
|
margin-right: 6px;
|
|
|
|
color: $gl-text-color-secondary;
|
|
|
|
}
|
|
|
|
}
|
2016-10-24 15:23:40 -04:00
|
|
|
|
2017-02-28 07:05:01 -05:00
|
|
|
.build-link,
|
2017-05-11 11:47:44 -04:00
|
|
|
.ref-name {
|
2017-02-28 07:05:01 -05:00
|
|
|
color: $gl-text-color;
|
2016-10-04 16:26:33 -04:00
|
|
|
}
|
2016-10-17 05:24:51 -04:00
|
|
|
|
2017-02-28 07:05:01 -05:00
|
|
|
.stop-env-link,
|
|
|
|
.external-url {
|
|
|
|
color: $gl-text-color-secondary;
|
|
|
|
|
|
|
|
.stop-env-icon {
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
}
|
2016-10-24 15:23:40 -04:00
|
|
|
|
2017-02-28 07:05:01 -05:00
|
|
|
.deployment .build-column {
|
2016-10-05 08:06:35 -04:00
|
|
|
.build-link {
|
2016-12-30 15:18:27 -05:00
|
|
|
color: $gl-text-color;
|
2016-10-05 08:06:35 -04:00
|
|
|
}
|
2016-10-24 15:23:40 -04:00
|
|
|
|
2016-10-05 08:06:35 -04:00
|
|
|
.avatar {
|
|
|
|
float: none;
|
|
|
|
}
|
|
|
|
}
|
2017-02-03 14:47:56 -05:00
|
|
|
|
2017-02-28 07:05:01 -05:00
|
|
|
.folder-icon {
|
2017-02-03 14:47:56 -05:00
|
|
|
margin-right: 3px;
|
2017-02-28 07:05:01 -05:00
|
|
|
color: $gl-text-color-secondary;
|
|
|
|
display: inline-block;
|
|
|
|
|
|
|
|
.fa:nth-child(1) {
|
|
|
|
margin-right: 3px;
|
|
|
|
}
|
2017-02-03 14:47:56 -05:00
|
|
|
}
|
2016-10-25 09:55:57 -04:00
|
|
|
|
2017-02-28 07:05:01 -05:00
|
|
|
.folder-name {
|
|
|
|
cursor: pointer;
|
|
|
|
color: $gl-text-color-secondary;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
2016-08-05 15:08:39 -04:00
|
|
|
|
2017-02-28 07:05:01 -05:00
|
|
|
.icon-container {
|
|
|
|
width: 20px;
|
|
|
|
text-align: center;
|
|
|
|
}
|
2016-10-10 17:21:08 -04:00
|
|
|
|
2017-02-28 07:05:01 -05:00
|
|
|
.branch-commit {
|
2017-05-11 11:47:44 -04:00
|
|
|
.commit-sha {
|
2017-02-28 07:05:01 -05:00
|
|
|
margin-right: 0;
|
|
|
|
}
|
2016-10-05 07:17:34 -04:00
|
|
|
}
|
2017-03-13 20:58:26 -04:00
|
|
|
|
|
|
|
.no-btn {
|
|
|
|
border: none;
|
|
|
|
background: none;
|
|
|
|
outline: none;
|
|
|
|
width: 100%;
|
|
|
|
text-align: left;
|
|
|
|
}
|
2016-10-05 07:17:34 -04:00
|
|
|
}
|
2017-02-03 14:47:56 -05:00
|
|
|
}
|
2017-03-07 11:57:42 -05:00
|
|
|
|
2017-06-06 08:58:29 -04:00
|
|
|
.gl-responsive-table-row {
|
2017-06-06 18:38:39 -04:00
|
|
|
.branch-commit {
|
|
|
|
max-width: 100%;
|
|
|
|
}
|
2017-06-06 08:58:29 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.folder-row {
|
|
|
|
padding: 15px 0;
|
|
|
|
border-bottom: 1px solid $white-normal;
|
|
|
|
|
|
|
|
@media (max-width: $screen-sm-max) {
|
|
|
|
border-top: 1px solid $white-normal;
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-03-07 11:57:42 -05:00
|
|
|
.prometheus-graph {
|
|
|
|
text {
|
2017-04-19 07:06:14 -04:00
|
|
|
fill: $gl-text-color;
|
2017-04-12 07:37:47 -04:00
|
|
|
stroke-width: 0;
|
2017-03-07 11:57:42 -05:00
|
|
|
}
|
2017-03-22 19:58:57 -04:00
|
|
|
|
2017-03-21 18:40:15 -04:00
|
|
|
.label-axis-text,
|
|
|
|
.text-metric-usage {
|
|
|
|
fill: $black;
|
|
|
|
font-weight: 500;
|
|
|
|
}
|
2017-03-22 19:58:57 -04:00
|
|
|
|
|
|
|
.legend-axis-text {
|
2017-03-21 18:40:15 -04:00
|
|
|
fill: $black;
|
|
|
|
}
|
2017-03-07 11:57:42 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.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;
|
2017-04-19 07:06:14 -04:00
|
|
|
stroke: $gray-darkest;
|
2017-03-07 11:57:42 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.rect-axis-text {
|
|
|
|
fill: $white-light;
|
|
|
|
}
|
|
|
|
|
2017-04-12 07:37:47 -04:00
|
|
|
.text-metric {
|
|
|
|
font-weight: 600;
|
2017-03-07 11:57:42 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.selected-metric-line {
|
2017-04-19 07:06:14 -04:00
|
|
|
stroke: $gl-gray-dark;
|
2017-03-07 11:57:42 -05:00
|
|
|
stroke-width: 1;
|
|
|
|
}
|
2017-04-12 10:31:14 -04:00
|
|
|
|
|
|
|
.deployment-line {
|
2017-04-19 07:06:14 -04:00
|
|
|
stroke: $black;
|
2017-04-12 10:31:14 -04:00
|
|
|
stroke-width: 2;
|
|
|
|
}
|
2017-04-19 07:06:14 -04:00
|
|
|
|
|
|
|
.deploy-info-text {
|
|
|
|
dominant-baseline: text-before-edge;
|
|
|
|
}
|
|
|
|
|
2017-04-20 07:14:48 -04:00
|
|
|
.text-metric-bold {
|
2017-04-19 07:06:14 -04:00
|
|
|
font-weight: 600;
|
|
|
|
}
|
2017-03-31 05:20:11 -04:00
|
|
|
|
2017-04-06 09:24:33 -04:00
|
|
|
.prometheus-state {
|
|
|
|
margin-top: 10px;
|
|
|
|
display: none;
|
|
|
|
|
|
|
|
.state-button-section {
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-03-31 05:20:11 -04:00
|
|
|
.environments-actions {
|
|
|
|
.external-url,
|
|
|
|
.monitoring-url,
|
|
|
|
.terminal-button,
|
|
|
|
.stop-env-link {
|
|
|
|
width: 38px;
|
|
|
|
}
|
|
|
|
}
|