summaryrefslogtreecommitdiffstats
path: root/apps/encryption/css/settings-personal.scss
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-06-29 16:10:53 +0200
committerJulius Härtl <jus@bitgrid.net>2018-07-19 08:16:57 +0200
commit29ff7efe9a5be16b133a1ee4e43d6d2155b6a21c (patch)
tree55f1645f13a1f5f2e0591e67dc62d23048f4a5a7 /apps/encryption/css/settings-personal.scss
parent98a0113d4083d4dff73f8212106673ccc1c4b744 (diff)
downloadnextcloud-server-29ff7efe9a5be16b133a1ee4e43d6d2155b6a21c.tar.gz
nextcloud-server-29ff7efe9a5be16b133a1ee4e43d6d2155b6a21c.zip
Svg icon api sass function and upgrade of all styles
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'apps/encryption/css/settings-personal.scss')
-rw-r--r--apps/encryption/css/settings-personal.scss15
1 files changed, 15 insertions, 0 deletions
diff --git a/apps/encryption/css/settings-personal.scss b/apps/encryption/css/settings-personal.scss
new file mode 100644
index 00000000000..29e81a99683
--- /dev/null
+++ b/apps/encryption/css/settings-personal.scss
@@ -0,0 +1,15 @@
+/* Copyright (c) 2013, Sam Tuke, <samtuke@owncloud.com>
+ This file is licensed under the Affero General Public License version 3 or later.
+ See the COPYING-README file. */
+
+#encryptAllError
+, #encryptAllSuccess
+, #recoveryEnabledError
+, #recoveryEnabledSuccess {
+ display: none;
+}
+
+/* icons for sidebar */
+.nav-icon-basic-encryption-module {
+ background-image: icon-color('app', 'encryption', $color-black);
+} \ No newline at end of file