diff options
Diffstat (limited to 'app/assets/stylesheets/pages/environments.scss')
-rw-r--r-- | app/assets/stylesheets/pages/environments.scss | 140 |
1 files changed, 0 insertions, 140 deletions
diff --git a/app/assets/stylesheets/pages/environments.scss b/app/assets/stylesheets/pages/environments.scss deleted file mode 100644 index 5ce500dad1d..00000000000 --- a/app/assets/stylesheets/pages/environments.scss +++ /dev/null @@ -1,140 +0,0 @@ -@include media-breakpoint-down(md) { - .deployments-container { - width: 100%; - overflow: auto; - } -} - -.environments-folder-name { - font-weight: $gl-font-weight-normal; -} - -.environments-container { - .ci-table { - .commit-title { - margin: 0; - } - - .external-url, - .dropdown-new { - color: $gl-text-color-secondary; - } - - .build-link, - .ref-name { - color: $gl-text-color; - } - - .folder-icon { - margin-right: 3px; - color: $gl-text-color-secondary; - display: inline-block; - vertical-align: text-top; - } - - .folder-name { - cursor: pointer; - color: $gl-text-color-secondary; - display: inline-block; - } - - .icon-container { - width: 20px; - text-align: center; - } - - .no-btn { - border: 0; - background: none; - outline: none; - width: 100%; - text-align: left; - } - - .environment-child-row { - padding-left: 20px; - } - } -} - -.gl-responsive-table-row { - .branch-commit { - max-width: 100%; - } -} - -.folder-row { - border-left: 0; - border-right: 0; - - @media (min-width: map-get($grid-breakpoints, md)-1) { - border-top: 0; - } -} - -.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: $gray-300; -} - -.label-x-axis-line, -.label-y-axis-line { - stroke: $border-color; -} - -.y-axis { - line { - stroke: $gray-300; - stroke-width: 1; - } -} - -.metric-area { - opacity: 0.25; -} - -.rect-text-metric { - fill: $white; - stroke-width: 1; - stroke: $gray-darkest; -} - -.rect-axis-text { - fill: $white; -} - -.text-metric { - font-size: 12px; -} - -.selected-metric-line { - stroke: $gray-900; - stroke-width: 1; -} - -.deployment-line { - stroke: $black; - stroke-width: 1; -} - -.divider-line { - stroke-width: 1; - stroke: $gray-darkest; -} - -.environments-actions { - .external-url, - .monitoring-url, - .terminal-button { - width: 38px; - } -} |