horizon/openstack_dashboard/static/dashboard/scss/components/_icons.scss
Diana Whitten 1333729e92 Angular LI Required Icon isn't Brand Primary Color
Closes-bug: #1590028

Change-Id: I976793eb642613cfa5052944b4af56fb4c5040cc
2016-06-07 07:46:10 -07:00

21 lines
459 B
SCSS

// Specificity Required
.fa.hz-icon-required {
font-size: 50%;
vertical-align: top;
}
.wizard-nav .hz-icon-required,
.form-group:not(.has-error):not(.has-warning):not(.has-success) .hz-icon-required {
color: $brand-primary;
}
// Make sure the color is correct on selected workflow steps
.active > a > .hz-icon-required {
color: $component-active-color;
}
// Dropup menus need to reverse the arrow
.dropup .fa-caret-down {
@extend .fa-caret-up;
}