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