Juanfran 2014-08-19 13:41:05 +02:00
parent 6461c5dbef
commit 17f00133c4
1 changed files with 27 additions and 0 deletions

View File

@ -36,4 +36,31 @@
unicode-bidi: embed; unicode-bidi: embed;
white-space: pre; white-space: pre;
} }
table {
border: $gray-light 1px solid;
margin-bottom: 1rem;
tbody {
tr:last-child {
border-bottom: 0;
}
}
}
tr {
border-bottom: $gray-light 1px solid;
}
th {
border-right: $gray-light 1px solid;
padding: 1rem 1rem 1rem .5rem;
&:last-child {
border-right: 0;
}
}
td {
border-right: $gray-light 1px solid;
padding: .5rem;
&:last-child {
border-right: 0;
}
}
} }