Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_icon.scss « components « scss « assets - github.com/curttimson/hugo-theme-massively.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 16a35b123e28b9d0815f64da649ead38dac0097b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
///
/// Massively by HTML5 UP
/// html5up.net | @ajlkn
/// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
///

/* Icon */

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

		> .label {
			display: none;
		}
	}