finalize color scheme for mobile progress bar

This commit is contained in:
Jeff Atwood 2015-05-20 01:25:36 -07:00
parent 643f770996
commit 0bd6d79459

View File

@ -138,8 +138,9 @@
top: 0;
bottom: 0;
width: 0;
border-right: 1px solid scale-color($success, $lightness: 50%);
background-color: scale-color($success, $lightness: 50%);
border-right: 1px solid dark-light-diff($tertiary, $secondary, 85%, -65%);
background-color: dark-light-diff($tertiary, $secondary, 85%, -65%);
transition: width .75s;
}
}