Skip to content

Commit

Permalink
layout and legend for charts
Browse files Browse the repository at this point in the history
  • Loading branch information
leonchenko committed Dec 5, 2014
1 parent 6bff1a5 commit 89e02ac
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions css/legend.css
Original file line number Diff line number Diff line change
@@ -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;
}

0 comments on commit 89e02ac

Please sign in to comment.