UNPKG

framework7

Version:

Full featured mobile HTML framework for building iOS & Android apps

22 lines (21 loc) 459 B
.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; } } } }); }