_table.scss 352 B

123456789101112131415
  1. .wp-block-table.is-style-stripes,
  2. .wp-block-table {
  3. figcaption {
  4. font-size: var(--wp--custom--table--figcaption--typography--font-size);
  5. text-align: center;
  6. }
  7. td, th {
  8. border: 1px solid;
  9. padding: calc(0.5*var(--wp--custom--margin--vertical)) calc(0.5*var(--wp--custom--margin--horizontal));
  10. }
  11. margin-bottom: 1em;
  12. border-bottom: none;
  13. }