@pi0/framework7
Version:
Full featured mobile HTML framework for building iOS & Android apps
18 lines (17 loc) • 413 B
text/less
.ios {
@import (multiple) '../../less/colors-ios.less';
@import (multiple) '../../less/vars-ios.less';
.sheet-modal {
background: #cfd5da;
.toolbar {
background: @barsBg;
+ .sheet-modal-inner {
height: ~"calc(100% - 44px)";
}
~ .sheet-modal-inner .page-content {
padding-bottom: 0;
}
}
}
.hairline-root('.sheet-modal .toolbar', top, #929499);
}