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

github.com/vaga/hugo-theme-m10c.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/components/_posts_list.scss')
-rw-r--r--assets/css/components/_posts_list.scss15
1 files changed, 15 insertions, 0 deletions
diff --git a/assets/css/components/_posts_list.scss b/assets/css/components/_posts_list.scss
new file mode 100644
index 0000000..b70b32e
--- /dev/null
+++ b/assets/css/components/_posts_list.scss
@@ -0,0 +1,15 @@
+.posts-list {
+ padding: 0;
+}
+
+.posts-list-item {
+ list-style: none;
+ border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
+ padding: 0.4em 0;
+}
+
+.posts-list-item-description {
+ display: block;
+ font-size: 0.8em;
+}
+