mirror of
https://github.com/nextcloud/server.git
synced 2025-02-12 03:59:16 +00:00
16 lines
396 B
SCSS
16 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);
|
|
}
|