Sha256: e686f6061630e41da96a478b01556179f6f9f94a08489c7bfc3aad7cecf94290

Contents?: true

Size: 897 Bytes

Versions: 7

Compression:

Stored size: 897 Bytes

Contents

html {
  position: relative;
  min-height: 100%;
}

body {
  /* Antialias the font  for smooth text rendering */
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: grayscale;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  font-smooth: always;
  // Margin bottom by footer height
  margin-bottom: 60px;
}

h1, h2, h3, h4, h5 {
  .text-muted {
    color: #969ea5 !important;
    font-size: 90% !important;
    font-style: italic;
  }
}

/* Sticky footer styles
-------------------------------------------------- */
// => https://getbootstrap.com/docs/4.1/examples/sticky-footer-navbar/sticky-footer-navbar.css
.footer {
  background-color: #f5f5f5;
  bottom: 0;
  /* Vertically center the text there */
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px;
  position: absolute;
  width: 100%;
}

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
kowl-0.0.7 lib/kowl/templates/app/assets/stylesheets/bootstrap/_custom_styling.scss
kowl-0.0.6 lib/kowl/templates/app/assets/stylesheets/bootstrap/_custom_styling.scss
kowl-0.0.5 lib/kowl/templates/app/assets/stylesheets/bootstrap/_custom_styling.scss
kowl-0.0.4 lib/kowl/templates/app/assets/stylesheets/bootstrap/_custom_styling.scss
kowl-0.0.3 lib/kowl/templates/app/assets/stylesheets/bootstrap/_custom_styling.scss
kowl-0.0.2 lib/kowl/templates/app/assets/stylesheets/bootstrap/_custom_styling.scss
kowl-0.0.1 lib/kowl/templates/app/assets/stylesheets/bootstrap/_custom_styling.scss