Sha256: 8c0173a7d62b0ee965dbdd0323d3932a3f82d2ad4a8d833f2dd363c7d5fa2167

Contents?: true

Size: 327 Bytes

Versions: 11

Compression:

Stored size: 327 Bytes

Contents

/* Icon */

	.icon {
		@include icon;
		border-bottom: none;
		position: relative;

		> .label {
			display: none;
		}

		&:before {
			line-height: inherit;
		}

		&.solid {
			&:before {
				font-weight: 900;
			}
		}

		&.brands {
			&:before {
				font-family: 'Font Awesome 5 Brands';
			}
		}
	}

Version data entries

11 entries across 11 versions & 1 rubygems

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