Sha256: 7b51aa9a574293db3b891ecc31dccd3ee89531a20d99f43f4a3ba3c17ccc1bd9
Contents?: true
Size: 701 Bytes
Versions: 2
Compression:
Stored size: 701 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; } } .tooltip-wrapper { display: inline-block; }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
green_flag-0.4.0 | app/assets/stylesheets/green_flag/admin/features.css.scss |
green_flag-0.3.0 | app/assets/stylesheets/green_flag/admin/features.css.scss |