Add ability to make new call
This commit is contained in:
@@ -25,14 +25,14 @@
|
||||
left: 2px;
|
||||
}
|
||||
|
||||
.answer {
|
||||
.answer, .makeCall {
|
||||
composes: button;
|
||||
background-color: #45bd57;
|
||||
}
|
||||
.answer:hover {
|
||||
.answer:hover, .makeCall:hover {
|
||||
background-image: linear-gradient(#84b68c, #5fb86c);
|
||||
}
|
||||
.answer:after {
|
||||
.answer:after, .makeCall:after{
|
||||
content: url(/phone-solid.svg);
|
||||
transform: scale(0.65);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user