Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Bower components Debian packages RPM packages NuGet packages

dsgn1graphics / verve-bootstrap-sass   ruby

Repository URL to install this package:

Version: 3.3.3 

/ lib / assets / stylesheets / layouts / _base.scss

*{ margin: 0px; }
html, body{ height: 100%; }
body{
  color: #324859;
  margin-bottom: 0; // needed for sticky footer
  text-rendering: optimizeLegibility;
}
body > .wrap > .container-fluid {
  padding-top: 76px;
  h1 { margin-bottom: 40px; }
}
body > .wrap > .container-fluid .main{
  padding-left: 13px;
}

.wrap {
  min-height: 100%;
  margin: 0 auto -42px;
  &:after{
    content: "";
    display: block;
    height: 42px;
  }
}

ul.unstyled{ list-style: none; margin: 0px; padding: 0px; }
ul.inline > li {display: inline-block; }