devextreme
Version:
HTML5 JavaScript Component Suite for Responsive Web Development
30 lines (24 loc) • 734 B
text/less
/**
* DevExtreme (widgets/ios7/timeView.ios7.less)
* Version: 20.1.4
* Build date: Tue Jun 02 2020
*
* Copyright (c) 2012 - 2020 Developer Express Inc. ALL RIGHTS RESERVED
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
*/
@import (once) "./numberBox.ios7.less";
@import (once) "./selectBox.ios7.less";
@import (once) "./box.ios7.less";
@IOS7_TIME_VIEW_FORMAT12_WIDTH: 60px;
.dx-timeview-clock {
background: @IOS7_TIME_VIEW_CLOCK_IMAGE no-repeat 50% 50%;
}
.dx-timeview-hourarrow {
background-image: @IOS7_TIME_VIEW_HOUR_ARROW_IMAGE;
}
.dx-timeview-minutearrow {
background-image: @IOS7_TIME_VIEW_MINUTE_ARROW_IMAGE;
}
.dx-timeview-format12 {
width: @IOS7_TIME_VIEW_FORMAT12_WIDTH;
}