summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages
diff options
context:
space:
mode:
authorJose Ivan Vargas <jvargas@gitlab.com>2017-12-04 15:39:07 -0600
committerJose Ivan Vargas <jvargas@gitlab.com>2017-12-07 12:56:30 -0600
commitd377aa5475ad130f9856fe811b00571235e84e22 (patch)
tree0074984c531c4164650d5ce8e5c0bf650f810f6c /app/assets/stylesheets/pages
parent1c02af274e6f7bc0959235c01105ca5b43178c06 (diff)
downloadgitlab-ce-d377aa5475ad130f9856fe811b00571235e84e22.tar.gz
Changed the deploy markers on the prometheus dashboard to be more verbose
Diffstat (limited to 'app/assets/stylesheets/pages')
-rw-r--r--app/assets/stylesheets/pages/environments.scss19
1 files changed, 17 insertions, 2 deletions
diff --git a/app/assets/stylesheets/pages/environments.scss b/app/assets/stylesheets/pages/environments.scss
index b0795353ec1..a5a6b7461a3 100644
--- a/app/assets/stylesheets/pages/environments.scss
+++ b/app/assets/stylesheets/pages/environments.scss
@@ -201,8 +201,9 @@
stroke-width: 1;
}
-.deploy-info-text {
- dominant-baseline: text-before-edge;
+.divider-line {
+ stroke-width: 1;
+ stroke: $gray-darkest;
}
.prometheus-state {
@@ -312,6 +313,20 @@
stroke: $gray-darker;
}
+ .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;
+ }
+ }
+
@media (max-width: $screen-sm-max) {
.label-axis-text,
.text-metric-usage,