summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClement Ho <ClemMakesApps@gmail.com>2018-06-05 15:36:13 -0500
committerClement Ho <ClemMakesApps@gmail.com>2018-06-05 15:36:13 -0500
commit03fbf5b3103df0758b74bb8f350535d56648228a (patch)
tree730d635256f1f91c3c0888b4aced856f504ff249
parent538110740acc1768315af097ef74213a6d8953d2 (diff)
downloadgitlab-ce-03fbf5b3103df0758b74bb8f350535d56648228a.tar.gz
Fix card header text color
-rw-r--r--app/assets/stylesheets/bootstrap_migration.scss10
1 files changed, 10 insertions, 0 deletions
diff --git a/app/assets/stylesheets/bootstrap_migration.scss b/app/assets/stylesheets/bootstrap_migration.scss
index e4bd8533919..1f6ef28ec07 100644
--- a/app/assets/stylesheets/bootstrap_migration.scss
+++ b/app/assets/stylesheets/bootstrap_migration.scss
@@ -117,6 +117,16 @@ table {
color: $gl-text-color-secondary !important;
}
+.bg-success,
+.bg-primary,
+.bg-info,
+.bg-danger,
+.bg-warning {
+ .card-header {
+ color: $white-light;
+ }
+}
+
// Polyfill deprecated selectors
.hidden {