@import '~iglootheme/lib/font.less';
@import '~iglootheme/lib/brand-font.less';

.__dumi-default-previewer-demo {
  overflow: scroll;
}

.icon-block {
  text-align: center;
  width: 200px;
  font-size: 24px;
  color: #666666;
  border-radius: 3px;
  padding: 16px;
  cursor: pointer;

  &:hover {
    background: @primary-color;
    color: #ffffff;

    .ant-card-meta-description {
      color: #ffffff;
    }
  }
}

.logo-block {
  text-align: center;
  width: 200px;
  font-size: 36px;
  color: #666666;
  border-radius: 3px;
  padding: 16px;
  cursor: pointer;
}

.icon-description {
  font-size: 16px;
}

.ant-card-cover {
  display: flex;
  justify-content: center;

  & > * {
    width: auto;
  }
}

* {
  font-family: Roboto;
}

.static-img {
  display: flex;
  justify-content: center;
  align-items: center;
}

.static-url {
  display: flex;
  align-items: center;
}
