mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-01-17 23:15:28 +01:00
content-text variables fixes
This commit is contained in:
parent
de84c1f885
commit
d4dd8fffee
5 changed files with 8 additions and 6 deletions
|
|
@ -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