@pi0/framework7
Version:
Full featured mobile HTML framework for building iOS & Android apps
22 lines (21 loc) • 461 B
text/less
.ios {
@import (multiple) '../../less/colors-ios.less';
.swipeout-actions-left, .swipeout-actions-right {
> a, > button, > span, > div {
padding: 0 30px;
color: #fff;
}
.swipeout-delete {
background: @red;
}
}
.color-loop({
.swipeout-actions-left, .swipeout-actions-right {
> a, > button, > span, > div {
&.color-@{colorName} {
background-color: @colorValue;
}
}
}
});
}