settings-personal.scss 389 B

123456789101112131415
  1. /* Copyright (c) 2013, Sam Tuke, <samtuke@owncloud.com>
  2. This file is licensed under the Affero General Public License version 3 or later.
  3. See the COPYING-README file. */
  4. #encryptAllError,
  5. #encryptAllSuccess,
  6. #recoveryEnabledError,
  7. #recoveryEnabledSuccess {
  8. display: none;
  9. }
  10. /* icons for sidebar */
  11. .nav-icon-basic-encryption-module {
  12. background-image: var(--icon-encryption-dark);
  13. }