aboutsummaryrefslogtreecommitdiffstats
path: root/apps/encryption/css/settings-personal.scss
diff options
context:
space:
mode:
Diffstat (limited to 'apps/encryption/css/settings-personal.scss')
-rw-r--r--apps/encryption/css/settings-personal.scss21
1 files changed, 11 insertions, 10 deletions
diff --git a/apps/encryption/css/settings-personal.scss b/apps/encryption/css/settings-personal.scss
index d9846cc77f6..2e0c9ebd787 100644
--- a/apps/encryption/css/settings-personal.scss
+++ b/apps/encryption/css/settings-personal.scss
@@ -1,15 +1,16 @@
-/* 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 {
+/*!
+ * SPDX-FileCopyrightText: 2017-2024 Nextcloud GmbH and Nextcloud contributors
+ * SPDX-FileCopyrightText: 2013 ownCloud, Inc.
+ * SPDX-License-Identifier: AGPL-3.0-or-later
+ */
+#encryptAllError,
+#encryptAllSuccess,
+#recoveryEnabledError,
+#recoveryEnabledSuccess {
display: none;
}
/* icons for sidebar */
.nav-icon-basic-encryption-module {
- @include icon-color('app', 'encryption', $color-black);
-} \ No newline at end of file
+ background-image: var(--icon-encryption-dark);
+}