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.118 app/assets/stylesheets/renalware/modules/_medications.scss
renalware-core-2.0.117 app/assets/stylesheets/renalware/modules/_medications.scss
renalware-core-2.0.116 app/assets/stylesheets/renalware/modules/_medications.scss
renalware-core-2.0.115 app/assets/stylesheets/renalware/modules/_medications.scss
renalware-core-2.0.113 app/assets/stylesheets/renalware/modules/_medications.scss
renalware-core-2.0.112 app/assets/stylesheets/renalware/modules/_medications.scss
renalware-core-2.0.111 app/assets/stylesheets/renalware/modules/_medications.scss
renalware-core-2.0.110 app/assets/stylesheets/renalware/modules/_medications.scss
renalware-core-2.0.109 app/assets/stylesheets/renalware/modules/_medications.scss
renalware-core-2.0.108 app/assets/stylesheets/renalware/modules/_medications.scss
renalware-core-2.0.106 app/assets/stylesheets/renalware/modules/_medications.scss
renalware-core-2.0.105 app/assets/stylesheets/renalware/modules/_medications.scss
renalware-core-2.0.104 app/assets/stylesheets/renalware/modules/_medications.scss
renalware-core-2.0.103 app/assets/stylesheets/renalware/modules/_medications.scss
renalware-core-2.0.102 app/assets/stylesheets/renalware/modules/_medications.scss
renalware-core-2.0.101 app/assets/stylesheets/renalware/modules/_medications.scss
renalware-core-2.0.100 app/assets/stylesheets/renalware/modules/_medications.scss
renalware-core-2.0.99 app/assets/stylesheets/renalware/modules/_medications.scss
renalware-core-2.0.98 app/assets/stylesheets/renalware/modules/_medications.scss
renalware-core-2.0.97 app/assets/stylesheets/renalware/modules/_medications.scss