Preparing styling and icons

This commit is contained in:
Håvar Aambø Fosstveit
2018-03-04 13:18:58 +01:00
parent 9d8df0068d
commit c1e33b4fc6
3 changed files with 42 additions and 0 deletions
+19
View File
@@ -232,6 +232,25 @@
}
}
&.screen {
&.on {
background-image: url('/resources/images/unshare-screen.svg');
}
&.off {
background-image: url('/resources/images/share-screen.svg');
}
&.unsupported {
background-image: url('/resources/images/unshare-screen.svg');
background-color: rgba(#d42241, 0.7);
}
&.need-extension {
background-image: url('/resources/images/share-screen.svg');
}
}
&.leave-meeting {
background-image: url('/resources/images/leave-meeting.svg');
}