Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorDaniel Calviño Sánchez <danxuliu@gmail.com>2019-09-13 16:25:53 +0300
committerDaniel Calviño Sánchez <danxuliu@gmail.com>2019-09-13 17:25:33 +0300
commitc27386590717da88d1b712e015382cf08224077d (patch)
treed225f82e8aef0c2c0358e3180efd59de832a93e0 /css
parentf0174256ed1a5146f791482ce697706a520ab338 (diff)
Add lobby icon from "room service" Material Design icon
Copied from "places/svg/production/ic_room_service_24px.svg" of "https://github.com/google/material-design-icons", tag 3.0.1. Material Desig icons 3.0.1 are licensed under the Apache 2 License. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Diffstat (limited to 'css')
-rw-r--r--css/style.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/css/style.scss b/css/style.scss
index 41830eedb..84571777f 100644
--- a/css/style.scss
+++ b/css/style.scss
@@ -605,6 +605,7 @@ input[type="password"] {
@include icon-black-white('menu-people', 'spreed', 1);
@include icon-black-white('no-password', 'spreed', 1);
@include icon-black-white('share-window', 'spreed', 1);
+@include icon-black-white('lobby', 'spreed', 1);
#app-sidebar .close {
position: absolute;