@import "../../themes/native/native.globals.ios";
@import "./radio-group.native";
@import "../item/item.ios.vars";

// iOS 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-ios-padding-start, $item-ios-padding-end);
}
