news/plugins/frontend-edit-button/assets/styles.css

47 lines
1.2 KiB
CSS

@charset "UTF-8";
@font-face {
font-family: "frontend-edit-button";
src:url("fonts/frontend-edit-button.eot");
src:url("fonts/frontend-edit-button.eot?#iefix") format("embedded-opentype"),
url("fonts/frontend-edit-button.woff") format("woff"),
url("fonts/frontend-edit-button.ttf") format("truetype"),
url("fonts/frontend-edit-button.svg#frontend-edit-button") format("svg");
font-weight: normal;
font-style: normal;
}
[data-icon]:before {
font-family: "frontend-edit-button" !important;
content: attr(data-icon);
font-style: normal !important;
font-weight: normal !important;
font-variant: normal !important;
text-transform: none !important;
speak: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
font-family: "frontend-edit-button" !important;
font-style: normal !important;
font-weight: normal !important;
font-variant: normal !important;
text-transform: none !important;
speak: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-feb-editor:before {
content: "\72";
}
.icon-feb-pencil:before {
content: "\61";
}