summaryrefslogtreecommitdiffstats
path: root/css/icons.scss
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-10-01 17:01:25 +0200
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-10-01 17:32:19 +0200
commit741a70be58dab0769038a3764f401946a802feb5 (patch)
tree31d513bad324458b6252e3eef13ce96e685e8fd1 /css/icons.scss
parent3a2dfdf5f246944baf5839a2278e80eb6c6f0a7a (diff)
Add info for social prop
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'css/icons.scss')
-rw-r--r--css/icons.scss25
1 files changed, 25 insertions, 0 deletions
diff --git a/css/icons.scss b/css/icons.scss
new file mode 100644
index 00000000..1c82c4da
--- /dev/null
+++ b/css/icons.scss
@@ -0,0 +1,25 @@
+/**
+ * @copyright Copyright (c) 2018 John Molakvoæ <skjnldsv@protonmail.com>
+ *
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
+ *
+ * @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/>.
+ *
+ */
+
+.icon-social {
+ @include icon-color('social', 'contacts', $color-black, 1);
+} \ No newline at end of file