36 lines
475 B
Plaintext
36 lines
475 B
Plaintext
#approval-monitoring {
|
|
.fuzzyquery {
|
|
min-width: 200px;
|
|
}
|
|
|
|
.billnoa {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.resultsflag-success,
|
|
.resultsflag-failure {
|
|
width: 8px;
|
|
height: 8px;
|
|
}
|
|
|
|
.resultsflag-failure {
|
|
color: #e14c46;
|
|
}
|
|
|
|
.resultsflag-success {
|
|
color: #7dac42;
|
|
}
|
|
|
|
.u-table-fixed-right {
|
|
.opr {
|
|
.single-line-and-ellipsis {
|
|
text-overflow: initial;
|
|
}
|
|
}
|
|
}
|
|
.error-flag {
|
|
max-width: 28px !important;
|
|
}
|
|
|
|
}
|