app/assets/stylesheets/pageflow/progress_navigation_bar.css.scss in pageflow-progress-navigation-bar-0.1.0 vs app/assets/stylesheets/pageflow/progress_navigation_bar.css.scss in pageflow-progress-navigation-bar-0.2.0
- old
+ new
@@ -151,11 +151,11 @@
&:last-child {
border-bottom: 0px solid $nav-button-hr;
}
position: relative;
- box-sizing: border-box;
+ @include box-sizing(border-box);
&.mute {
height: 22.22%;
}
@@ -494,11 +494,11 @@
max-height: 100%;
@include transform(translate(0, -50%) !important);
li {
position: relative;
- box-sizing: border-box;
+ @include box-sizing(border-box);
&:last-child {
margin-bottom: 0;
}
}
@@ -509,10 +509,10 @@
left: 0;
height: 100%;
width: 100%;
background-color: $nav-dot-even;
border-bottom: 1px solid $bg-color;
- box-sizing: border-box;
+ @include box-sizing(border-box);
&.in_active_chapter {
background-color: $nav-active-chapter;
}
\ No newline at end of file