Initial port
[editorial.git] / assets / main / sass / components / _contact.scss
diff --git a/assets/main/sass/components/_contact.scss b/assets/main/sass/components/_contact.scss
new file mode 100644 (file)
index 0000000..45e6934
--- /dev/null
@@ -0,0 +1,47 @@
+///
+/// Editorial by HTML5 UP
+/// html5up.net | @ajlkn
+/// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
+///
+
+/* Contact */
+
+       ul.contact {
+               list-style: none;
+               padding: 0;
+
+               li {
+                       @include icon;
+                       border-top: solid 1px _palette(border);
+                       margin: 1.5em 0 0 0;
+                       padding: 1.5em 0 0 3em;
+                       position: relative;
+
+                       &:before {
+                               color: _palette(accent);
+                               display: inline-block;
+                               font-size: 1.5em;
+                               height: 1.125em;
+                               left: 0;
+                               line-height: 1.125em;
+                               position: absolute;
+                               text-align: center;
+                               top: (1.5em / 1.5);
+                               width: 1.5em;
+                       }
+
+                       &:first-child {
+                               border-top: 0;
+                               margin-top: 0;
+                               padding-top: 0;
+
+                               &:before {
+                                       top: 0;
+                               }
+                       }
+
+                       a {
+                               color: inherit;
+                       }
+               }
+       }
\ No newline at end of file