nextcloud-server/apps/encryption/css/settings-personal.scss

17 lines
396 B
SCSS

/*!
* 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);
}