From ae28cc9b2d79568ae069e3f25ed29791986791d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6=20=28skjnldsv=29?= Date: Thu, 7 Nov 2019 19:45:14 +0100 Subject: Added navigation, albums, init tags MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- css/icons.scss | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 css/icons.scss (limited to 'css') diff --git a/css/icons.scss b/css/icons.scss new file mode 100644 index 00000000..88e42707 --- /dev/null +++ b/css/icons.scss @@ -0,0 +1,27 @@ +/** + * @copyright Copyright (c) 2019 John Molakvoæ + * + * @author John Molakvoæ + * + * @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 . + * + */ + +.icon-folder.icon-dark { + @include icon-color('folder', 'filetypes', $color-black, 1, true); +} + +@include icon-black-white('photos', 'photos', 1); -- cgit v1.2.3