members block OK + delete-circle button added

This commit is contained in:
Gaëlle Morin
2019-10-22 15:50:15 +02:00
parent 3940bafda3
commit a7faff9b88
3 changed files with 88 additions and 75 deletions

View File

@ -151,15 +151,19 @@
sib-form-auto-completion.member-select {
align-self: flex-end;
font-weight: normal;
>label:first-of-type>div {
font-weight: 600;
}
.ss-single-selected {
background-color: $color-222-57-95;
border: none;
border-radius: 0px;
display: flex;
font-weight: normal;
margin-top: 0.8rem;
min-height: 3.9rem;
min-height: 4.4rem;
padding-left: 1rem;
text-transform: none;
@ -170,6 +174,7 @@
}
.ss-content .ss-list .ss-option {
font-weight: normal;
text-transform: none;
}
}