Add button to leave meeting

This commit is contained in:
Håvar Aambø Fosstveit
2018-03-01 15:49:12 +01:00
parent 98b2b9c764
commit 9a7e149c35
2 changed files with 102 additions and 80 deletions
+5 -1
View File
@@ -191,7 +191,7 @@
background-position: center;
background-size: 75%;
background-repeat: no-repeat;
background-color: rgba(#fff, 0.15);
background-color: rgba(#fff, 0.3);
cursor: pointer;
transition-property: opacity, background-color;
transition-duration: 0.15s;
@@ -231,6 +231,10 @@
background-image: url('/resources/images/icon_restart_ice__black.svg');
}
}
&.leave-meeting {
background-image: url('/resources/images/leave-meeting.svg');
}
}
}
}