|
@@ -404,18 +404,19 @@ Card table
|
|
*/
|
|
*/
|
|
.card-table {
|
|
.card-table {
|
|
margin-bottom: 0 !important;
|
|
margin-bottom: 0 !important;
|
|
|
|
+ border-bottom-width: 0;
|
|
|
|
|
|
tr {
|
|
tr {
|
|
td,
|
|
td,
|
|
th {
|
|
th {
|
|
&:first-child {
|
|
&:first-child {
|
|
padding-left: $card-spacer-x;
|
|
padding-left: $card-spacer-x;
|
|
- border-left: 0;
|
|
|
|
|
|
+ border-left-width: 0;
|
|
}
|
|
}
|
|
|
|
|
|
&:last-child {
|
|
&:last-child {
|
|
padding-right: $card-spacer-x;
|
|
padding-right: $card-spacer-x;
|
|
- border-right: 0;
|
|
|
|
|
|
+ border-right-width: 0;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
@@ -425,11 +426,20 @@ Card table
|
|
tfoot {
|
|
tfoot {
|
|
tr {
|
|
tr {
|
|
&:first-child {
|
|
&:first-child {
|
|
- border-top: 0;
|
|
|
|
|
|
+ border-top-width: 0;
|
|
|
|
|
|
td,
|
|
td,
|
|
th {
|
|
th {
|
|
- border-top: 0;
|
|
|
|
|
|
+ border-top-width: 0;
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ &:last-child {
|
|
|
|
+ border-bottom-width: 0;
|
|
|
|
+
|
|
|
|
+ td,
|
|
|
|
+ th {
|
|
|
|
+ border-bottom-width: 0;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|