mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-28 12:24:23 +00:00
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
@ -51,6 +51,8 @@ $table-striped-row-even-hover-background-color: $scheme-main-ter !default
|
|||||||
a,
|
a,
|
||||||
strong
|
strong
|
||||||
color: currentColor
|
color: currentColor
|
||||||
|
&.is-vcentered
|
||||||
|
vertical-align: middle
|
||||||
th
|
th
|
||||||
color: $table-cell-heading-color
|
color: $table-cell-heading-color
|
||||||
&:not([align])
|
&:not([align])
|
||||||
|
Loading…
Reference in New Issue
Block a user