////
/// Footer Tool
/// @group footer
////

@mixin nest-footer-bottom-btn($size: xs, $place: left, $icon:null, $from: null, $insert: true) {
  @include _nest-link($footer-bottom-btns-settings, $size, $place, $icon, $from, $insert) {
    @content;
  }
}
