summaryrefslogtreecommitdiffstats
path: root/css
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
parent3a2dfdf5f246944baf5839a2278e80eb6c6f0a7a (diff)
Add info for social prop
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'css')
-rw-r--r--css/Properties/Properties.scss1
-rw-r--r--css/contacts.scss1
-rw-r--r--css/icons.scss25
3 files changed, 27 insertions, 0 deletions
diff --git a/css/Properties/Properties.scss b/css/Properties/Properties.scss
index d79fb758..ba108c53 100644
--- a/css/Properties/Properties.scss
+++ b/css/Properties/Properties.scss
@@ -79,6 +79,7 @@
width: 120px;
opacity: .7;
user-select: none;
+ background-size: 16px;
&,
.multiselect__input::placeholder {
diff --git a/css/contacts.scss b/css/contacts.scss
index 50016148..37d73802 100644
--- a/css/contacts.scss
+++ b/css/contacts.scss
@@ -49,3 +49,4 @@ $grid-input-height-with-margin: #{$grid-height-unit - $grid-input-margin * 2};
@import 'Properties/PropertyTitle';
@import 'importScreen';
@import 'animations';
+@import 'icons';
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