Sha256: de26a888c08cf7cb4aefffa6fe434acb85cb50a8ceee61cf08c4a59170a0fe21
Contents?: true
Size: 945 Bytes
Versions: 19
Compression:
Stored size: 945 Bytes
Contents
.admissions-table table { td, th { vertical-align: top; } th.subhead { color: $black; text-align: center; &.admission { background-color: $light-yellow; text-shadow: lighten($light-yellow, 20) .05rem .05rem; } &.discharge { background-color: $light-green; text-shadow: lighten($light-green, 20) .05rem .05rem } } } #admissions-request-modal { .admissions-request-patient { margin-bottom: 1rem; } } .admissions_requests { td.priority { span { @include badge; } } tr.priority-urgent { td.priority span { background-color: $priority-urgent; } } tr.priority-high { td.priority span { background-color: $priority-high; } } tr.priority-medium { td.priority span { background-color: $priority-medium; } } tr.priority-low { td.priority span { background-color: $priority-low; } } }
Version data entries
19 entries across 19 versions & 1 rubygems