@import '../style/index.scss';

.#{$kara-prefix}-cell {
  &-container {
    display: flex;
    height: 140px;
    line-height: 140px;
    padding: 0 30px;
    background-color: #fff;
  }

  &-container > div {
    font-size: 45px;
  }

  &-container > div:nth-child(2) {
    flex: 1;
  }

  &-container > div:nth-child(2) {
    text-align: right;
    color: $helper;
  }

  &-space {
    margin-top: 30px;
  }
}
