summaryrefslogtreecommitdiff
path: root/templates/assets/sass/material-kit/plugins/_plugin-dropdownjs.scss
blob: b157472616024aca25c6abc37b45fcdaace363f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// This file has been autogenerated by grunt task lessToSass. Any changes will be overwritten.

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