Implement basic lookup modal component.

This commit is contained in:
kialam
2019-01-07 10:09:35 -06:00
parent fefbb8fff8
commit c63896fbb6
5 changed files with 149 additions and 12 deletions

View File

@@ -119,7 +119,33 @@
--pf-c-about-modal-box--MaxWidth: 63rem;
}
.pf-c-list {
li {
list-style-type: none;
margin: 0;
padding: 0;
}
}
.pf-c-modal-box {
width: 70%;
}
.awx-lookup {
min-height: 36px;
}
.pf-c-input-group__text {
&:hover {
cursor: pointer;
}
}
.awx-pill {
color: white;
background-color: rgb(0, 123, 186);
border-radius: 3px;
margin: 1px 2px;
padding: 0 10px;
display: inline-block;
}
//
// layout styles
//