Sha256: 79144adedde44838c097985f7445b7004c739b3083e68e00130eb0c3f8fbeb29

Contents?: true

Size: 1.5 KB

Versions: 3

Compression:

Stored size: 1.5 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 bootstrap
 *= require bootstrap-responsive
 *= require bootstrap-docs
 *= require_tree .
*/

.stack > *:not(.active) { display: none; }

p.machine{ margin-bottom:0; margin-top: 10px}
.well.dark-grey{ background-color: rgb(100, 100, 100); }
h2.white{ color:#FFFFFF; }

.block, .block a, .block a:hover, .block a:visited{
  color: #5A5A5A;
  text-decoration: none;
}

.progress.color{
  height: 60px;
}

.progress .bar.color{
  background-image: none;
  height: 60px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.progress .overlay{
  color: #5A5A5A;
  margin-left: 0; 
  float: left; 
  line-height: 60px;
}

.log.well{
  background-color: rgb(30, 30, 30);
  color: rgb(0, 158, 242);
  font-family: 'Monaco', monospace;
  height: 400px;
  overflow-y: scroll;
  font-size: 11px;
}

.log span.date{ font-weight:bold; }
.log span.event{ font-weight:bold; color: #91FF00; }

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
scales-monitor-0.0.4 lib/scales-monitor/app/app/assets/stylesheets/application.css.scss
scales-monitor-0.0.1.beta.2 lib/scales-monitor/app/app/assets/stylesheets/application.css.scss
scales-monitor-0.0.1.beta.1 lib/scales-monitor/app/app/assets/stylesheets/application.css.scss