Sha256: bb569987ad59698704a9087944de1e03a9b6a39cc7efcd228b32c78ef089e7cb

Contents?: true

Size: 937 Bytes

Versions: 10

Compression:

Stored size: 937 Bytes

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_tree .
 */

.content {
  background-color: #eee;
  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);
}

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
hashbrowns-0.2.5 example/app/assets/stylesheets/application.css.scss
hashbrowns-0.2.4 example/app/assets/stylesheets/application.css.scss
hashbrowns-0.2.3 example/app/assets/stylesheets/application.css.scss
hashbrowns-0.2.2 example/app/assets/stylesheets/application.css.scss
hashbrowns-0.2.1 example/app/assets/stylesheets/application.css.scss
hashbrowns-0.2.0 example/app/assets/stylesheets/application.css.scss
hashbrowns-0.1.6 example/app/assets/stylesheets/application.css.scss
hashbrowns-0.1.5 example/app/assets/stylesheets/application.css.scss
hashbrowns-0.1.4 example/app/assets/stylesheets/application.css.scss
hashbrowns-0.1.3 example/app/assets/stylesheets/application.css.scss