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

@ -752,7 +752,7 @@ a.fc-more {
background: transparent;
box-shadow: none;
border: none;
color: $default-text;
color: $content-text;
}
.fc-next-button {
left: 30px;
@ -760,6 +760,6 @@ a.fc-more {
.fc-prev-button {
}
.fc-day-number{
color: $default-text;
color: $content-text;
opacity: 0.9;
}

View file

@ -1,7 +1,7 @@
@import "../../../theme/sass/conf/conf";
.pie-charts {
color: $default-text;
color: $content-text;
.pie-chart-item-container {
position: relative;

View file

@ -22,7 +22,7 @@
display: inline-block;
margin: 10px;
font-size: 26px;
color: $default-text;
color: $content-text;
}
}
}

View file

@ -39,7 +39,7 @@ ul.todo-list {
&.checked {
.todo-text {
color: $default-text;
color: $content-text;
}
&:before {
background: $input-border !important;
@ -165,7 +165,7 @@ label.todo-checkbox {
label.todo-checkbox > span {
&:before {
position: absolute;
color: $default-text;
color: $content-text;
content: '\f10c';
float: none;
margin-right: 6px;

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;
}