Sha256: aca147d1efc7eac502c45336b3dd064b43d8c9a596266760d8c76ef3645685eb

Contents?: true

Size: 1.88 KB

Versions: 15

Compression:

Stored size: 1.88 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;
  }
}

#print-home-delivery-drugs-modal .modal {
  .modal__header h2 span {
    color: $dark-grey;
    font-weight: normal;
  }

  .show-after-printing {
    a {
      margin-right: 1rem;
    }
  }

  .panel {
    padding: 0.5rem 1rem;
  }
}

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
renalware-core-2.1.1 app/assets/stylesheets/renalware/modules/_medications.scss
renalware-core-2.1.0 app/assets/stylesheets/renalware/modules/_medications.scss
renalware-core-2.0.167 app/assets/stylesheets/renalware/modules/_medications.scss
renalware-core-2.0.166 app/assets/stylesheets/renalware/modules/_medications.scss
renalware-core-2.0.165 app/assets/stylesheets/renalware/modules/_medications.scss
renalware-core-2.0.164 app/assets/stylesheets/renalware/modules/_medications.scss
renalware-core-2.0.163 app/assets/stylesheets/renalware/modules/_medications.scss
renalware-core-2.0.162 app/assets/stylesheets/renalware/modules/_medications.scss
renalware-core-2.0.161 app/assets/stylesheets/renalware/modules/_medications.scss
renalware-core-2.0.160 app/assets/stylesheets/renalware/modules/_medications.scss
renalware-core-2.0.159 app/assets/stylesheets/renalware/modules/_medications.scss
renalware-core-2.0.158 app/assets/stylesheets/renalware/modules/_medications.scss
renalware-core-2.0.157 app/assets/stylesheets/renalware/modules/_medications.scss
renalware-core-2.0.156 app/assets/stylesheets/renalware/modules/_medications.scss
renalware-core-2.0.155 app/assets/stylesheets/renalware/modules/_medications.scss