Sha256: 233f55f19fd036ab3f5c53d0304dbb4d030037dc368e69b3cc41f6ac3805f313
Contents?: true
Size: 1.15 KB
Versions: 6
Compression:
Stored size: 1.15 KB
Contents
html { overflow: auto; body { overflow: hidden; main { .main-content { width: 100%; height: 100%; overflow-y: auto; position: absolute; padding-bottom: 20rem; } } } body.overflow { overflow: auto; } } footer { background-color: $footer-bg-colour; border-top: 1px solid $smoke; color: $footer-colour; font-size: 12px; padding: .2rem 1rem; position: fixed; right: 0; bottom: 0; left: 0; text-align: right; } .embedded-scroll { overflow: auto; } .inline { display: inline; } section.display { h4 { margin: .1rem 1rem 0 0; float: left; clear: left; font-size: 1.3rem; color: $dark-grey; } .section-actions { float: left; clear: right; a { @extend .button; padding: .3rem 1rem; font-size: .9rem; margin: 0; } } .section-content { display: block; margin-top: .2rem; dl { clear: both; } } } .half-collapse { .columns { padding-left: $column-gutter / 2; padding-right: $column-gutter / 2; } } .non-patient-page { .page-heading { margin-bottom: 0.5rem; } }
Version data entries
6 entries across 6 versions & 1 rubygems