summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Gray <annabel.m.gray@gmail.com>2018-06-11 19:53:41 +0000
committerAnnabel Gray <annabel.m.gray@gmail.com>2018-06-11 19:53:41 +0000
commit33f27a0f53585f5184c5bf3072dabadbbe47ca31 (patch)
tree17287b73fefa75112114695d91de7893b7288ce7
parent1ef7f14a72f92f5a25b882b0f92cbadde82f5ffd (diff)
parent8d6b4a9d9e2888e64cac41e5c016ac3835415076 (diff)
downloadgitlab-ce-33f27a0f53585f5184c5bf3072dabadbbe47ca31.tar.gz
Merge branch '47479-add-ssh-key-message-is-hard-to-read' into 'master'
Resolve "Add SSH key message is hard to read" Closes #47479 and gitlab-ee#6211 See merge request gitlab-org/gitlab-ce!19579
-rw-r--r--app/assets/stylesheets/bootstrap_migration.scss10
1 files changed, 9 insertions, 1 deletions
diff --git a/app/assets/stylesheets/bootstrap_migration.scss b/app/assets/stylesheets/bootstrap_migration.scss
index 5e0770184af..9f6716a6735 100644
--- a/app/assets/stylesheets/bootstrap_migration.scss
+++ b/app/assets/stylesheets/bootstrap_migration.scss
@@ -262,9 +262,17 @@ pre code {
.alert-danger {
background-color: $red-500;
border-color: $red-500;
+}
+
+.alert-warning,
+.alert-danger,
+.flash-notice {
+ border-radius: 0;
color: $white-light;
- h4 {
+ h4,
+ a,
+ .alert-link {
color: $white-light;
}
}