Sha256: cb18ead2f0edeb7a1e5f77b5364906717aa6a325871e4ee43fde71abd51fd06a

Contents?: true

Size: 548 Bytes

Versions: 62

Compression:

Stored size: 548 Bytes

Contents

body {
  // these will be some default type setups
  font-family: $default-font-family;
  font-weight: $default-font-weight;
  // this is for the mobile menu to work properly
  position: relative;
  height: 100%;
  font-size: 16px;
  line-height: 1.6;
}

/* need to offset fixed headers on mobile */
.main {
  padding-top: 80px;
  @media #{$medium-up} {
    padding: 0;
    margin: 0;
  }
}

.large {
  font-size: 1.25em;
}

.strong {
  font-weight: 600;
}


// html { overflow-y: scroll; } // this is to prevent weird shifting with offcanvas menus

Version data entries

62 entries across 62 versions & 1 rubygems

Version Path
trusty-festivity-extension-2.0.1 app/assets/stylesheets/_global.scss
trusty-festivity-extension-2.0.0 app/assets/stylesheets/_global.scss