@import "../../../themes/default.md.less";

/// @prop - Background for the sliding content
@item-md-sliding-content-background: @list-md-background-color;

// Material Design Item Sliding
// --------------------------------------------------

.list-md .ion-item-sliding {
  background-color: @item-md-sliding-content-background;
}