// 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; }