From 89e02ac49af59d969114ffcdf4e0675a9b8bb959 Mon Sep 17 00:00:00 2001 From: leonchenko Date: Fri, 5 Dec 2014 18:07:00 +0300 Subject: [PATCH] layout and legend for charts --- css/legend.css | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 css/legend.css diff --git a/css/legend.css b/css/legend.css new file mode 100644 index 000000000..b4999a611 --- /dev/null +++ b/css/legend.css @@ -0,0 +1,28 @@ +.graphical-report__legend__title, +.graphical-report__legend__item { + margin: 0 0 10px 0; +} +.graphical-report__legend__title { + text-transform: uppercase; + font-weight: 600; + font-size: 13px; +} +.graphical-report__legend__item { + padding-left: 25px; + position: relative; + font-size: 13px; +} +.graphical-report__legend__item:disabled, +.graphical-report__legend__item.disabled { + color: #cccccc; +} +.graphical-report__legend__example { + width: 15px; + height: 15px; + box-sizing: border-box; + border: 1px solid transparent; + border-radius: 50%; + position: absolute; + top: 0; + left: 0; +}