mirror of
https://github.com/ansible/awx.git
synced 2026-02-02 18:18:12 -03:30
See https://gist.github.com/joefiorini/3a8c36bcedf7ad954952 for an explanation of the comparison logic.
28 lines
435 B
Plaintext
28 lines
435 B
Plaintext
/** @define FactModulePickers */
|
|
|
|
.FactModulePickers {
|
|
width: 100%;
|
|
display: flex;
|
|
margin-bottom: 15px;
|
|
|
|
&-dateContainer {
|
|
flex: 1;
|
|
display: flex;
|
|
flex-direction: column
|
|
}
|
|
|
|
&-dateContainer--left {
|
|
margin-right: 7px;
|
|
}
|
|
|
|
&-dateContainer--right {
|
|
margin-left: 7px;
|
|
}
|
|
|
|
&-label {
|
|
flex: 1;
|
|
font-weight: 700;
|
|
padding-bottom: 5px;
|
|
}
|
|
}
|