.page-footer {
  display: flex;
  align-items: center;
  height: 40px;
  padding: 0 10px;
  background: @page-footer-light-bg;
  .skin-dark & {
    background: @page-footer-dark-bg;
  }
  .fontSize-fontlarge & {
    height: 60px;
  }
}
