Current File : /home/virtualki/22346/wp-content/themes/Boldtheme/sass/elements/_table.scss
/*------------------------------------*\
  Elements > Table
\*------------------------------------*/

table {
  width: 100%;
  font-size: $font-size-medium;
}

table,
th,
td {
  border: 1px solid $color-border;
}

th,
td {
  padding: half($base-spacing-unit);
}