Add gradient for call screen controls
This commit is contained in:
parent
d1d1436fde
commit
85b74a7806
1 changed files with 2 additions and 2 deletions
|
@ -5909,7 +5909,7 @@ button.module-image__border-overlay:focus {
|
|||
}
|
||||
|
||||
.module-ongoing-call__header {
|
||||
background-color: $color-black-alpha-60;
|
||||
background: linear-gradient($color-black-alpha-40, transparent);
|
||||
padding-bottom: 24px;
|
||||
padding-top: 24px;
|
||||
position: absolute;
|
||||
|
@ -5937,7 +5937,7 @@ button.module-image__border-overlay:focus {
|
|||
}
|
||||
|
||||
.module-ongoing-call__actions {
|
||||
background-color: $color-black-alpha-60;
|
||||
background: linear-gradient(transparent, $color-black-alpha-40);
|
||||
bottom: 0;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
|
|
Loading…
Add table
Reference in a new issue