summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzegorz@gitlab.com>2019-04-05 07:05:32 +0000
committerGrzegorz Bizon <grzegorz@gitlab.com>2019-04-05 07:05:32 +0000
commitff648879642f81ccb5eda7c70b9738916a185630 (patch)
tree281ed755c60e4dbfa4f698540210aa39fb917af4 /app/assets/stylesheets
parent07388b30b11f92e45da31d9a96a9a64dfd1a97c2 (diff)
parentbd750af785037a105dc3347d3bd38cb49a003dc2 (diff)
downloadgitlab-ce-ff648879642f81ccb5eda7c70b9738916a185630.tar.gz
Merge branch '54506-show-error-when-namespace-svc-missing' into 'master'
Show error when namespace/svc account missing Closes #54506 See merge request gitlab-org/gitlab-ce!26362
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r--app/assets/stylesheets/framework/callout.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/callout.scss b/app/assets/stylesheets/framework/callout.scss
index 0d8e4afa76f..643b20c56bc 100644
--- a/app/assets/stylesheets/framework/callout.scss
+++ b/app/assets/stylesheets/framework/callout.scss
@@ -28,6 +28,10 @@
background-color: $red-100;
border-color: $red-200;
color: $red-700;
+
+ a {
+ color: $red-700;
+ }
}
.bs-callout-warning {