@mixin mx-cell-border {
  background-image: linear-gradient(rgba($dark-color, 0.5), rgba($dark-color, 0.5));
  background-size: 100% 1px;
  background-repeat: no-repeat;
}
