Skip to content

Commit

Permalink
[Upd] Change color of active card and weight of active vertical wizard
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasklim committed Jul 10, 2020
1 parent 202e5b3 commit 2f578dc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/wizard/WizardStep.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ const WizardStep = (props) => {
return (
<div className="wizard-step">
<Card className="wizard-step-content">
<Card.Header className="bg-info text-white" as="h6">
<Card.Header className="bg-primary text-white" as="h6">
{JsonLdUtils.getLocalized(props.step[JsonLdUtils.RDFS_LABEL], options.intl)}
{_renderHelpIcon()}
</Card.Header>
Expand Down
4 changes: 4 additions & 0 deletions src/styles/s-forms.css
Original file line number Diff line number Diff line change
Expand Up @@ -89,3 +89,7 @@ input:disabled {
.wizard-step-content {
min-height: 600px;
}

.list-group-item.active {
font-weight: 500;
}

0 comments on commit 2f578dc

Please sign in to comment.