mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-18 00:10:14 +01:00
chartist styles fixes
This commit is contained in:
parent
3f8e623584
commit
f375f936d8
2 changed files with 22 additions and 4 deletions
|
|
@ -1,4 +1,4 @@
|
|||
<section ng-controller="chartistCtrl">
|
||||
<section class="chartist">
|
||||
<div class="row">
|
||||
<div class="col-md-6 ">
|
||||
<ba-card title="Lines" baCardClass="with-scroll">
|
||||
|
|
|
|||
|
|
@ -1,5 +1,19 @@
|
|||
@import "../../../../theme/sass/conf/conf";
|
||||
|
||||
.chartist h5 {
|
||||
font-weight: $font-normal;
|
||||
}
|
||||
|
||||
.ct-area {
|
||||
fill-opacity: .5;
|
||||
}
|
||||
|
||||
.ct-label{
|
||||
color: $default;
|
||||
opacity: 0.9;
|
||||
fill: rgba(255,255,255,.9);
|
||||
}
|
||||
|
||||
.ct-chart .ct-label{
|
||||
font-size: 1em;
|
||||
}
|
||||
|
|
@ -54,3 +68,7 @@
|
|||
fill: $info;
|
||||
}
|
||||
}
|
||||
|
||||
.stacked-bar .ct-bar{
|
||||
stroke-width: 30px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue