Skip to content
This repository has been archived by the owner on Nov 22, 2019. It is now read-only.

Commit

Permalink
Merge pull request #133 from mdrillin/TTOOLS-390
Browse files Browse the repository at this point in the history
TEIIDTOOLS-390 Improve page background color consistency
  • Loading branch information
mdrillin committed Apr 20, 2018
2 parents 7afa63a + e6e3e23 commit 436c7e3
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
Expand Up @@ -16,3 +16,15 @@
font-size: 67px;
line-height: 67px;
}

.modal-header {
background-color: #fff;
}

.wizard-pf-body {
background: var(--page-background-color);
}

.wizard-pf-steps-indicator {
border-top: 0;
}
Expand Up @@ -39,3 +39,15 @@
-moz-border-radius: 2px;
border-radius: 2px;
}

.modal-header {
background-color: #fff;
}

.wizard-pf-body {
background: var(--page-background-color);
}

.wizard-pf-steps-indicator {
border-top: 0;
}

0 comments on commit 436c7e3

Please sign in to comment.