@import (reference) '../../style/common.less';

.umui-guide-slogan {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: @component-background;
  height: 80px;
  padding-left: 4px;
  font-size: 16px;
  color: @text-color;
  text-align: center;
  line-height: 24px;

  img {
    width: 70px;
    height: 61px;
    padding-right: 4px;
  }

  a {
    color: @primary-color;
  }
}
