@import "../../themes/ionic.globals.md";
@import "./radio-group";
@import "../item/item.md.vars";

// Material Design Radio Group Top in List
// --------------------------------------------------

// Add padding to the error and helper text when used in a
// list to align them with the list header and item text.
ion-list .radio-group-top {
  @include padding-horizontal($item-md-padding-start, $item-md-padding-end);
}
