@import '../../base.less';

@import './_var.less';

.@{prefix}-fab {
  position: fixed;

  &__button {
    box-shadow: @fab-shadow;
  }
}
