Sha256: d7d53da0cf2cfd2bdabb487c13c8f5e65130b2fabc5f554c3ce1034b872ca9c1

Contents?: true

Size: 697 Bytes

Versions: 1

Compression:

Stored size: 697 Bytes

Contents

// CSS used only in the patient layout
html {
  body {
    display: flex;
    flex-direction: column;

    > header {
      flex: 0 0 auto;
    }

    main {
      flex: 1 1 auto;
      display: flex;
      height: 100%;
      min-height: 0;
      width: 100%;
      position: relative;

      .patient-side-nav {
        overflow-y: auto;
        min-height: 100%;
        height: 100%;
        padding-bottom: 0;
      }

      .patient-content {
      }

      .layout-wrapper {
        padding-bottom: 3rem;
      }
    }

    &.collapse-patient-menu .patient-side-nav {
      margin-left: -15rem;
      left: 0;
    }

    .full-screenable {
      transition: margin .2s ease 0s;
    }
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
renalware-core-2.0.0.pre.rc13 app/assets/stylesheets/renalware/patient_pages.scss