mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-01-02 23:58:49 +01:00
content-text variables fixes
This commit is contained in:
parent
de84c1f885
commit
d4dd8fffee
5 changed files with 8 additions and 6 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
@import "../../../theme/sass/conf/conf";
|
||||
|
||||
.pie-charts {
|
||||
color: $default-text;
|
||||
color: $content-text;
|
||||
|
||||
.pie-chart-item-container {
|
||||
position: relative;
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@
|
|||
display: inline-block;
|
||||
margin: 10px;
|
||||
font-size: 26px;
|
||||
color: $default-text;
|
||||
color: $content-text;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue