upload-img-qm
Version: 
react upload img
37 lines (32 loc) • 959 B
CSS
@font-face {
  font-family: 'icomoon-upload';
  src:  url('./fonts/icomoon.eot?9lehc7');
  src:  url('./fonts/icomoon.eot?9lehc7#iefix') format('embedded-opentype'),
    url('./fonts/icomoon.ttf?9lehc7') format('truetype'),
    url('./fonts/icomoon.woff?9lehc7') format('woff'),
    url('./fonts/icomoon.svg?9lehc7#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="iconupload-"], [class*=" iconupload-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon-upload' ;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.iconupload-eye:before {
  content: "\e9ce";
}
.iconupload-plus:before {
  content: "\ea0a";
}
.iconupload-cross:before {
  content: "\ea0f";
}