Center table cell content vertically
Adding .is-vcentered as an option for td and th elements that are part of a .table.
This commit is contained in:
parent
086bd1c66d
commit
c3531e4fcc
1 changed files with 2 additions and 0 deletions
|
@ -51,6 +51,8 @@ $table-striped-row-even-hover-background-color: $scheme-main-ter !default
|
|||
a,
|
||||
strong
|
||||
color: currentColor
|
||||
&.is-vcentered
|
||||
vertical-align: middle
|
||||
th
|
||||
color: $table-cell-heading-color
|
||||
&:not([align])
|
||||
|
|
Loading…
Add table
Reference in a new issue