login/signup table shouldn't have border on tbody

This commit is contained in:
Kris 2020-02-10 11:16:03 -05:00
parent 5dc0f1bba2
commit 38011c1d2d

View File

@ -35,6 +35,9 @@
.login-modal, .login-modal,
.create-account { .create-account {
tbody {
border: none;
}
tr { tr {
border: none; border: none;
} }