chonkyvoxdash
Version:
A File Browser component for React
54 lines (48 loc) • 1.34 kB
CSS
@tailwind base;
@tailwind components;
@tailwind utilities;
@font-face {
font-family: 'icomoon';
src: url('fonts/icomoon.eot?97rn2t');
src: url('fonts/icomoon.eot?97rn2t#iefix') format('embedded-opentype'),
url('fonts/icomoon.ttf?97rn2t') format('truetype'),
url('fonts/icomoon.woff?97rn2t') format('woff'),
url('fonts/icomoon.svg?97rn2t#icomoon') format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'icomoon' ;
speak: never;
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;
}
.icon-add:before {
content: "\e900";
}
.icon-status:before {
content: "\e901";
}
.icon-successfulStatus:before {
content: "\e902";
}
.icon-Unsuccessful:before {
content: "\e903";
}
.icon-upload:before {
content: "\e904";
}
.iconStyle{
background-color: blue;
font-size: large;
width: 20px;
height: 20px;
}