Skip to content
This repository has been archived by the owner on Sep 11, 2019. It is now read-only.

Commit

Permalink
Update dist without charts
Browse files Browse the repository at this point in the history
  • Loading branch information
geoperez committed Jun 7, 2017
1 parent 766533f commit 734ed98
Show file tree
Hide file tree
Showing 8 changed files with 261 additions and 1,267 deletions.
50 changes: 0 additions & 50 deletions dist/tubular-bundle.css
Original file line number Diff line number Diff line change
Expand Up @@ -316,56 +316,6 @@ input[type="radio"] .styled:checked + label::after {
color: #fff;
}

.chart-legend,
.bar-legend,
.line-legend,
.pie-legend,
.radar-legend,
.polararea-legend,
.doughnut-legend {
list-style-type: none;
margin-top: 5px;
text-align: center;
/* NOTE: Browsers automatically add 40px of padding-left to all lists, so we should offset that, otherwise the legend is off-center */
-webkit-padding-start: 0;
/* Webkit */
-moz-padding-start: 0;
/* Mozilla */
padding-left: 0;
/* IE (handles all cases, really, but we should also include the vendor-specific properties just to be safe) */
}
.chart-legend li,
.bar-legend li,
.line-legend li,
.pie-legend li,
.radar-legend li,
.polararea-legend li,
.doughnut-legend li {
display: inline-block;
white-space: nowrap;
position: relative;
margin-bottom: 4px;
border-radius: 5px;
padding: 2px 8px 2px 28px;
font-size: smaller;
cursor: default;
}
.chart-legend li span,
.bar-legend li span,
.line-legend li span,
.pie-legend li span,
.radar-legend li span,
.polararea-legend li span,
.doughnut-legend li span {
display: block;
position: absolute;
left: 0;
top: 0;
width: 20px;
height: 20px;
border-radius: 5px;
}

.panel-rounded {
margin: 0;
}
Expand Down
Loading

0 comments on commit 734ed98

Please sign in to comment.