1
0
Mirror von https://github.com/nextcloud/server.git synchronisiert 2024-07-24 13:24:51 +02:00
nextcloud/apps/encryption/css/settings-personal.scss
John Molakvoæ (skjnldsv) 8977c71f88
Mixin scss icon api
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-07-19 08:16:58 +02:00

15 Zeilen
400 B
SCSS

/* 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 {
display: none;
}
/* icons for sidebar */
.nav-icon-basic-encryption-module {
@include icon-color('app', 'encryption', $color-black);
}