1
0
mirror of https://github.com/mwalbeck/nextcloud-breeze-dark.git synced 2024-09-19 19:17:53 +00:00
nextcloud-breeze-dark/css/server.scss

61 lines
2.1 KiB
SCSS

/*
=============================================================================
* Breeze Dark for Nextcloud
* Version: 17.0.11
* Date 2020-05-02
* Copyright (C) 2017, Magnus Walbeck <mw@mwalbeck.org>
* License: AGPLv3 - https://github.com/mwalbeck/nextcloud-breeze-dark/blob/master/COPYING
* Source code: https://github.com/mwalbeck/nextcloud-breeze-dark
* Made with the help of contributors! See AUTHORS.md
=============================================================================
*/
// General and Nextcloud Core
@import 'server/functions';
@import 'server/color-variables';
@import 'server/icon-variables';
@import 'server/server';
@import 'server/apps';
@import 'server/icons';
// Official
@import 'apps/official/activity';
@import 'apps/official/announcement-center';
@import 'apps/official/calendar';
@import 'apps/official/contacts';
@import 'apps/official/deck';
@import 'apps/official/external-sites';
@import 'apps/official/files';
@import 'apps/official/first-run-wizard';
@import 'apps/official/gallery';
@import 'apps/official/group-folders';
@import 'apps/official/ldap';
@import 'apps/official/log-reader';
@import 'apps/official/mail';
@import 'apps/official/maps';
@import 'apps/official/news';
@import 'apps/official/notifications';
@import 'apps/official/retention';
@import 'apps/official/system-monitoring';
@import 'apps/official/talk';
@import 'apps/official/tasks';
@import 'apps/official/text';
// // Third party
@import 'apps/thirdparty/audio-player';
@import 'apps/thirdparty/bookmarks';
@import 'apps/thirdparty/circles';
@import 'apps/thirdparty/dashboard';
@import 'apps/thirdparty/flow-upload';
@import 'apps/thirdparty/fulltextsearch';
@import 'apps/thirdparty/files-markdown';
@import 'apps/thirdparty/files-markdown-syntax';
@import 'apps/thirdparty/music';
@import 'apps/thirdparty/ojsxc';
@import 'apps/thirdparty/passman';
@import 'apps/thirdparty/passwords';
@import 'apps/thirdparty/phone-sync';
@import 'apps/thirdparty/polls';
@import 'apps/thirdparty/quicknotes';
@import 'apps/thirdparty/radio';
@import 'apps/thirdparty/terms-of-service';
@import 'apps/thirdparty/user-account-deletion';
@import 'apps/thirdparty/weather';