Merge pull request #1382 from okriuchykhin/ok_SCI_2872

Change text color on project cards tabs [SCI-2872]
This commit is contained in:
Alex Kriuchykhin 2018-11-21 10:59:03 +01:00 committed by GitHub
commit afe5db5cf3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -729,6 +729,10 @@ ul.double-line > li {
border-bottom: 0; border-bottom: 0;
} }
} }
.tab-pane {
color: $color-emperor;
}
} }
.panel-archive { .panel-archive {