Fix progress bar gradient direction

This commit is contained in:
EliverLara
2018-10-24 13:12:35 -05:00
parent 71ed73afe8
commit fe51bff9db
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, #00f17d, #00f7d2);
}