Sha256: ddb6c0508d37c8141a486bbfee4d670774162207a68c11c72fb76c6fe989d427

Contents?: true

Size: 386 Bytes

Versions: 2

Compression:

Stored size: 386 Bytes

Contents

.dropdownjs::after {
  right: 5px;
  top: 3px;
  font-size: 25px;
  position: absolute;

  // bring in the material icon font and icon by code
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  content: "\e5c5"; // found here: https://github.com/google/material-design-icons/search?utf8=%E2%9C%93&q=arrow_drop_down

  pointer-events: none;
  color: #757575;
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rails-bootstrap-material-design-0.5.10.1 app/assets/stylesheets/bootstrap-material-design/plugins/_plugin-dropdownjs.scss
rails-bootstrap-material-design-0.5.10 app/assets/stylesheets/bootstrap-material-design/plugins/_plugin-dropdownjs.scss