Skip to content
Snippets Groups Projects
Commit 367d20a3 authored by Peter Walter's avatar Peter Walter
Browse files

do not transform case of icon fonts

parent a71c09ea
No related branches found
Tags v1.3.0-beta.2
No related merge requests found
Pipeline #4449 passed with stage
in 1 minute and 24 seconds
......@@ -99,12 +99,14 @@ html.fontface .icon-conceptual:before {
font-family: 'EBI-Conceptual';
font-size: 138.5%;
content: attr(data-icon);
text-transform: none;
}
html.fontface i.icon-functional,
html.fontface input.icon-functional,
html.fontface .icon-functional:before {
font-family: 'EBI-Functional';
content: attr(data-icon);
text-transform: none;
}
/*html.fontface .icon-static:before,*/ /* deprecated, included for back-compatibility */
html.fontface i.icon-generic,
......@@ -112,18 +114,21 @@ html.fontface input.icon-generic,
html.fontface .icon-generic:before {
font-family: 'EBI-Generic';
content: attr(data-icon);
text-transform: none;
}
html.fontface i.icon-species,
html.fontface input.icon-species,
html.fontface .icon-species:before {
font-family: 'EBI-Species';
content: attr(data-icon);
text-transform: none;
}
html.fontface i.icon-socialmedia,
html.fontface input.icon-socialmedia,
html.fontface .icon-socialmedia:before {
font-family: 'EBI-SocialMedia';
content: attr(data-icon);
text-transform: none;
}
html.fontface i.icon-fileformats,
html.fontface input.icon-fileformats,
......@@ -131,12 +136,14 @@ html.fontface .icon-fileformats:before {
font-family: 'EBI-FileFormats';
font-size: 123.1%;
content: attr(data-icon);
text-transform: none;
}
html.fontface i.icon-chemistry,
html.fontface input.icon-chemistry,
html.fontface .icon-chemistry:before {
font-family: 'EBI-Chemistry';
content: attr(data-icon);
text-transform: none;
}
/* icon utility class */
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment