2015-03-27 03:35:36 +03:00
|
|
|
/* 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;
|
|
|
|
}
|
2017-01-24 21:59:36 +03:00
|
|
|
|
|
|
|
/* icons for sidebar */
|
|
|
|
.nav-icon-basic-encryption-module {
|
2018-07-03 14:23:22 +03:00
|
|
|
@include icon-color('app', 'encryption', $color-black);
|
2017-01-24 21:59:36 +03:00
|
|
|
}
|