.md {
  @import (multiple) '../../less/colors-md.less';
  .swipeout-actions-left, .swipeout-actions-right {
    > a, > button, > span, > div {
      padding: 0 24px;
      color: #fff;
    }
    .swipeout-delete {
      background: @red;
    }
  }
  .color-loop({
    .swipeout-actions-left, .swipeout-actions-right {
      > a, > button, > span, > div {
        &.color-@{colorName} {
          background-color: @colorValue;
        }
      }
    }
  });
}
