Remove leftover icon stylesheet

Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
This commit is contained in:
Richard Steinmetz 2022-09-13 10:13:38 +02:00
parent 7693dec8c9
commit a24b6929f5
No known key found for this signature in database
GPG Key ID: 27137D9E7D273FB2
2 changed files with 0 additions and 48 deletions

View File

@ -1,47 +0,0 @@
/**
* Calendar App
*
* @copyright 2019 Georg Ehrke <oc.list@georgehrke.com>
*
* @author Georg Ehrke
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE
* License as published by the Free Software Foundation; either
* version 3 of the License, or any later version.
*
* This library 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 library. If not, see <http://www.gnu.org/licenses/>.
*
*/
// TODO: Use icon svg api instead of mixins when the server drops scss compilation.
// https://docs.nextcloud.com/server/latest/developer_manual/design/icons.html#svg-color-api
@include icon-black-white('briefcase', 'calendar', 5);
@include icon-black-white('circle', 'calendar', 1);
@include icon-black-white('color-picker', 'calendar', 1);
@include icon-black-white('embed', 'calendar', 1);
@include icon-black-white('eye', 'calendar', 4);
@include icon-black-white('invitees-no-response', 'calendar', 5);
@include icon-black-white('leftarrow', 'calendar', 2);
@include icon-black-white('new-calendar', 'calendar', 2);
@include icon-black-white('new-calendar-with-task-list', 'calendar', 2);
@include icon-black-white('random', 'calendar', 1);
@include icon-black-white('reminder', 'calendar', 4);
@include icon-black-white('reminder-audio', 'calendar', 1);
@include icon-black-white('reminder-mail', 'calendar', 1);
@include icon-black-white('repeat', 'calendar', 1);
@include icon-black-white('rightarrow', 'calendar', 2);
@include icon-black-white('timezone', 'calendar', 1);
@include icon-black-white('view-day', 'calendar', 1);
@include icon-black-white('view-list', 'calendar', 1);
@include icon-black-white('view-module', 'calendar', 1);
@include icon-black-white('view-week', 'calendar', 1);
@include icon-color('reminder', 'calendar', '#fffffe', 1);
@include icon-color('reminder', 'calendar', '#000001', 1);

View File

@ -20,4 +20,3 @@
*
*/
script('calendar', 'calendar-main');
style('calendar', 'icons');