@import (reference) '~const.less';

@c: .proofPopup;

@{c} {
  &--myProofs {
    height: 100%;

    @{c}-list {
      height: 100%;
    }
  }

  &--proofInfo {
    height: 100%;

    @{c}-item {
      height: 100%;
    }
  }
}
