Vertical align middle tables
This commit is contained in:
@@ -1,3 +1,22 @@
|
||||
// Baseline styles
|
||||
|
||||
.table {
|
||||
|
||||
// Cells
|
||||
thead,
|
||||
tbody,
|
||||
tfoot {
|
||||
> tr {
|
||||
> th,
|
||||
> td {
|
||||
vertical-align: middle;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
tfoot{
|
||||
|
||||
.pagination{
|
||||
|
||||
Reference in New Issue
Block a user