dynamics-tips
Version:
Elementos dinamicos de paginas web.
44 lines (39 loc) • 1.25 kB
CSS
@charset "UTF-8";
/****************************************************************
ICONS *********************************************************
*****************************************************************/
@font-face {
font-family: "icomoon";
src: url("fonts/icomoon.eot?9ixpny");
src: url("fonts/icomoon.eot?9ixpny#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?9ixpny") format("truetype"), url("fonts/icomoon.woff?9ixpny") format("woff"), url("fonts/icomoon.svg?9ixpny#icomoon") format("svg");
font-weight: normal;
font-style: normal;
font-display: block;
}
[class^=dy-], [class*=" dy-"] {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: "icomoon" ;
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;
}
.dy-right:before {
content: "";
}
.dy-down:before {
content: "";
}
.dy-right:before,
.dy-down:before {
font-size: 20px ;
right: 10px;
font-weight: 600;
position: absolute;
top: calc(50% - 8px);
}
/*# sourceMappingURL=icons.css.map */