@import '~@/components/styles/widget.scss';

.descriptor {
  @include widget;

  .name {
    flex: 1;
    font-weight: bold;
  }
  .value {
    flex: 1;
    justify-content: flex-end;
    text-align: right;
  }
}
