Replace Lookup tags with pf-react Chip component

This commit is contained in:
Marliana Lara
2019-02-22 14:35:58 -05:00
parent de3cc4637e
commit 92d3cb6dc4
3 changed files with 21 additions and 33 deletions

View File

@@ -228,26 +228,10 @@
}
}
.awx-c-icon--remove {
padding-left: 10px;
&:hover {
cursor: pointer;
}
}
.awx-c-list {
border-bottom: 1px solid #d7d7d7;
}
.awx-c-tag--pill {
color: var(--pf-global--BackgroundColor--light-100);
background-color: rgb(0, 123, 186);
border-radius: 3px;
margin: 1px 2px;
padding: 0 10px;
display: inline-block;
}
.at-c-listCardBody {
--pf-c-card__footer--PaddingX: 0;
--pf-c-card__footer--PaddingY: 0;