Fix progress bar gradient direction

This commit is contained in:
EliverLara
2018-10-24 13:12:35 -05:00
parent 5c48832ff6
commit e9638cec45
5 changed files with 17 additions and 6 deletions

View File

@@ -593,3 +593,7 @@ box-shadow: none;
border: none;
box-shadow: none;
}
@mixin scale-highlight($dir) {
background: linear-gradient(to $dir, #fed349, #ff7800);
}