diff options
| author | adamhrv <adam@ahprojects.com> | 2019-03-31 17:46:17 +0200 |
|---|---|---|
| committer | adamhrv <adam@ahprojects.com> | 2019-03-31 17:46:17 +0200 |
| commit | fd5d46b71af450fb582506dc8dd9c8d343d3a5c5 (patch) | |
| tree | f35d955ff5688fdab83c4fa19c4fe18dbf7fe9cb /site/assets/css | |
| parent | 2e73ee5f56d02ee1dc3dbf384d71081c714a0491 (diff) | |
| parent | 438cde0ab82cf9fdbdcbb45e0ad8e43efc3525bb (diff) | |
Merge branch 'master' of github.com:adamhrv/megapixels_dev
Diffstat (limited to 'site/assets/css')
| -rw-r--r-- | site/assets/css/applets.css | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/site/assets/css/applets.css b/site/assets/css/applets.css index 10c0e786..41d04783 100644 --- a/site/assets/css/applets.css +++ b/site/assets/css/applets.css @@ -222,6 +222,10 @@ } .piechart .chart > div { width: 50%; + display: flex; + flex-direction: column; + justify-content: space-between; + align-items: center; } .piechart .chart .c3-chart-arc text { fill: #fff; @@ -231,4 +235,10 @@ } .piechart .c3 path, .piechart .c3 line { stroke: rgba(64,64,64,0.3); -}
\ No newline at end of file +} +.piechart .chartCaption { + color: #888; + font-size: 12px; + font-family: 'Roboto', sans-serif; + font-weight: 400; +} |
