minor updates

This commit is contained in:
Andy Miller
2016-02-25 11:54:13 -07:00
parent 5157063442
commit fa9a4df7cc
3 changed files with 4 additions and 5 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -635,7 +635,7 @@ form {
}
.button {
background: lighten($primary-accent-bg, 10%);
@include button-color(lighten($primary-accent-bg, 10%));
}
}
@@ -648,8 +648,7 @@ form {
}
.button {
background: lighten($secondary-accent-bg, 5%);
@include button-color(lighten($secondary-accent-bg, 10%));
@include button-color(lighten($secondary-accent-bg, 7%));
}
}