Your IP : 216.73.217.117


Current Path : /var/www/cesa.co.za/app/framework7/components/swipeout/
Upload File :
Current File : /var/www/cesa.co.za/app/framework7/components/swipeout/swipeout-md.less

.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;
        }
      }
    }
  });
}