41 lines
635 B
Plaintext
41 lines
635 B
Plaintext
.recipient-category {
|
|
max-width: 400px;
|
|
padding: 3px 0;
|
|
|
|
&:not(:last-child) {
|
|
margin-bottom: 7px;
|
|
}
|
|
|
|
&:not(:first-child) {
|
|
margin-top: 7px;
|
|
}
|
|
}
|
|
|
|
.recipient-category__option {
|
|
display: flex;
|
|
|
|
&:not(:last-child) {
|
|
margin-bottom: 10px;
|
|
}
|
|
}
|
|
|
|
.recipient-category__label,
|
|
.recipient-category__option-label {
|
|
margin-left: 15px;
|
|
vertical-align: top;
|
|
}
|
|
|
|
.recipient-category__fieldset {
|
|
margin: 7px 0 5px 9px;
|
|
padding: 5px 0 10px;
|
|
border-left: 1px solid #bcbcbc;
|
|
padding-left: 16px;
|
|
max-height: 200px;
|
|
overflow-y: auto;
|
|
}
|
|
|
|
.recipient-category__option-add {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|