server.scss 383 B

12345678910111213141516
  1. /*!
  2. * SPDX-FileCopyrightText: 2017 Nextcloud GmbH and Nextcloud contributors
  3. * SPDX-License-Identifier: AGPL-3.0-or-later
  4. */
  5. @use 'styles';
  6. @use 'inputs';
  7. @use 'header';
  8. @use 'icons';
  9. @use 'apps';
  10. @use 'global';
  11. @use 'fixes';
  12. @use 'mobile';
  13. @use 'tooltip';
  14. // If you include .css, it will be imported as url
  15. @use '../../node_modules/@nextcloud/dialogs/dist/style';
  16. @use 'public';