Participant list improvements
This commit is contained in:
parent
7ca063a274
commit
f8b4862ed5
13 changed files with 119 additions and 14 deletions
|
@ -6110,8 +6110,30 @@ button.module-image__border-overlay:focus {
|
|||
.module-calling-button {
|
||||
&__participants {
|
||||
@include color-svg('../images/icons/v2/group-solid-24.svg', $color-white);
|
||||
display: inline-block;
|
||||
height: 22px;
|
||||
width: 22px;
|
||||
|
||||
&--container {
|
||||
@include button-reset;
|
||||
border: none;
|
||||
color: $color-white;
|
||||
}
|
||||
|
||||
&--shown {
|
||||
background-color: $color-gray-75;
|
||||
border-radius: 16px;
|
||||
padding: 6px 8px;
|
||||
padding-bottom: 2px;
|
||||
margin-top: -6px;
|
||||
margin-right: -8px;
|
||||
}
|
||||
|
||||
&--count {
|
||||
@include font-body-2-bold;
|
||||
margin-left: 5px;
|
||||
vertical-align: top;
|
||||
}
|
||||
}
|
||||
|
||||
&__settings {
|
||||
|
@ -6592,6 +6614,10 @@ button.module-image__border-overlay:focus {
|
|||
@include font-body-2-bold;
|
||||
}
|
||||
|
||||
&__contact-icon {
|
||||
background-color: $color-gray-25;
|
||||
}
|
||||
|
||||
&__list {
|
||||
height: 100%;
|
||||
margin-bottom: 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue