mdb-ui-kit/scss/plugins/_plugin-dropdownjs.scss
2015-12-09 10:27:03 -06:00

15 lines
385 B
SCSS

.dropdownjs::after {
position: absolute;
top: 3px;
right: 5px;
font-family: "Material Icons";
font-size: 25px;
font-style: normal;
font-weight: 400;
color: #757575;
pointer-events: none;
// bring in the material icon font and icon by code
content: "\e5c5"; // found here: https://github.com/google/material-design-icons/search?utf8=%E2%9C%93&q=arrow_drop_down
}