Sha256: 571045dff214823664282e37e533984ca78a36f2c7ee9c01c0f14b17167f56a9

Contents?: true

Size: 1.12 KB

Versions: 10

Compression:

Stored size: 1.12 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 bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any styles
 * defined in the other CSS/SCSS files in this directory. It is generally better to create a new
 * file per style scope.
 *
 *= require_tree .
 *= require_self
 */

.container {
  width: 80%;
  margin-left: 10%;
  font-family: Helvetica;
}

h1 {
  padding: 10px;
  border-radius: 7px;
}

.problem {
  border: 3px solid red;
}

.no-problem {
  border: 3px solid green;
}

.before-each {
  border-bottom: 1px solid black;
}

.file-error {
  border-bottom: 1px solid black;
}

.fixture-info {
  border-bottom: 1px solid black;
}

.error {
  overflow: hidden;
  height: 10em;
}

.error:hover {
  overflow: visible;
  height: 100%;
}

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
magic_lamp-1.9.0 app/assets/stylesheets/magic_lamp/application.css
magic_lamp-1.8.1 app/assets/stylesheets/magic_lamp/application.css
magic_lamp-1.8.0 app/assets/stylesheets/magic_lamp/application.css
magic_lamp-1.7.0 app/assets/stylesheets/magic_lamp/application.css
magic_lamp-1.6.2 app/assets/stylesheets/magic_lamp/application.css
magic_lamp-1.6.1 app/assets/stylesheets/magic_lamp/application.css
magic_lamp-1.6.0 app/assets/stylesheets/magic_lamp/application.css
magic_lamp-1.5.2 app/assets/stylesheets/magic_lamp/application.css
magic_lamp-1.5.1 app/assets/stylesheets/magic_lamp/application.css
magic_lamp-1.5.0 app/assets/stylesheets/magic_lamp/application.css