devextreme
Version:
HTML5 JavaScript Component Suite for Responsive Web Development
32 lines (27 loc) • 627 B
text/less
/**
* DevExtreme (widgets/material/radioGroup.material.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) "./radioButton.material.less";
.dx-radio-value-container {
padding-left: 0;
}
.dx-radiogroup {
.dx-radiobutton {
margin: 2px 0;
}
}
.dx-radiogroup-horizontal {
.dx-radiobutton {
margin-right: 17px;
.dx-rtl&,
.dx-rtl & {
margin-right: 0;
margin-left: 17px;
}
}
}