aboutsummaryrefslogtreecommitdiffstats
path: root/apps/encryption/css/settings-personal.scss
blob: 2e0c9ebd787ecb5f7aee0bcaa70ef45f7cb3e36c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*!
 * 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 {
	background-image: var(--icon-encryption-dark);
}