UNPKG

framework7

Version:

Full featured mobile HTML framework for building iOS & Android apps

15 lines (14 loc) 288 B
.ios { // Buttons .button { transition-duration: 100ms; } .button-fill, .button-fill-ios { --f7-button-pressed-bg-color: var(--f7-button-fill-pressed-bg-color, var(--f7-theme-color-tint)); } .button-small, .button-small-ios { transition-duration: 200ms; } }