summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/settings.scss
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2018-01-31 16:25:54 -0600
committerMike Greiling <mike@pixelcog.com>2018-01-31 16:25:54 -0600
commit06e7c15714cc45497b14caaf51d6956ac5b41771 (patch)
tree7ecb0f408e667ff880027a5dca72670c8db8027f /app/assets/stylesheets/pages/settings.scss
parent310ae68774d0ed9beef839dd1bbd221c945d0fe5 (diff)
downloadgitlab-ce-06e7c15714cc45497b14caaf51d6956ac5b41771.tar.gz
style the prometheus integration service page according to design
Diffstat (limited to 'app/assets/stylesheets/pages/settings.scss')
-rw-r--r--app/assets/stylesheets/pages/settings.scss11
1 files changed, 11 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/settings.scss b/app/assets/stylesheets/pages/settings.scss
index 6353482ede7..47672783d5a 100644
--- a/app/assets/stylesheets/pages/settings.scss
+++ b/app/assets/stylesheets/pages/settings.scss
@@ -135,6 +135,17 @@
padding-top: 0;
}
+.integration-settings-form {
+ .well {
+ padding: $gl-padding / 2;
+ box-shadow: none;
+ }
+
+ .svg-container {
+ max-width: 150px;
+ }
+}
+
.token-token-container {
#impersonation-token-token {
width: 80%;