mdb-ui-kit/less/_plugin-dropdownjs.less

20 lines
427 B
Plaintext
Raw Normal View History

2014-12-01 17:07:55 +03:00
.dropdownjs:after {
right: 5px;
top: 3px;
font-size: 25px;
position: absolute;
2015-08-26 12:52:01 +03:00
content: "\e8ac";
2014-12-01 17:07:55 +03:00
font-family: "Material-Design-Icons";
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
pointer-events: none;
color: #757575;
}