Remove PF style overrides from card, breadcrumb, sidenav, tooltip, and modal components

This commit is contained in:
Marliana Lara
2020-02-11 11:53:22 -05:00
parent 6df00e1e4c
commit 5d2912605f
26 changed files with 45 additions and 193 deletions

View File

@@ -63,7 +63,7 @@ function Credential({ i18n, setBreadcrumb }) {
if (!hasContentLoading && contentError) {
return (
<PageSection>
<Card className="awx-c-card">
<Card>
<ContentError error={contentError}>
{contentError.response && contentError.response.status === 404 && (
<span>
@@ -79,7 +79,7 @@ function Credential({ i18n, setBreadcrumb }) {
return (
<PageSection>
<Card className="awx-c-card">
<Card>
{cardHeader}
<Switch>
<Redirect