2018-04-09 11:26:28 -04:00
|
|
|
@include media-breakpoint-down(md) {
|
2016-12-13 07:32:27 -05:00
|
|
|
.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 {
|
2017-08-24 10:13:24 -04:00
|
|
|
font-weight: $gl-font-weight-normal;
|
2017-02-13 11:11:11 -05:00
|
|
|
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-06-23 03:36:40 -04:00
|
|
|
margin-right: 0;
|
2016-10-05 08:06:35 -04:00
|
|
|
}
|
|
|
|
}
|
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 {
|
2017-11-02 19:59:51 -04:00
|
|
|
border: 0;
|
2017-03-13 20:58:26 -04:00
|
|
|
background: none;
|
|
|
|
outline: none;
|
|
|
|
width: 100%;
|
|
|
|
text-align: left;
|
|
|
|
}
|
2018-02-09 06:17:58 -05:00
|
|
|
|
|
|
|
.environment-child-row {
|
|
|
|
padding-left: 20px;
|
|
|
|
}
|
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 {
|
2017-11-02 19:59:51 -04:00
|
|
|
border-left: 0;
|
|
|
|
border-right: 0;
|
2017-06-06 08:58:29 -04:00
|
|
|
|
2018-04-09 11:26:28 -04:00
|
|
|
@media (min-width: map-get($grid-breakpoints, md)-1) {
|
2017-11-02 19:59:51 -04:00
|
|
|
border-top: 0;
|
2017-06-06 08:58:29 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-03-07 11:57:42 -05:00
|
|
|
.x-axis path,
|
|
|
|
.y-axis path,
|
2018-04-09 11:26:28 -04:00
|
|
|
.badge.badge-pill-x-axis-line,
|
|
|
|
.badge.badge-pill-y-axis-line {
|
2017-03-07 11:57:42 -05:00
|
|
|
fill: none;
|
|
|
|
stroke-width: 1;
|
|
|
|
shape-rendering: crispEdges;
|
|
|
|
}
|
|
|
|
|
|
|
|
.x-axis path,
|
|
|
|
.y-axis path {
|
|
|
|
stroke: $stat-graph-axis-fill;
|
|
|
|
}
|
|
|
|
|
2018-04-09 11:26:28 -04:00
|
|
|
.badge.badge-pill-x-axis-line,
|
|
|
|
.badge.badge-pill-y-axis-line {
|
2017-03-07 11:57:42 -05:00
|
|
|
stroke: $border-color;
|
|
|
|
}
|
|
|
|
|
|
|
|
.y-axis {
|
|
|
|
line {
|
|
|
|
stroke: $stat-graph-axis-fill;
|
|
|
|
stroke-width: 1;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.metric-area {
|
2017-09-01 11:05:02 -04:00
|
|
|
opacity: 0.25;
|
2017-03-07 11:57:42 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.prometheus-graph-overlay {
|
|
|
|
fill: none;
|
2017-11-07 11:19:34 -05:00
|
|
|
opacity: 0;
|
2017-03-07 11:57:42 -05:00
|
|
|
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 {
|
2017-07-04 18:03:33 -04:00
|
|
|
font-size: 12px;
|
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-06-20 04:50:31 -04:00
|
|
|
stroke-width: 1;
|
2017-04-12 10:31:14 -04:00
|
|
|
}
|
2017-04-19 07:06:14 -04:00
|
|
|
|
2017-12-04 16:39:07 -05:00
|
|
|
.divider-line {
|
|
|
|
stroke-width: 1;
|
|
|
|
stroke: $gray-darkest;
|
2017-04-19 07:06:14 -04:00
|
|
|
}
|
|
|
|
|
2017-04-06 09:24:33 -04:00
|
|
|
.prometheus-state {
|
2018-01-31 16:04:53 -05:00
|
|
|
max-width: 460px;
|
2017-10-05 04:13:04 -04:00
|
|
|
margin: 10px auto;
|
|
|
|
text-align: center;
|
2017-04-06 09:24:33 -04:00
|
|
|
|
2017-10-05 04:13:04 -04:00
|
|
|
.state-svg {
|
|
|
|
max-width: 80vw;
|
|
|
|
margin: 0 auto;
|
2017-04-06 09:24:33 -04:00
|
|
|
}
|
2018-01-31 16:04:53 -05:00
|
|
|
|
|
|
|
.state-button {
|
|
|
|
padding: $gl-padding / 2;
|
|
|
|
}
|
2017-04-06 09:24:33 -04:00
|
|
|
}
|
|
|
|
|
2017-03-31 05:20:11 -04:00
|
|
|
.environments-actions {
|
|
|
|
.external-url,
|
|
|
|
.monitoring-url,
|
|
|
|
.terminal-button,
|
|
|
|
.stop-env-link {
|
|
|
|
width: 38px;
|
|
|
|
}
|
|
|
|
}
|
2017-06-20 04:50:31 -04:00
|
|
|
|
|
|
|
.prometheus-panel {
|
|
|
|
margin-top: 20px;
|
|
|
|
}
|
|
|
|
|
2017-09-06 03:42:47 -04:00
|
|
|
.prometheus-graph-group {
|
|
|
|
display: flex;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
padding: $gl-padding / 2;
|
|
|
|
}
|
|
|
|
|
|
|
|
.prometheus-graph {
|
|
|
|
flex: 1 0 auto;
|
|
|
|
min-width: 450px;
|
|
|
|
padding: $gl-padding / 2;
|
|
|
|
|
|
|
|
h5 {
|
|
|
|
font-size: 16px;
|
|
|
|
}
|
|
|
|
|
2018-04-09 11:26:28 -04:00
|
|
|
@include media-breakpoint-down(sm) {
|
2017-09-06 03:42:47 -04:00
|
|
|
min-width: 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-01-08 04:35:23 -05:00
|
|
|
.prometheus-graph-cursor {
|
|
|
|
position: absolute;
|
|
|
|
background: $theme-gray-600;
|
|
|
|
width: 1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.prometheus-graph-flag {
|
|
|
|
display: block;
|
|
|
|
min-width: 160px;
|
|
|
|
|
|
|
|
h5 {
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 1.2;
|
|
|
|
}
|
|
|
|
|
|
|
|
.deploy-meta-content {
|
|
|
|
border-bottom: 1px solid $white-dark;
|
|
|
|
|
|
|
|
svg {
|
|
|
|
height: 15px;
|
|
|
|
vertical-align: bottom;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&.popover {
|
|
|
|
&.left {
|
|
|
|
left: auto;
|
|
|
|
right: 0;
|
|
|
|
margin-right: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.right {
|
|
|
|
left: 0;
|
|
|
|
right: auto;
|
|
|
|
margin-left: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
> .arrow {
|
|
|
|
top: 40px;
|
|
|
|
}
|
|
|
|
|
|
|
|
> .popover-title,
|
|
|
|
> .popover-content {
|
|
|
|
padding: 5px 8px;
|
|
|
|
font-size: 12px;
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-03-21 15:36:43 -04:00
|
|
|
.prometheus-table {
|
|
|
|
border-collapse: collapse;
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
|
|
|
|
td {
|
|
|
|
vertical-align: middle;
|
|
|
|
|
|
|
|
+ td {
|
|
|
|
padding-left: 5px;
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
}
|
2018-04-06 14:30:58 -04:00
|
|
|
|
|
|
|
.legend-metric-title {
|
|
|
|
font-size: 12px;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
2018-03-21 15:36:43 -04:00
|
|
|
}
|
|
|
|
|
2017-06-20 04:50:31 -04:00
|
|
|
.prometheus-svg-container {
|
|
|
|
position: relative;
|
|
|
|
height: 0;
|
|
|
|
width: 100%;
|
|
|
|
padding: 0;
|
|
|
|
padding-bottom: 100%;
|
2017-07-04 18:03:33 -04:00
|
|
|
|
2018-03-21 15:36:43 -04:00
|
|
|
.text-metric-usage {
|
2017-06-20 04:50:31 -04:00
|
|
|
fill: $black;
|
2017-08-24 10:13:24 -04:00
|
|
|
font-weight: $gl-font-weight-normal;
|
2017-07-03 14:22:26 -04:00
|
|
|
font-size: 12px;
|
2017-06-20 04:50:31 -04:00
|
|
|
}
|
|
|
|
|
2017-07-12 05:50:26 -04:00
|
|
|
> svg {
|
|
|
|
position: absolute;
|
|
|
|
height: 100%;
|
|
|
|
width: 100%;
|
|
|
|
left: 0;
|
|
|
|
top: 0;
|
2017-06-20 04:50:31 -04:00
|
|
|
|
2017-11-05 18:13:11 -05:00
|
|
|
text {
|
|
|
|
fill: $gl-text-color;
|
|
|
|
stroke-width: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.text-metric-bold {
|
|
|
|
font-weight: $gl-font-weight-bold;
|
|
|
|
}
|
|
|
|
|
2018-04-09 11:26:28 -04:00
|
|
|
.badge.badge-pill-axis-text {
|
2017-07-12 05:50:26 -04:00
|
|
|
fill: $black;
|
|
|
|
font-weight: $gl-font-weight-normal;
|
2017-11-05 18:13:11 -05:00
|
|
|
font-size: 10px;
|
2017-10-05 02:08:19 -04:00
|
|
|
}
|
2017-10-05 13:00:20 -04:00
|
|
|
|
2017-07-12 05:50:26 -04:00
|
|
|
.legend-axis-text {
|
|
|
|
fill: $black;
|
2017-10-05 02:08:19 -04:00
|
|
|
}
|
2017-07-03 14:22:26 -04:00
|
|
|
|
2017-11-05 18:13:11 -05:00
|
|
|
.tick {
|
|
|
|
> line {
|
|
|
|
stroke: $gray-darker;
|
|
|
|
}
|
|
|
|
|
|
|
|
> text {
|
2018-02-22 03:06:35 -05:00
|
|
|
fill: $theme-gray-600;
|
|
|
|
font-size: 10px;
|
2017-11-05 18:13:11 -05:00
|
|
|
}
|
2017-07-12 05:50:26 -04:00
|
|
|
}
|
2017-06-20 04:50:31 -04:00
|
|
|
|
2017-07-12 05:50:26 -04:00
|
|
|
.y-label-text,
|
|
|
|
.x-label-text {
|
|
|
|
fill: $gray-darkest;
|
|
|
|
}
|
2017-07-04 18:03:33 -04:00
|
|
|
|
2017-07-12 05:50:26 -04:00
|
|
|
.axis-tick {
|
|
|
|
stroke: $gray-darker;
|
2017-06-20 04:50:31 -04:00
|
|
|
}
|
|
|
|
|
2017-12-04 16:39:07 -05:00
|
|
|
.deploy-info-text {
|
|
|
|
dominant-baseline: text-before-edge;
|
|
|
|
font-size: 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.deploy-info-text-link {
|
|
|
|
font-family: $monospace_font;
|
|
|
|
fill: $gl-link-color;
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
fill: $gl-link-hover-color;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-04-09 11:26:28 -04:00
|
|
|
@include media-breakpoint-down(sm) {
|
|
|
|
.badge.badge-pill-axis-text,
|
2017-07-12 05:50:26 -04:00
|
|
|
.text-metric-usage,
|
|
|
|
.legend-axis-text {
|
|
|
|
font-size: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tick > text {
|
|
|
|
font-size: 8px;
|
|
|
|
}
|
2017-06-20 04:50:31 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2018-04-06 14:30:58 -04:00
|
|
|
|
|
|
|
.prometheus-table-row-highlight {
|
|
|
|
background-color: $prometheus-table-row-highlight-color;
|
|
|
|
}
|