aboutsummaryrefslogtreecommitdiffstats
path: root/apps/encryption/css
diff options
context:
space:
mode:
Diffstat (limited to 'apps/encryption/css')
-rw-r--r--apps/encryption/css/settings-admin.css19
-rw-r--r--apps/encryption/css/settings-personal.css5
-rw-r--r--apps/encryption/css/settings-personal.css.map1
-rw-r--r--apps/encryption/css/settings-personal.css.map.license3
-rw-r--r--apps/encryption/css/settings-personal.scss21
5 files changed, 22 insertions, 27 deletions
diff --git a/apps/encryption/css/settings-admin.css b/apps/encryption/css/settings-admin.css
index 47360e6bcf6..a2e5f9b225e 100644
--- a/apps/encryption/css/settings-admin.css
+++ b/apps/encryption/css/settings-admin.css
@@ -1,21 +1,6 @@
/**
- * @author Björn Schießle <schiessle@owncloud.com>
- *
- * @copyright Copyright (c) 2015, ownCloud, Inc.
- * @license AGPL-3.0
- *
- * This code is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License, version 3,
- * as published by the Free Software Foundation.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Affero General Public License for more details.
- *
- * You should have received a copy of the GNU Affero General Public License, version 3,
- * along with this program. If not, see <http://www.gnu.org/licenses/>
- *
+ * SPDX-FileCopyrightText: 2015 ownCloud, Inc.
+ * SPDX-License-Identifier: AGPL-3.0-only
*/
#encryptionAPI input[type=password] {
diff --git a/apps/encryption/css/settings-personal.css b/apps/encryption/css/settings-personal.css
new file mode 100644
index 00000000000..adcd2c0b83b
--- /dev/null
+++ b/apps/encryption/css/settings-personal.css
@@ -0,0 +1,5 @@
+/*!
+ * 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}.nav-icon-basic-encryption-module{background-image:var(--icon-encryption-dark)}/*# sourceMappingURL=settings-personal.css.map */
diff --git a/apps/encryption/css/settings-personal.css.map b/apps/encryption/css/settings-personal.css.map
new file mode 100644
index 00000000000..153f4e4009a
--- /dev/null
+++ b/apps/encryption/css/settings-personal.css.map
@@ -0,0 +1 @@
+{"version":3,"sourceRoot":"","sources":["settings-personal.scss"],"names":[],"mappings":"AAAA;AAAA;AAAA;AAAA;AAAA,GAKA,kFAIC,aAID,kCACC","file":"settings-personal.css"} \ No newline at end of file
diff --git a/apps/encryption/css/settings-personal.css.map.license b/apps/encryption/css/settings-personal.css.map.license
new file mode 100644
index 00000000000..be73f3515e3
--- /dev/null
+++ b/apps/encryption/css/settings-personal.css.map.license
@@ -0,0 +1,3 @@
+SPDX-FileCopyrightText: 2017-2024 Nextcloud GmbH and Nextcloud contributors
+SPDX-FileCopyrightText: 2013 ownCloud, Inc.
+SPDX-License-Identifier: AGPL-3.0-or-later
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);
+}