Sha256: 4519811c86defd56e55648e82ee2fb562424f0760567b2a1c4d93182db13c5d0

Contents?: true

Size: 957 Bytes

Versions: 6

Compression:

Stored size: 957 Bytes

Contents

html, body {
  min-height: 100%;
  height: 100%;
}

html {
  position: relative;
}

body {
  display: flex;
  overflow: hidden;
}

img {
  max-width: 100%;
}

.app-wrapper {
  flex: 1;

  display: flex;
  align-items: stretch;

  position: relative;
  width: 100%;
  min-width: 0;
  overflow: hidden;
}

.app-container {
  flex: 1;
  display: flex;
  flex-direction: column;

  overflow-y: auto;
  overflow-x: hidden;

  -webkit-overflow-scrolling: touch;
}

.app-main {
  flex: 1 0 auto;

  display: flex;
  flex-direction: column;
}

.app-footer {
  flex-shrink: 0;

  background: $footer-bg;
  color: $footer-text;

  padding: 7px 20px;
  font-size: 11px;

  .version {
    float: right;
  }
}

.error-iframe {
  border: 0;
  flex: 1;
}

@include mobile {
  body {
    height: auto;
  }

  .app-container {
    padding-top: $header-height;
    -webkit-overflow-scrolling: auto;
  }

  .app-footer {
    padding-left: 10px;
    padding-right: 10px;
  }
}

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
trestle-0.8.12 app/assets/stylesheets/trestle/core/_layout.scss
trestle-0.8.11 app/assets/stylesheets/trestle/core/_layout.scss
trestle-0.8.10 app/assets/stylesheets/trestle/core/_layout.scss
trestle-0.8.9 app/assets/stylesheets/trestle/core/_layout.scss
trestle-0.8.8 app/assets/stylesheets/trestle/core/_layout.scss
trestle-0.8.7 app/assets/stylesheets/trestle/core/_layout.scss