From 8c17fb90acd2f8ca99038a32c3f78cb6c5ba0107 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 20 Feb 2020 13:33:43 +0100 Subject: Add an icon to the call button to draw more attention Signed-off-by: Joas Schilling --- css/icons.scss | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'css') diff --git a/css/icons.scss b/css/icons.scss index 5bbdcd38c..6805a5e1c 100644 --- a/css/icons.scss +++ b/css/icons.scss @@ -80,6 +80,15 @@ @include icon-color('video', 'actions', 'E9322D', 1, true); } + .icon-start-call, + .icon-incoming-call { + @include icon-color('video', 'actions', $color-primary-text, 1, true); + } + + .icon-leave-call { + @include icon-color('video-off', 'actions', $color-primary-text, 1, true); + } + .icon-delete-critical { @include icon-color('delete', 'actions', $color-error, 1, true); &:hover, -- cgit v1.2.3