Sha256: 6f94c2f673d5d14b16a428ce39d112049b0718f1e7e03f36228e75e01f2b962d

Contents?: true

Size: 1.03 KB

Versions: 14

Compression:

Stored size: 1.03 KB

Contents

///
/// Ethereal by HTML5 UP
/// html5up.net | @ajlkn
/// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
///

/* Contact Icons */

	ul.contact-icons {
		list-style: none;
		padding-left: 0;

		> li {
			margin: 1.25rem 0 0 0;
			padding-left: 0;

			&:before {
				display: inline-block;
				width: 2.25rem;
				height: 2.25rem;
				line-height: 2.25rem;
				border-radius: 2.25rem;
				background-color: rgba(_palette(fg-bold), 1);
				color: _palette(bg);
				cursor: default;
				font-size: 1.125rem;
				margin-right: 1rem;
				text-align: center;
				vertical-align: middle;

				body.is-ie & {
					line-height: 2.125;
				}
			}

			a {
				border-bottom: 0;
			}
		}

		&.color1 {
			> li {
				&:before {
					color: _palette(accent1);
				}
			}
		}

		&.color2 {
			> li {
				&:before {
					color: _palette(accent2);
				}
			}
		}

		&.color3 {
			> li {
				&:before {
					color: _palette(accent3);
				}
			}
		}

		&.color4 {
			> li {
				&:before {
					color: _palette(accent4);
				}
			}
		}
	}

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
jekyll-theme-ethereal-0.4.4 _sass/components/_contact-icons.scss
jekyll-theme-ethereal-0.4.3 _sass/components/_contact-icons.scss
jekyll-theme-ethereal-0.4.2 _sass/components/_contact-icons.scss
jekyll-theme-ethereal-0.4.1 _sass/components/_contact-icons.scss
jekyll-theme-ethereal-0.4.0 _sass/components/_contact-icons.scss
jekyll-theme-ethereal-0.3.3 _sass/components/_contact-icons.scss
jekyll-theme-ethereal-0.3.1 _sass/components/_contact-icons.scss
jekyll-theme-ethereal-0.3.0 _sass/components/_contact-icons.scss
jekyll-theme-ethereal-0.2.4 _sass/components/_contact-icons.scss
jekyll-theme-ethereal-0.2.3 _sass/components/_contact-icons.scss
jekyll-theme-ethereal-0.2.2 _sass/components/_contact-icons.scss
jekyll-theme-ethereal-0.2.1 _sass/components/_contact-icons.scss
jekyll-theme-ethereal-0.2.0 _sass/components/_contact-icons.scss
jekyll-theme-ethereal-0.1.0 _sass/components/_contact-icons.scss