Sha256: 0e258ad25ec7b0418e98f5dd06ff7ad13bfa63c0742da8cb33e8cc488fa108d2

Contents?: true

Size: 653 Bytes

Versions: 1

Compression:

Stored size: 653 Bytes

Contents

// Place all the styles related to the green_flag/admin/features controller here.
// They will automatically be included in application.css.
// You can use Sass (SCSS) here: http://sass-lang.com/

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

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

.percentage {
  white-space: nowrap;
}

.well {
  margin-top: 5px;
}

ul.decisions-made-summary {
  
  padding: 0;
  margin: 10px;

  li {
    display: inline-block;
    list-style-type: none;
    width: 45%;
    text-align: center;
    vertical-align: middle;
  }

  .decision-number {
    font-weight: 500;
    font-size: 24px;
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
green_flag-0.2.0 app/assets/stylesheets/green_flag/admin/features.css.scss