Sha256: b57b3e327f29ae28fff352dd4db865c27ebcb9d9d8b8bf3542d91751f295b58b

Contents?: true

Size: 506 Bytes

Versions: 7

Compression:

Stored size: 506 Bytes

Contents

html {
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
}

body {
  min-height: 100vh;
  padding: 0;
  margin: 0;
  position: relative;
  width: 100%;
}

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

7 entries across 7 versions & 1 rubygems

Version Path
mr_common-1.1.0 app/assets/stylesheets/mr_common/_layout.scss
mr_common-1.0.5 app/assets/stylesheets/mr_common/_layout.scss
mr_common-1.0.4 app/assets/stylesheets/mr_common/_layout.scss
mr_common-1.0.3 app/assets/stylesheets/mr_common/_layout.scss
mr_common-1.0.2 app/assets/stylesheets/mr_common/_layout.scss
mr_common-1.0.1 app/assets/stylesheets/mr_common/_layout.scss
mr_common-1.0.0 app/assets/stylesheets/mr_common/_layout.scss