Hook up 'x' remove button; rename ListItem component.

This commit is contained in:
kialam
2019-01-14 09:45:49 -05:00
parent c5cd659c83
commit 215c23609c
5 changed files with 26 additions and 16 deletions

View File

@@ -135,7 +135,7 @@
cursor: pointer;
}
}
.awx-pill {
.awx-c-tag--pill {
color: white;
background-color: rgb(0, 123, 186);
border-radius: 3px;
@@ -151,17 +151,27 @@
flex-direction: row;
justify-content: flex-end;
}
//
// list styles
//
.awx-c-list {
border-top: 1px solid #d7d7d7;
border-bottom: 1px solid #d7d7d7;
}
//
// pf modal overrides
//
.awx-c-modal {
width: 550px;
margin: 0;
}
.awx-c-icon--remove {
padding-left: 10px;
&:hover {
cursor: pointer;
}
}
.pf-c-modal-box__footer {
--pf-c-modal-box__footer--PaddingTop: 0;
--pf-c-modal-box__footer--PaddingBottom: 0;
@@ -177,4 +187,4 @@
.pf-c-modal-box__body {
--pf-c-modal-box__body--PaddingLeft: 20px;
--pf-c-modal-box__body--PaddingRight: 20px;
}
}