Sha256: 630f88991dd781ca45da9cf352eaacd088c7f269576511c35de2e3f339eb4851

Contents?: true

Size: 1.61 KB

Versions: 67

Compression:

Stored size: 1.61 KB

Contents

input[type="checkbox"].discardable-checkbox-used-when-reviewing-drugs-with-patient {
  margin: 0 0 2px 0;
}

a, li, tbody tr {
  &[class^="drug-"] {
    background: $drug-type-default-colour;

    &.drug-esa {
      background: $drug-type-esa-colour;
    }
    &.drug-immunosuppressant {
      background: $drug-type-immunosuppressant-colour;
    }
  }
}

.add_prescription {
  margin-bottom: 0;
}

#prescriptions {
  h3 {
    font-size: 1rem;
    font-weight: bold;
    margin: 0 0 0.3rem 0;
  }
}

.med-form.content ul.drug-results {
  height: 15em;
  padding: 1em;
  overflow-y: scroll;
  border: 1px solid #ccc;

  li.drug-select-link {
    cursor: pointer;
    text-decoration: underline;
  }
}

.med-form .row.boolean {
  padding-left: 0;

  label {
    padding-left: 0;
    padding-right: 1rem;
  }
  input {
    margin: 0;
  }
}

.medications-filter {
  select {
    width: 250px;
  }

  .button {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    padding: .53rem 1rem;
  }
}

.find-drug-list ul.drug-results-admin {
  height: 20em;

  overflow-y: scroll;
  // border: 1px solid #ccc;
}

.drug-by-select {
  display: none;
}

.drug-results {
  display: none;
}

dl.medication-history {
  left: 0.9em;
}

#drug-type-prescriptions {
  table-layout: auto;
  th.drug_name {
    min-width: 8rem;
    width: 25%;
  }
  th.patient_name {
    min-width: 8rem;
  }
  th.patient_sex,
  th.patient_age {
    width: 2.5rem;
  }
  th.route_code {
    width: 3rem;
  }
  th.dose {
    width: 4rem;
  }
  th.modality {
    width: 5rem;
  }
  th.frequency {
    width: 5rem;
  }
  th.hosp_no {
    width: 5rem;
  }
}

Version data entries

67 entries across 67 versions & 1 rubygems

Version Path
renalware-core-2.0.51 app/assets/stylesheets/renalware/modules/_medications.scss
renalware-core-2.0.50 app/assets/stylesheets/renalware/modules/_medications.scss
renalware-core-2.0.48 app/assets/stylesheets/renalware/modules/_medications.scss
renalware-core-2.0.47 app/assets/stylesheets/renalware/modules/_medications.scss
renalware-core-2.0.46 app/assets/stylesheets/renalware/modules/_medications.scss
renalware-core-2.0.45 app/assets/stylesheets/renalware/modules/_medications.scss
renalware-core-2.0.44 app/assets/stylesheets/renalware/modules/_medications.scss
renalware-core-2.0.43 app/assets/stylesheets/renalware/modules/_medications.scss
renalware-core-2.0.42 app/assets/stylesheets/renalware/modules/_medications.scss
renalware-core-2.0.41 app/assets/stylesheets/renalware/modules/_medications.scss
renalware-core-2.0.40 app/assets/stylesheets/renalware/modules/_medications.scss
renalware-core-2.0.39 app/assets/stylesheets/renalware/modules/_medications.scss
renalware-core-2.0.38 app/assets/stylesheets/renalware/modules/_medications.scss
renalware-core-2.0.37 app/assets/stylesheets/renalware/modules/_medications.scss
renalware-core-2.0.36 app/assets/stylesheets/renalware/modules/_medications.scss
renalware-core-2.0.35 app/assets/stylesheets/renalware/modules/_medications.scss
renalware-core-2.0.34 app/assets/stylesheets/renalware/modules/_medications.scss
renalware-core-2.0.33 app/assets/stylesheets/renalware/modules/_medications.scss
renalware-core-2.0.32 app/assets/stylesheets/renalware/modules/_medications.scss
renalware-core-2.0.31 app/assets/stylesheets/renalware/modules/_medications.scss