Refactoring of styles - BEM + ITCSS, removed Disqus.
[ghost-theme-willow.git] / source / sass / components / _sidebar-promotion-links.scss
diff --git a/source/sass/components/_sidebar-promotion-links.scss b/source/sass/components/_sidebar-promotion-links.scss
new file mode 100644 (file)
index 0000000..751c5bc
--- /dev/null
@@ -0,0 +1,16 @@
+/*
+|-------------------------------------------------------------------------------
+| Sidebar promotion links
+|-------------------------------------------------------------------------------
+*/
+.c-sidebar-promotion-links {
+  font-size: 0.8em;
+  margin-bottom: 20px;
+  padding-bottom: 20px;
+  border-bottom: 1px solid $c-grayMedium;
+}
+
+.c-sidebar-promotion-links__item {
+  padding: 5px 0;
+  display: block;
+}
\ No newline at end of file