Sha256: 0a536627c3994af5a53079303b208885f6baad3e094ea3a3dd3949d4adbdf4e4

Contents?: true

Size: 572 Bytes

Versions: 4

Compression:

Stored size: 572 Bytes

Contents

html {
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: $default-bg;
}

body {
  min-height: 100vh;
  padding: 0;
  margin: 0;
  position: relative;
  width: 100%;
  background-color: $default-bg;
}

body::after {
  content: "";
  display: block;
  height: 5vh; /* Set same as footer's height */
}

footer {
  font-size: 0.8rem;
  font-weight: bold;
  color: $primary-dark;
  background-color: $primary-light;
  min-height: 20vh;
  padding: 1rem 0.5rem;
  position: absolute;
  bottom: -15vh;
  width: 100%;
}

* {
  box-sizing: border-box;
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
mr_common-2.1.0 app/assets/stylesheets/mr_common/_layout.scss
mr_common-2.0.0 app/assets/stylesheets/mr_common/_layout.scss
mr_common-1.3.0 app/assets/stylesheets/mr_common/_layout.scss
mr_common-1.2.0 app/assets/stylesheets/mr_common/_layout.scss