@m-widgets-go-back-prefix-cls: m-go-back;

.@{m-widgets-go-back-prefix-cls} {
  margin-top: @go-back-margin-top;
  line-height: @go-back-line-height;
  text-align: center;
  cursor: pointer;

  &-icon {
    margin-bottom: @go-back-icon-margin-bottom;
    font-size: @go-back-icon-font-size;
  }

  &-text {
    font-size: @go-back-text-font-size;
  }
}
