Sha256: 18b34d599f579475b5db1d4447894b50c8247d4c21c30746e5a838b62223240d

Contents?: true

Size: 578 Bytes

Versions: 66

Compression:

Stored size: 578 Bytes

Contents

/* 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;
		}
	}
}

Version data entries

66 entries across 66 versions & 1 rubygems

Version Path
jekyll-theme-consulting-0.11.24 _sass/main/components/_contact.scss
jekyll-theme-consulting-0.11.23 _sass/main/components/_contact.scss
jekyll-theme-consulting-0.11.22 _sass/main/components/_contact.scss
jekyll-theme-consulting-0.11.21 _sass/main/components/_contact.scss
jekyll-theme-consulting-0.11.20 _sass/main/components/_contact.scss
jekyll-theme-consulting-0.11.19 _sass/main/components/_contact.scss
jekyll-theme-consulting-0.11.18 _sass/main/components/_contact.scss
jekyll-theme-consulting-0.11.17 _sass/main/components/_contact.scss
jekyll-theme-consulting-0.11.15 _sass/main/components/_contact.scss
jekyll-theme-consulting-0.11.14 _sass/main/components/_contact.scss
jekyll-theme-consulting-0.11.13 _sass/main/components/_contact.scss
jekyll-theme-consulting-0.11.12 _sass/main/components/_contact.scss
jekyll-theme-consulting-0.11.11 _sass/main/components/_contact.scss
jekyll-theme-consulting-0.11.10 _sass/main/components/_contact.scss
jekyll-theme-consulting-0.11.9 _sass/main/components/_contact.scss
jekyll-theme-consulting-0.11.8 _sass/main/components/_contact.scss
jekyll-theme-consulting-0.11.7 _sass/main/components/_contact.scss
jekyll-theme-consulting-0.11.6 _sass/main/components/_contact.scss
jekyll-theme-consulting-0.11.5 _sass/main/components/_contact.scss
jekyll-theme-consulting-0.11.4 _sass/main/components/_contact.scss