update login modal to grab error from RootDialog

This commit is contained in:
John Mitchell
2019-04-08 12:20:44 -04:00
parent aea4a04c66
commit 722ae932ab
2 changed files with 25 additions and 14 deletions

View File

@@ -356,3 +356,11 @@
color: var(--pf-global--success-color--200);
}
}
//
// LoginModal overrides
//
.pf-m-error p.pf-c-form__helper-text {
color: var(--pf-global--danger-color--100);
}