/**
* DevExtreme (widgets/material/radioGroup.material.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.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;
        }
    }
}
