framework7
Version:
Full featured mobile HTML framework for building iOS & Android apps
23 lines (22 loc) • 554 B
text/less
:root {
--f7-swipeout-button-text-color: #fff;
--f7-swipeout-delete-button-bg-color: #ff3b30;
--f7-swipeout-button-font-size: inherit;
--f7-swipeout-button-font-weight: inherit;
.light-vars({
--f7-swipeout-button-bg-color: rgba(0,0,0,0.22);
});
.dark-vars({
--f7-swipeout-button-bg-color: rgba(255,255,255,0.55);
});
}
.ios-vars({
--f7-swipeout-button-padding: 0 30px;
});
.md-vars({
--f7-swipeout-button-padding: 0 24px;
});
.aurora-vars({
--f7-swipeout-button-padding: 0 12px;
--f7-swipeout-button-font-weight: 500;
});