report.component.css 218 B

123456789101112131415
  1. .create-report-toolbar-spacer {
  2. flex: 1 1 auto;
  3. }
  4. .create-report-form-content > * {
  5. width: 100%;
  6. }
  7. .create-report-header {
  8. margin-bottom: 20px;
  9. }
  10. .create-report {
  11. margin-bottom: 20px;
  12. }