@import 'press-plus/common/style/gp-match/palette.scss';
@import 'press-plus/common/style/gp-match/mixin.scss';

.press-popup {
  &__nick {
    margin-top: .16rem;
    color: $color-black-2;
    font-size: $font-m;
    text-align: center;
    padding: 0 .2rem;
    overflow: hidden; 
    text-overflow: ellipsis;
    display: -webkit-box; 
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; 
  }

  &__avatar-box {
    width: 1.92rem;
    height: 1.92rem;
    margin: 0 auto;
    margin-top: .88rem;


  }

  &__avatar {
    border-radius: 50%;
    width: 100%;
    height: 100%;
  }

  &__button {
    text-align: center;
    font-family: 'PEACE';
    width: 3.96rem;
    height: .72rem;
    line-height: .72rem;
    font-size: .4rem;
    color: $color-black-2;
    background: url(https://image-1251917893.file.myqcloud.com/tip-project/pubg/pubg-match/bg-btn-l.png) no-repeat;
    background-size: 100%;
    display: block;
    text-decoration: none;
    margin: .7rem auto;
  }
}
