Added button type to submit styling

This commit is contained in:
ポール ウェッブ 2019-02-20 09:50:59 -06:00
parent 443563c17b
commit 6c1268158c
3 changed files with 3 additions and 2 deletions

2
dist/index.css vendored

File diff suppressed because one or more lines are too long

2
dist/index.css.map vendored

File diff suppressed because one or more lines are too long

View file

@ -26,6 +26,7 @@ form {
transition: border 0.2s;
}
[type="button"],
[type="submit"],
.button--primary {
color: $lbry-white;