horizon/openstack_dashboard/static/dashboard/scss/components/_icons.scss
Diana Whitten 6a72d2c44b Material Design: New LI Tweaks
Some things on the new LI needed tweaking for material design:

 * Help Icon Strangeness -- Snazz added
 * Material Icon Alignment -- Removed Custom Size
 * Required Icon Size Strangeness - Specificity Required

Change-Id: I09620f25192352ab47dd329e8a594a9fd091a6a3
partial-bug: 1538491
2016-03-03 17:24:52 +00:00

12 lines
247 B
SCSS

// Specificity Required
.fa.hz-icon-required {
font-size: 50%;
vertical-align: top;
color: $brand-primary;
}
// Make sure the color is correct on selected workflow steps
.active > a > .hz-icon-required {
color: $component-active-color;
}