nextcloud-breeze-dark/css/server.scss

86 lines
3.0 KiB
SCSS

/**
* =============================================================================
* Breeze Dark for Nextcloud
* Version: 19.0.2
* Date 2020-06-21
* 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';