@import "../../themes/native/native.globals.md";
@import "./radio-group.native";
@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.
:host(.in-list) .radio-group-top {
  @include padding-horizontal($item-md-padding-start, $item-md-padding-end);
}
