Skip to content
Snippets Groups Projects
Forked from an inaccessible project.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
dars-view.component.scss 761 B
#dars-container {
  width: 100%;
  height: 100%;
  padding: 50px;
}

#dars-report-container {
  width: 100%;
}

.audit-wrapper,
#dars-main {
  max-width: 1200px;
  margin: auto;
}

.audit-wrapper {
  margin: 50px auto;
}

#audit-close {
  margin-bottom: 20px;
}

#loading-bucky {
  width: 100%;
  display: block;
  max-width: 256px;
}

#loading-audit {
  text-align: center;
  font-family: Roboto, 'Helvetica Neue', Arial, Helvetica, sans-serif;

  img {
    width: 100%;
    max-width: 150px;
    margin: auto;
  }

  p {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
  }

  mat-spinner {
    margin: auto;
  }
}

.dars-header-bar {
  margin-top: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}