Skip to content

Commit

Permalink
progress-bar [fix] issue #292 - prefix ignored for class .progress-bar
Browse files Browse the repository at this point in the history
  • Loading branch information
lucienbertin committed Aug 22, 2016
1 parent 8f20830 commit 35a9151
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scss/core/elements/_progress.scss
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
// ============= Mixins ==============
// ===================================

.progress-bar {
#{$prefix}.progress-bar {
position: fixed;
top: 0px;
z-index: map-gets($vars, progressBar, zIndex);
Expand All @@ -144,13 +144,13 @@
transition-timing-function: ease-out;
}

.progress-bar.in{
#{$prefix}.progress-bar.in{
opacity: 1;
height: map-gets($vars, progressBar, height);
}


.progress-bar.out{
#{$prefix}.progress-bar.out{
opacity: 0;
height: 0;
}
Expand Down

0 comments on commit 35a9151

Please sign in to comment.