Sha256: 8aa25e7c1d07b4d2a9a731ef03450d15fa74ea74adbe874551a77b65008a1e39

Contents?: true

Size: 774 Bytes

Versions: 1

Compression:

Stored size: 774 Bytes

Contents

.dropdown_rich {
  .dropdown_toggle_button {
    width: 240px;
  }

  // Support for AutoSubmitter
  .as_indicator {
    right: -28px;
  }
}

.dropdown_menu_rich {
  width: 22rem;
  li {
    a {
      white-space: normal;
      padding: 0.5rem 2rem;
      margin: 0;
      height: auto;
    }
    &.all a {
      height: 3rem;
      line-height: 3rem;
      padding: 0 2rem;
    }
  }
}

.drop_rich_head,
.drop_rich_subhead {
  word-break: break-all;
  word-break: break-word; // Webkit non-standard
  hyphens: auto;
}


.drop_rich_head {
  display: block;
  line-height: 1.5rem;
}

.drop_rich_subhead {
  display: block;
  color: rgba(#000,0.5);
  font-size: 0.85rem;
  font-weight: normal;
  line-height: 1.3;
  a:hover &,
  .active a & {
    color: rgba(#fff,0.5);
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
simple_form-dropdown_select-0.1.4 app/assets/stylesheets/simple_form/dropdown_select.scss