framework7
Version:
Full featured mobile HTML framework for building iOS & Android apps
17 lines • 440 B
text/less
:root {
--f7-swipeout-button-text-color: #fff;
--f7-swipeout-button-bg-color: #c7c7cc;
--f7-swipeout-delete-button-bg-color: #ff3b30;
--f7-swipeout-button-font-size: inherit;
--f7-swipeout-button-font-weight: inherit;
}
.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;
});