/**
* DevExtreme (widgets/ios7/timeView.ios7.less)
* Version: 19.2.6
* Build date: Thu Jan 30 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;
}
