UNPKG

com.phloxui

Version:

PhloxUI Ng2+ Framework

31 lines (24 loc) 534 B
/* radio */ .phx-component-radio-btns { width: 100%; height: 100%; position: relative; >.radio-group{ height: 100%; >div { float: left; text-align: center; margin: 0; } // destroy boostrap style .radio input[type="radio"], .radio-inline input[type="radio"] { margin-left: 0; } .radio{ margin-right: @COMPONENT_RADIO_ITEM_MARGIN_RIGHT; >label { padding-right: @COMPONENT_RADIO_LABEL_PADDING_RIGHT; } } } }