chartist styles fixes

This commit is contained in:
nixa 2016-05-11 12:19:13 +03:00
parent 3f8e623584
commit f375f936d8
2 changed files with 22 additions and 4 deletions

View file

@ -1,4 +1,4 @@
<section ng-controller="chartistCtrl"> <section class="chartist">
<div class="row"> <div class="row">
<div class="col-md-6 "> <div class="col-md-6 ">
<ba-card title="Lines" baCardClass="with-scroll"> <ba-card title="Lines" baCardClass="with-scroll">

View file

@ -1,5 +1,19 @@
@import "../../../../theme/sass/conf/conf"; @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{ .ct-chart .ct-label{
font-size: 1em; font-size: 1em;
} }
@ -54,3 +68,7 @@
fill: $info; fill: $info;
} }
} }
.stacked-bar .ct-bar{
stroke-width: 30px;
}