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
1 changed files with 3 additions and 0 deletions

View File

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