/**
* DevExtreme (widgets/material/radioGroup.material.less)
* Version: 20.1.7
* Build date: Tue Aug 25 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;
        }
    }
}
