Skip to content

Commit

Permalink
Bring title to front
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgemorgado committed Jan 16, 2016
1 parent d72dd16 commit 2059d53
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion bar_chart.scss
Expand Up @@ -16,7 +16,6 @@ $title-position: center;
.widget-bar-chart {

background-color: $background-color;
position: relative;

.title {
@if $title-position == 'top' {
Expand All @@ -25,6 +24,11 @@ $title-position: center;
top: 10px;
position: absolute;
}
@else {
position: relative;
}

z-index: 1;
color: $title-color;
}

Expand Down

0 comments on commit 2059d53

Please sign in to comment.