summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2018-11-21 17:11:40 +0100
committerJoas Schilling <coding@schilljs.com>2018-11-21 17:11:40 +0100
commit957dc442ec778ed6fea4f7878779a701c9da8f19 (patch)
treea5f0ea0bfb442fd4be6c25ed075018faa091656e
parentf9a797521223f46a7572eacd592f876512d777cd (diff)
Also use the method for the no-password icon
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r--css/style.scss5
1 files changed, 1 insertions, 4 deletions
diff --git a/css/style.scss b/css/style.scss
index b47803fa7..5d1e698a4 100644
--- a/css/style.scss
+++ b/css/style.scss
@@ -838,10 +838,7 @@ video {
}
@include icon-black-white('menu-people', 'spreed', 1);
-
-.icon-no-password {
- background-image: url('../img/no-password.svg?v=1');
-}
+@include icon-black-white('no-password', 'spreed', 1);
#app-sidebar .close {
position: absolute;