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

.press-schedule {
  display: flex;
  flex-direction: column;
  height: inherit;
  overflow: hidden;


  .press-schedule__card {
    &:first-child {
      margin-top: 0;
    }
  }

  .press-schedule__list {
    flex: 1;
    overflow-y: auto;
  }

  .press_icon-down-triangle {
    width: .32rem;
    height: .32rem;
    background: url(https://image-1251917893.file.myqcloud.com/tip-project/pubg/pubg-match/icon-down-triangle.png) no-repeat;
    background-size: 100% auto;
  }

}
