@import '../../../scss/styles';

.id-label {
  font-size: base(.75);
  font-weight: normal;
  color: var(--theme-elevation-400);
  background: var(--theme-elevation-100);
  padding: base(.25) base(.5);
  border-radius: $style-radius-m;
  display: inline-flex;
}
