create-report-item.component.css 193 B

1234567891011
  1. .create-report-item-form-content {
  2. height: 300px;
  3. }
  4. .create-report-item-form-content > * {
  5. width: 100%;
  6. }
  7. .mat-error {
  8. font-family: Roboto,"Helvetica Neue",sans-serif;
  9. }