Sha256: 885514db2a61268681ebfeaed46b73d12b158194a6472a6a6fbd6fa13156238a

Contents?: true

Size: 948 Bytes

Versions: 5

Compression:

Stored size: 948 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 any plugin's vendor/assets/stylesheets directory 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 bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *
 *= require_tree .
 *= require_self
 */

body {
  padding-top: 20px;
}

.alert {
  margin-top: 20px;
}

h1, .footer {
  text-align: center;
}

.icon-white {
  background-image: url(<%=asset_path "letter_opener_web/glyphicons-halflings-white.png"%>);
}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
letter_opener_web-1.4.1 spec/dummy/app/assets/stylesheets/application.css
letter_opener_web-1.4.0 spec/dummy/app/assets/stylesheets/application.css
letter_opener_web-1.3.4 spec/dummy/app/assets/stylesheets/application.css
letter_opener_web-1.3.3 spec/dummy/app/assets/stylesheets/application.css
letter_opener_web-1.3.2 spec/dummy/app/assets/stylesheets/application.css