Commit cde1bf06 authored by Randall Leeds's avatar Randall Leeds

Remove global icon alignment / size shift

This is a bad way to address places where what we really want is the
icon as a badge on an element that has text next it. We have special
styles for buttons, but not for other scenarios. Icons should be
resized based on semantic styles for their use rather than globally.
parent a6b09ac0
...@@ -33,11 +33,3 @@ ...@@ -33,11 +33,3 @@
display: none; display: none;
visibility: hidden; visibility: hidden;
} }
// Icons
[class^="h-icon-"], [class*=" h-icon-"] {
vertical-align: middle;
&:before {
font-size: 130%;
}
}
Markdown is supported
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