@use 'sass:math';

lf-help-label {
  lf-icon:last-child {
    padding-left: math.div($spacer, 4);
  }
}
