mirror of
https://github.com/mwalbeck/nextcloud-breeze-dark.git
synced 2024-11-08 17:36:54 +00:00
86 lines
3.0 KiB
SCSS
86 lines
3.0 KiB
SCSS
/**
|
|
* =============================================================================
|
|
* Breeze Dark for Nextcloud
|
|
* Version: 18.0.22
|
|
* Date 2020-08-08
|
|
* Source code: https://github.com/mwalbeck/nextcloud-breeze-dark
|
|
* Made with the help of contributors! See AUTHORS.md
|
|
* =============================================================================
|
|
*
|
|
* @copyright Copyright (C) 2017 Magnus Walbeck <mw@mwalbeck.org>
|
|
*
|
|
* @author Magnus Walbeck <mw@mwalbeck.org>
|
|
*
|
|
* @license GNU AGPL version 3 or any later version
|
|
*
|
|
* This program is free software: you can redistribute it and/or modify
|
|
* it under the terms of the GNU Affero General Public License as published by
|
|
* the Free Software Foundation, either version 3 of the License, or
|
|
* (at your option) any later version.
|
|
*
|
|
* This program is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
* GNU Affero General Public License for more details.
|
|
*
|
|
* You should have received a copy of the GNU Affero General Public License
|
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
*
|
|
*/
|
|
|
|
// 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/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/notes';
|
|
@import 'apps/official/notifications';
|
|
@import 'apps/official/photos';
|
|
@import 'apps/official/retention';
|
|
@import 'apps/official/spreed';
|
|
@import 'apps/official/system-monitoring';
|
|
@import 'apps/official/tasks';
|
|
@import 'apps/official/text';
|
|
// // Third party
|
|
@import 'apps/thirdparty/analytics';
|
|
@import 'apps/thirdparty/apporder';
|
|
@import 'apps/thirdparty/audio-player';
|
|
@import 'apps/thirdparty/bbb';
|
|
@import 'apps/thirdparty/bookmarks';
|
|
@import 'apps/thirdparty/circles';
|
|
@import 'apps/thirdparty/cookbook';
|
|
@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/ocdownloader';
|
|
@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';
|