53 lines
743 B
Plaintext
53 lines
743 B
Plaintext
.action {
|
|
max-width: 800px;
|
|
padding: 3px 0;
|
|
|
|
&:not(:last-child) {
|
|
margin-bottom: 7px;
|
|
}
|
|
|
|
&:not(:first-child) {
|
|
margin-top: 7px;
|
|
}
|
|
}
|
|
|
|
.action__options {
|
|
max-height: 450px;
|
|
overflow-y: auto;
|
|
}
|
|
|
|
.action__option {
|
|
display: flex;
|
|
|
|
&:not(:last-child) {
|
|
margin-bottom: 10px;
|
|
}
|
|
}
|
|
|
|
.action__label,
|
|
.action__option-label {
|
|
margin-left: 15px;
|
|
vertical-align: top;
|
|
}
|
|
|
|
.action__fieldset {
|
|
margin: 7px 0 5px 9px;
|
|
padding: 5px 0 10px;
|
|
border-left: 1px solid #bcbcbc;
|
|
padding-left: 16px;
|
|
position: relative;
|
|
}
|
|
|
|
.action__toggle-all {
|
|
display: flex;
|
|
border-bottom: 1px solid #bcbcbc;
|
|
padding-bottom: 8px;
|
|
margin-bottom: 8px;
|
|
}
|
|
|
|
.action__checked-counter {
|
|
position: absolute;
|
|
right: 5px;
|
|
top: 5px;
|
|
}
|