Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/calendar.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorRichard Steinmetz <richard@steinmetz.cloud>2022-09-13 11:13:38 +0300
committerRichard Steinmetz <richard@steinmetz.cloud>2022-09-13 11:27:02 +0300
commita24b6929f5eaa9ff9a8e14ab90dfa6d628dc7ea3 (patch)
tree76a157c5ba67f439c4cad9040f52afe4812c2dad /css
parent7693dec8c948a64b2b1e8291b371161f11ec6298 (diff)
Remove leftover icon stylesheet
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
Diffstat (limited to 'css')
-rw-r--r--css/icons.scss47
1 files changed, 0 insertions, 47 deletions
diff --git a/css/icons.scss b/css/icons.scss
deleted file mode 100644
index 0cbfefe8..00000000
--- a/css/icons.scss
+++ /dev/null
@@ -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);