|
|
|
@ -232,21 +232,22 @@ export default {
|
|
|
|
.trigger p, .action p {
|
|
|
|
.trigger p, .action p {
|
|
|
|
min-height: 34px;
|
|
|
|
min-height: 34px;
|
|
|
|
display: flex;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
& > span {
|
|
|
|
& > span {
|
|
|
|
min-width: 50px;
|
|
|
|
min-width: 50px;
|
|
|
|
text-align: right;
|
|
|
|
text-align: right;
|
|
|
|
color: var(--color-text-maxcontrast);
|
|
|
|
color: var(--color-text-maxcontrast);
|
|
|
|
padding-right: 10px;
|
|
|
|
padding-right: 10px;
|
|
|
|
padding-top: 7px;
|
|
|
|
padding-top: 6px;
|
|
|
|
margin-bottom: auto;
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.multiselect {
|
|
|
|
.multiselect {
|
|
|
|
flex-grow: 1;
|
|
|
|
flex-grow: 1;
|
|
|
|
max-width: 300px;
|
|
|
|
max-width: 300px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.trigger p:first-child span {
|
|
|
|
|
|
|
|
padding-top: 3px;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.check--add {
|
|
|
|
.check--add {
|
|
|
|
background-position: 7px center;
|
|
|
|
background-position: 7px center;
|
|
|
|
|