From 8bd9784acdee6871ad70e86d0d7120299bf76969 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Tue, 1 Mar 2022 22:05:08 +0100 Subject: refactor: split posts meta into smaller components --- src/components/PostMeta/PostMeta.module.scss | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) (limited to 'src/components/PostMeta/PostMeta.module.scss') diff --git a/src/components/PostMeta/PostMeta.module.scss b/src/components/PostMeta/PostMeta.module.scss index 6f8e1c2..d438635 100644 --- a/src/components/PostMeta/PostMeta.module.scss +++ b/src/components/PostMeta/PostMeta.module.scss @@ -18,7 +18,7 @@ } } - &--single { + &--article { flex-flow: column wrap; margin: var(--spacing-sm) 0 0; @@ -27,24 +27,5 @@ font-size: var(--font-size-sm); } } - - .item { - display: flex; - flex-flow: row wrap; - } - - .term { - margin-right: var(--spacing-2xs); - color: var(--color-fg-light); - } - - .description { - &:not(:first-of-type) { - &::before { - content: "/"; - margin: 0 var(--spacing-2xs); - } - } - } } } -- cgit v1.2.3