Sha256: 5fb371d6d1a298cd640819c6fad4081c0c443a5759e85f6cbe00ebfbb723f7eb

Contents?: true

Size: 712 Bytes

Versions: 18

Compression:

Stored size: 712 Bytes

Contents

// Table of Contents
// ==================================================
// Choicepicker

// scss-lint:disable NestingDepth
// scss-lint:disable SelectorDepth

// Choicepicker
// ==================================================
.choicepicker {
   > span {
     display: block;
     max-height: 230px;
     overflow-x: auto;

     > li {
       border-bottom: 1px solid;
       border-bottom-color: inherit;
       clear: both;
       display: block;
       font-weight: inherit;
       line-height: 1;
       padding: 16px 20px 14px;
       margin: 0;

       &:last-child { border-bottom: 0; }

       > label {
         font-weight: text-weight(normal);
         margin: 0 0 0 10px;
       }
     }
   }
}

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
active_frontend-14.0.68 vendor/assets/stylesheets/components/_choicepicker.scss
active_frontend-14.0.67 vendor/assets/stylesheets/components/_choicepicker.scss
active_frontend-14.0.66 vendor/assets/stylesheets/components/_choicepicker.scss
active_frontend-14.0.65 vendor/assets/stylesheets/components/_choicepicker.scss
active_frontend-14.0.64 vendor/assets/stylesheets/components/_choicepicker.scss
active_frontend-14.0.63 vendor/assets/stylesheets/components/_choicepicker.scss
active_frontend-14.0.62 vendor/assets/stylesheets/components/_choicepicker.scss
active_frontend-14.0.61 vendor/assets/stylesheets/components/_choicepicker.scss
active_frontend-14.0.60 vendor/assets/stylesheets/components/_choicepicker.scss
active_frontend-14.0.59 vendor/assets/stylesheets/components/_choicepicker.scss
active_frontend-14.0.58 vendor/assets/stylesheets/components/_choicepicker.scss
active_frontend-14.0.57 vendor/assets/stylesheets/components/_choicepicker.scss
active_frontend-14.0.56 vendor/assets/stylesheets/components/_choicepicker.scss
active_frontend-14.0.55 vendor/assets/stylesheets/components/_choicepicker.scss
active_frontend-14.0.54 vendor/assets/stylesheets/components/_choicepicker.scss
active_frontend-14.0.53 vendor/assets/stylesheets/components/_choicepicker.scss
active_frontend-14.0.52 vendor/assets/stylesheets/components/_choicepicker.scss
active_frontend-14.0.51 vendor/assets/stylesheets/components/_choicepicker.scss