Remove button padding override

Not sure why we were doing this. But as part of the Elements upgrade
our back buttons got bigger (because they weren’t constrained by the
line in our `app.scss`) but any green submit buttons stayed smaller in
height, so didn’t line up.

This commit removes the override, so all buttons have the size that
Elements intended.
This commit is contained in:
Chris Hill-Scott
2017-04-10 12:02:35 +01:00
parent 8d5af47620
commit f7f0128f0c

View File

@@ -154,10 +154,6 @@ td {
color: $secondary-text-colour;
}
.button {
padding: 0.3em 0.6em 0.2em 0.6em;
}
.list-bullet {
.list-bullet {