@import '../../style/global.less';

.@{prefix}-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: @navbar-height;
  box-sizing: border-box;
  text-decoration: none;

  .logo:focus-visible {
    > svg {
      .aria-focus();
    }
  }
}
