summaryrefslogtreecommitdiffstats
path: root/css/contacts.scss
diff options
context:
space:
mode:
authorJessica <jessica@Absolventas-MacBook-Pro.local>2018-08-31 14:31:03 +0200
committerJessica <jessica@Absolventas-MacBook-Pro.local>2018-08-31 14:31:03 +0200
commit724171dfecf90b02df435d6cf631660dfc4765e7 (patch)
tree3f5563d8f852a4ad5fe225dc4218bf0dc3c1c7da /css/contacts.scss
parent0595f0caee6a227a8658cc11fac3b9616ed8a2d6 (diff)
parent06f4956f5e6f850ac77e20e4bbda4c77858cbadf (diff)
merged vue master branch
Diffstat (limited to 'css/contacts.scss')
-rw-r--r--css/contacts.scss24
1 files changed, 24 insertions, 0 deletions
diff --git a/css/contacts.scss b/css/contacts.scss
index d7141cb7..993ed7dd 100644
--- a/css/contacts.scss
+++ b/css/contacts.scss
@@ -1,3 +1,26 @@
+/**
+ * @copyright Copyright (c) 2018 John Molakvoæ <skjnldsv@protonmail.com>
+ *
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
+ * @author Team Popcorn <teampopcornberlin@gmail.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/>.
+ *
+ */
+
$grid-height-unit: 40px;
$grid-input-padding: 7px;
$grid-input-margin: 3px;
@@ -23,3 +46,4 @@ $grid-input-height-with-margin: #{$grid-height-unit - $grid-input-margin * 2};
@import 'ContactDetails';
@import './Properties/Properties';
@import './Properties/PropertyTitle';
+@import 'importScreen'; \ No newline at end of file