summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/settings.scss
diff options
context:
space:
mode:
authorSam Beckham <sbeckham@gitlab.com>2018-06-18 11:38:22 +0000
committerFatih Acet <acetfatih@gmail.com>2018-06-18 11:38:22 +0000
commitf4ab8fe3a70749a4d957e75a3984d08b90e7b4cc (patch)
tree2ca4302657315eb66b8a0823f4cc36237063149f /app/assets/stylesheets/pages/settings.scss
parenta170c587a0ee2f303908c70a942ef3f163e2ddb7 (diff)
downloadgitlab-ce-f4ab8fe3a70749a4d957e75a3984d08b90e7b4cc.tar.gz
Resolve "Creating a deploy token doesn't bring back to the creation page"
Diffstat (limited to 'app/assets/stylesheets/pages/settings.scss')
-rw-r--r--app/assets/stylesheets/pages/settings.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/settings.scss b/app/assets/stylesheets/pages/settings.scss
index 4abb145067a..33a974e0176 100644
--- a/app/assets/stylesheets/pages/settings.scss
+++ b/app/assets/stylesheets/pages/settings.scss
@@ -296,7 +296,8 @@
}
.btn-clipboard {
- margin-left: 5px;
+ background-color: $white-light;
+ border: 1px solid $theme-gray-200;
}
.deploy-token-help-block {