mirror of
https://github.com/ansible/awx.git
synced 2026-02-15 10:10:01 -03:30
Implement basic lookup modal component.
This commit is contained in:
26
src/app.scss
26
src/app.scss
@@ -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
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user