Sha256: a9cd74b4dbca5077f4bc08678f1468ef3a397e73c437c2fd8d493edabe13d856

Contents?: true

Size: 611 Bytes

Versions: 11

Compression:

Stored size: 611 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

11 entries across 11 versions & 1 rubygems

Version Path
jekyll-theme-editorial-1.0.11 _sass/components/_contact.scss
jekyll-theme-editorial-1.0.10 _sass/components/_contact.scss
jekyll-theme-editorial-1.0.9 _sass/components/_contact.scss
jekyll-theme-editorial-1.0.8 _sass/components/_contact.scss
jekyll-theme-editorial-1.0.7 _sass/components/_contact.scss
jekyll-theme-editorial-1.0.6 _sass/components/_contact.scss
jekyll-theme-editorial-1.0.5 _sass/components/_contact.scss
jekyll-theme-editorial-1.0.4 _sass/components/_contact.scss
jekyll-theme-editorial-1.0.3 _sass/components/_contact.scss
jekyll-theme-editorial-1.0.2 _sass/components/_contact.scss
jekyll-theme-editorial-1.0.1 _sass/components/_contact.scss