content-text variables fixes

This commit is contained in:
nixa 2016-05-18 13:20:21 +03:00
parent de84c1f885
commit d4dd8fffee
5 changed files with 8 additions and 6 deletions

View file

@ -67,6 +67,7 @@ $card-header-font-size: 16px;
}
.card-header, .card-footer {
color: $content-text;
border-bottom: 1px solid rgba(0, 0, 0, 0.12);
box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.12);
height: $card-title-height;
@ -81,6 +82,7 @@ $card-header-font-size: 16px;
font-size: $card-header-font-size;
text-transform: uppercase;
opacity: 0.9;
color: $content-text;
}