Attribute changed material-kit
[bootswatch] / material-kit / sass / material-kit / plugins / _plugin-dropdownjs.scss
1 // This file has been autogenerated by grunt task lessToSass. Any changes will be overwritten.
2
3 .dropdownjs::after {
4   right: 5px;
5   top: 3px;
6   font-size: 25px;
7   position: absolute;
8
9   // bring in the material icon font and icon by code
10   font-family: 'Material Icons';
11   font-style: normal;
12   font-weight: 400;
13   content: "\e5c5"; // found here: https://github.com/google/material-design-icons/search?utf8=%E2%9C%93&q=arrow_drop_down
14
15   pointer-events: none;
16   color: #757575;
17 }