Sha256: c73cf340f4f70fc49d5df0cee51a62add63127ce6d46485548b7aff6450c5727

Contents?: true

Size: 1.26 KB

Versions: 3

Compression:

Stored size: 1.26 KB

Contents

/*
 *= require bootstrap
*/

.page-header {
  a.btn {
    float: right;
  }

  a.btn + a.btn {
    margin-right: 8px;
  }
}

.form-stacked div.alert-message {
  margin-left: -10px;
}

/* Override some defaults */
html, body {
  background-color: #eee;
}
body {
  padding-top: 40px; /* 40px to make the container go all the way to the bottom of the topbar */
}
.container > footer p {
  text-align: center; /* center align it with the container */
}
.container {
  width: 820px; /* downsize our container to make the content feel a bit tighter and more cohesive. NOTE: this removes two full columns from the grid, meaning you only go to 14 columns and not 16. */
}

/* The white background content wrapper */
.content {
  background-color: #fff;
  padding: 20px;
  margin: 0 -20px; /* negative indent the amount of the padding to maintain the grid system */
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.15);
     -moz-box-shadow: 0 1px 2px rgba(0,0,0,.15);
          box-shadow: 0 1px 2px rgba(0,0,0,.15);
}

/* Page header tweaks */
.content > .page-header {
  background-color: #f5f5f5;
  padding: 20px 20px 10px;
  margin: -20px -20px 20px;
}

.topbar .btn {
  border: 0;
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
bootstrap-generators-1.0.1 lib/generators/bootstrap/install/templates/assets/stylesheets/container-app.css.scss
bootstrap-generators-1.0.0 lib/generators/bootstrap/install/templates/layouts/container-app.css.scss
bootstrap-generators-0.0.6 lib/generators/bootstrap/install/templates/layouts/container-app.css.scss