summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/environments.scss
diff options
context:
space:
mode:
authorKushal Pandya <kushalspandya@gmail.com>2017-03-31 09:20:11 +0000
committerFilipa Lacerda <filipa@gitlab.com>2017-03-31 09:20:11 +0000
commit9a0f96f9adaf38ae45a1f7b147c196aa12ba451f (patch)
tree0c55f474ed8500789efb655396b98974ece180e9 /app/assets/stylesheets/pages/environments.scss
parent75fe1277c6291202416255a410e85b6dc742dda8 (diff)
downloadgitlab-ce-9a0f96f9adaf38ae45a1f7b147c196aa12ba451f.tar.gz
Add metrics button to Environment Overview page
Diffstat (limited to 'app/assets/stylesheets/pages/environments.scss')
-rw-r--r--app/assets/stylesheets/pages/environments.scss11
1 files changed, 10 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/environments.scss b/app/assets/stylesheets/pages/environments.scss
index 25be7f408d0..3d91e0b22d8 100644
--- a/app/assets/stylesheets/pages/environments.scss
+++ b/app/assets/stylesheets/pages/environments.scss
@@ -26,7 +26,7 @@
.table.ci-table {
.environments-actions {
- min-width: 200px;
+ min-width: 300px;
}
.environments-commit,
@@ -222,3 +222,12 @@
stroke: $black;
stroke-width: 1;
}
+
+.environments-actions {
+ .external-url,
+ .monitoring-url,
+ .terminal-button,
+ .stop-env-link {
+ width: 38px;
+ }
+}