
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
12 lines
247 B
SCSS
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;
|
|
}
|