devextreme
Version:
HTML5 JavaScript Component Suite for Responsive Web Development
29 lines (24 loc) • 600 B
text/less
/**
* DevExtreme (widgets/ios7/radioGroup.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) "./radioButton.ios7.less";
.dx-radiobutton {
line-height: 38px;
color: @IOS7_FONT_COLOR;
.dx-radiogroup-horizontal & {
margin-right: 10px;
.dx-rtl &,
.dx-rtl& {
margin-right: 0;
margin-left: 10px;
}
}
}
.dx-radio-value-container {
padding-top: 2px;
}