login/signup table shouldn't have border on tbody
This commit is contained in:
parent
5dc0f1bba2
commit
38011c1d2d
|
@ -35,6 +35,9 @@
|
|||
|
||||
.login-modal,
|
||||
.create-account {
|
||||
tbody {
|
||||
border: none;
|
||||
}
|
||||
tr {
|
||||
border: none;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue