|
|
@ -656,6 +656,10 @@ label {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.group-member-list__selection {
|
|
|
|
|
|
|
|
overflow-y: auto;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
&__centered {
|
|
|
|
&__centered {
|
|
|
|
display: flex;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
flex-direction: column;
|
|
|
@ -1423,15 +1427,8 @@ input {
|
|
|
|
text-align: center;
|
|
|
|
text-align: center;
|
|
|
|
padding: 20px;
|
|
|
|
padding: 20px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// Height at which scroll bar appears on the group member list
|
|
|
|
|
|
|
|
@media (max-height: 804px) {
|
|
|
|
|
|
|
|
&__container {
|
|
|
|
|
|
|
|
overflow-y: visible;
|
|
|
|
|
|
|
|
max-height: none;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.create-group-name-input {
|
|
|
|
.create-group-name-input {
|
|
|
|
display: flex;
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
justify-content: center;
|
|
|
|