Skip to content
Snippets Groups Projects
Commit 03fbf5b3 authored by Clement Ho's avatar Clement Ho
Browse files

Fix card header text color

parent 53811074
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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 {
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment