@import '../../style/index.less';

@copyright-cls: copyright;

.@{copyright-cls} {
  display: flex;
  justify-content: center;
  align-items: center;
  color: @text-color-secondary;
  font-size: @font-size-base;

  &-prefix {
  }

  &-year {
    margin-left: 3px;
  }

  &-name {
    margin-left: 6px;
  }
}
