UNPKG

devextreme

Version:

HTML5 JavaScript Component Suite for Responsive Web Development

40 lines (34 loc) 847 B
/** * DevExtreme (widgets/generic/radioGroup.generic.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.generic.less"; .dx-radio-value-container { padding-left: 0; } .dx-radiogroup { .dx-radiobutton, .dx-radiobutton-icon { margin: 1px 0; } &.dx-state-readonly { .dx-radiobutton-icon:before { border-color: @radiogroup-readonly-border-color; background-color: @radiogroup-readonly-bg; } } } .dx-radiogroup-horizontal { .dx-radiobutton { margin-right: 17px; .dx-rtl&, .dx-rtl & { margin-right: 0; margin-left: 17px; } } }