app/assets/stylesheets/pageflow/progress_navigation_bar/themes/default.css.scss in pageflow-progress-navigation-bar-0.1.0 vs app/assets/stylesheets/pageflow/progress_navigation_bar/themes/default.css.scss in pageflow-progress-navigation-bar-0.2.0
- old
+ new
@@ -286,10 +286,10 @@
height: 100%;
width: 100%;
background-color: $nav-dot-even;
border-bottom: 1px solid $nav-bg-color;
border-bottom: 1px solid $nav-bg-color-transparent;
- box-sizing: border-box;
+ @include box-sizing(border-box);
&.in_active_chapter {
background-color: $nav-active-chapter;
}
\ No newline at end of file