splitted up stylesheet and added lots of scaffolding to it. Style needs working.
[theme-danix.xyz.git] / assets / sass / components / _contact-method.scss
1 ///
2 /// Forty by HTML5 UP
3 /// html5up.net | @ajlkn
4 /// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
5 ///
6
7 /* Contact Method */
8
9 .contact-method {
10 margin: 0 0 _size(element-margin) 0;
11 padding-left: 3.25em;
12 position: relative;
13
14 .icon {
15 left: 0;
16 position: absolute;
17 top: 0;
18 }
19
20 h3 {
21 margin: 0 0 (_size(element-margin) * 0.25) 0;
22 }
23 }