Sha256: 47526cdcbf89c1126d4ea1eee4a063a30439888517e8509034f7861f80c67d47

Contents?: true

Size: 1.4 KB

Versions: 10

Compression:

Stored size: 1.4 KB

Contents

/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the top of the
 * compiled file, but it's generally better to create a new file per style scope.
 *
 *= require_self
 *= require_directory .
 */

html,
body {
  height: 100%;
}

#wrap {
  min-height: 100%;
  height: auto;
  margin: 0 auto -60px;
  padding: 0 0 60px;
}

body {
  padding-top: 20px;
  padding-bottom: 20px;
}

.header,
.footer {
  padding-left: 15px;
  padding-right: 15px;
}

.header {
  border-bottom: 1px solid #e5e5e5;
}

.header h3 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 40px;
  padding-bottom: 19px;
}

.footer {
  height: 60px;
  padding-top: 19px;
  color: #777;
  border-top: 1px solid #e5e5e5;
}

.center {
  text-align: center;
}

@media (min-width: 768px) {
  .container {
    max-width: 730px;
  }
}

.container-narrow > hr {
  margin: 30px 0;
}

.note {
  margin: 40px 0;
  border-radius: 10px;
}

.note p + h4 {
  margin-top: 28px;
}

@media screen and (min-width: 768px) {
  .header,
  .footer {
    padding-left: 0;
    padding-right: 0;
  }

  .header {
    margin-bottom: 30px;
  }
}

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
release_notes-1.0.4 app/assets/stylesheets/release_notes/application.css.scss
release_notes-1.0.3 app/assets/stylesheets/release_notes/application.css.scss
release_notes-1.0.1 app/assets/stylesheets/release_notes/application.css.scss
release_notes-1.0.0 app/assets/stylesheets/release_notes/application.css.scss
release_notes-0.5.1 app/assets/stylesheets/release_notes/application.css.scss
release_notes-0.4.0 app/assets/stylesheets/release_notes/application.css
release_notes-0.3.4 app/assets/stylesheets/release_notes/application.css
release_notes-0.3.3 app/assets/stylesheets/release_notes/application.css
release_notes-0.2.1 app/assets/stylesheets/release_notes/application.css
release_notes-0.2.0 app/assets/stylesheets/release_notes/application.css