Patternfly upgrade (#188)

* correct spacing after PF update

* update wizard layout/borders for PF upgrade
This commit is contained in:
Keith Grant
2019-05-01 13:50:00 -04:00
committed by GitHub
parent 420b19cfb9
commit 1be496cfc1
14 changed files with 468 additions and 100 deletions

View File

@@ -1,6 +1,6 @@
.awx-selectableCard {
min-width: 200px;
border: 1px solid var(--pf-global--BorderColor);
border: 1px solid var(--pf-global--BorderColor--200);
border-radius: var(--pf-global--BorderRadius--sm);
margin-right: 20px;
font-weight: bold;
@@ -25,4 +25,4 @@
.awx-selectableCard__indicator {
background-color: var(--pf-global--active-color--100);
}
}
}