remove border
This commit is contained in:
@@ -101,11 +101,14 @@
|
||||
margin: 0;
|
||||
top: 50%;
|
||||
transform: scale(0.5);
|
||||
border-right: none;
|
||||
border-bottom: none;
|
||||
border: none;
|
||||
}
|
||||
|
||||
table tbody * {
|
||||
table tbody {
|
||||
border: none;
|
||||
}
|
||||
|
||||
table tbody tr * {
|
||||
padding: 0;
|
||||
/* border: 1px #3e50b4; */
|
||||
border-style: dashed;
|
||||
@@ -114,7 +117,6 @@
|
||||
|
||||
.notopborder {
|
||||
border-top: none;
|
||||
|
||||
}
|
||||
|
||||
.nobottomborder {
|
||||
|
||||
Reference in New Issue
Block a user