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

github.com/curttimson/hugo-theme-massively.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/scss/components/_icon.scss')
-rw-r--r--assets/scss/components/_icon.scss17
1 files changed, 17 insertions, 0 deletions
diff --git a/assets/scss/components/_icon.scss b/assets/scss/components/_icon.scss
new file mode 100644
index 0000000..16a35b1
--- /dev/null
+++ b/assets/scss/components/_icon.scss
@@ -0,0 +1,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;
+ }
+ } \ No newline at end of file