$secondary-text-color: $ui-secondary-color !default;
$highlight-text-color: $ui-highlight-color !default;
$action-button-color: $ui-base-lighter-color !default;
+$passive-text-color: $gold-star !default;
+$active-passive-text-color: $success-green !default;
// For texts on inverted backgrounds
$inverted-text-color: $ui-base-color !default;
$lighter-text-color: $ui-base-lighter-color !default;
vertical-align: initial !important;
}
+ &__interrelationships {
+ width: 21px;
+ }
+
+ .fa {
+ font-size: 16px;
+
+ &.active {
+ color: $highlight-text-color;
+ }
+
+ &.passive {
+ color: $passive-text-color;
+ }
+
+ &.active.passive {
+ color: $active-passive-text-color;
+ }
+ }
+
@media screen and (max-width: $no-gap-breakpoint) {
tbody td.optional {
display: none;