Sha256: b291e94adb4923aa3dac7656d977614f4705555c47c2539061a75e2211c04e38

Contents?: true

Size: 593 Bytes

Versions: 2

Compression:

Stored size: 593 Bytes

Contents

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

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

2 entries across 2 versions & 1 rubygems

Version Path
active_frontend-14.0.50 vendor/assets/stylesheets/components/_choicepicker.scss
active_frontend-14.0.49 vendor/assets/stylesheets/components/_choicepicker.scss