Sha256: dce1684eba958f4dd9505c6453331350993bd7299db1db5b70eb2c9e48fc5e65

Contents?: true

Size: 1.62 KB

Versions: 82

Compression:

Stored size: 1.62 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 {
  border: 1px solid #ccc;
  height: 15em;
  overflow-y: scroll;
  padding: 1em;

  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-bottom-left-radius: 0 !important;
    border-top-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

82 entries across 82 versions & 1 rubygems

Version Path
renalware-core-2.0.139 app/assets/stylesheets/renalware/modules/_medications.scss
renalware-core-2.0.138 app/assets/stylesheets/renalware/modules/_medications.scss
renalware-core-2.0.137 app/assets/stylesheets/renalware/modules/_medications.scss
renalware-core-2.0.136 app/assets/stylesheets/renalware/modules/_medications.scss
renalware-core-2.0.135 app/assets/stylesheets/renalware/modules/_medications.scss
renalware-core-2.0.134 app/assets/stylesheets/renalware/modules/_medications.scss
renalware-core-2.0.133 app/assets/stylesheets/renalware/modules/_medications.scss
renalware-core-2.0.132 app/assets/stylesheets/renalware/modules/_medications.scss
renalware-core-2.0.131 app/assets/stylesheets/renalware/modules/_medications.scss
renalware-core-2.0.130 app/assets/stylesheets/renalware/modules/_medications.scss
renalware-core-2.0.129 app/assets/stylesheets/renalware/modules/_medications.scss
renalware-core-2.0.128 app/assets/stylesheets/renalware/modules/_medications.scss
renalware-core-2.0.127 app/assets/stylesheets/renalware/modules/_medications.scss
renalware-core-2.0.126 app/assets/stylesheets/renalware/modules/_medications.scss
renalware-core-2.0.125 app/assets/stylesheets/renalware/modules/_medications.scss
renalware-core-2.0.124 app/assets/stylesheets/renalware/modules/_medications.scss
renalware-core-2.0.123 app/assets/stylesheets/renalware/modules/_medications.scss
renalware-core-2.0.121 app/assets/stylesheets/renalware/modules/_medications.scss
renalware-core-2.0.120 app/assets/stylesheets/renalware/modules/_medications.scss
renalware-core-2.0.119 app/assets/stylesheets/renalware/modules/_medications.scss