|
|
@ -233,32 +233,35 @@ hr.spacer { |
|
|
|
height: 1px; |
|
|
|
height: 1px; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.muted-hint { |
|
|
|
body, |
|
|
|
color: $darker-text-color; |
|
|
|
.admin-wrapper .content { |
|
|
|
|
|
|
|
.muted-hint { |
|
|
|
|
|
|
|
color: $darker-text-color; |
|
|
|
|
|
|
|
|
|
|
|
a { |
|
|
|
a { |
|
|
|
color: $highlight-text-color; |
|
|
|
color: $highlight-text-color; |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.positive-hint { |
|
|
|
.positive-hint { |
|
|
|
color: $valid-value-color; |
|
|
|
color: $valid-value-color; |
|
|
|
font-weight: 500; |
|
|
|
font-weight: 500; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.negative-hint { |
|
|
|
.negative-hint { |
|
|
|
color: $error-value-color; |
|
|
|
color: $error-value-color; |
|
|
|
font-weight: 500; |
|
|
|
font-weight: 500; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.neutral-hint { |
|
|
|
.neutral-hint { |
|
|
|
color: $dark-text-color; |
|
|
|
color: $dark-text-color; |
|
|
|
font-weight: 500; |
|
|
|
font-weight: 500; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.warning-hint { |
|
|
|
.warning-hint { |
|
|
|
color: $gold-star; |
|
|
|
color: $gold-star; |
|
|
|
font-weight: 500; |
|
|
|
font-weight: 500; |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.filters { |
|
|
|
.filters { |
|
|
|