Add ability to make new call

This commit is contained in:
2020-03-14 23:18:27 -04:00
parent 70aaa79e69
commit 44e8489742
15 changed files with 132 additions and 91 deletions

View File

@@ -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);
}