@import '~riotclient-lol-asset-csslib/styles/typekit';

.honor-profile-component {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.honor-profile-icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 200px;
  height: 200px;
}

.honor-profile-text {
  @extend $typekit_h4;
  position: absolute;
  bottom: 12px;
  width: 100%;
  text-align: center;
}