@import '~tc-ui/src/styles/tc-includes';

.readonly-wrapper {
  :global(input.tc-file-field__inputs) {
    display: none;
  }
}

.readonly-value {
  color: $tc-gray-60;
  display: block;
  // height: 40px;
  // line-height: 40px;
  // margin-bottom: 2 * $base-unit;
  // padding: 0 2 * $base-unit;
  width: 100%;
}