summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/buttons.scss
diff options
context:
space:
mode:
authorEric Eastwood <contact@ericeastwood.com>2018-01-26 00:25:26 -0600
committerEric Eastwood <contact@ericeastwood.com>2018-01-31 13:18:32 -0600
commit332aa756d20e8388fd402fc5c3acbf504f4cf09a (patch)
tree7bd45ed01e7934ba16e22673c47e73a942a5b842 /app/assets/stylesheets/framework/buttons.scss
parent03f386c2b20f95272e4846f5ecab54fd8b2566e0 (diff)
downloadgitlab-ce-332aa756d20e8388fd402fc5c3acbf504f4cf09a.tar.gz
Refactor CI variable list code for usage with CI/CD settings page secret variablesrefactor-ci-variable-list-for-future-usage-in-4110
Part of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/4110
Diffstat (limited to 'app/assets/stylesheets/framework/buttons.scss')
-rw-r--r--app/assets/stylesheets/framework/buttons.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/buttons.scss b/app/assets/stylesheets/framework/buttons.scss
index d0b0c69b18f..c4b046a6d68 100644
--- a/app/assets/stylesheets/framework/buttons.scss
+++ b/app/assets/stylesheets/framework/buttons.scss
@@ -176,6 +176,11 @@
&.btn-remove {
@include btn-outline($white-light, $red-500, $red-500, $red-500, $white-light, $red-600, $red-600, $red-700);
}
+
+ &.btn-primary,
+ &.btn-info {
+ @include btn-outline($white-light, $blue-500, $blue-500, $blue-500, $white-light, $blue-600, $blue-600, $blue-700);
+ }
}
&.btn-gray {