You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

settings-personal.scss 400B

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. @include icon-color('app', 'encryption', $color-black);
  13. }