From 802548124071039f83ebfa2605e839ded82b5689 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Fri, 20 May 2022 22:22:35 +0200 Subject: chore: update some styles * Improve wp-blocks-columns, wp-block-quote and some images * Make Sharing widget consistent between pages * Remove margin option from lists * Fix Topic logo alignement --- src/components/atoms/lists/list.module.scss | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src/components/atoms/lists/list.module.scss') diff --git a/src/components/atoms/lists/list.module.scss b/src/components/atoms/lists/list.module.scss index f647072..95f9b40 100644 --- a/src/components/atoms/lists/list.module.scss +++ b/src/components/atoms/lists/list.module.scss @@ -7,10 +7,6 @@ color: var(--color-primary-dark); } - & & { - margin-top: var(--spacing-2xs); - } - &--ordered { padding: 0; counter-reset: li; @@ -33,12 +29,6 @@ padding: 0 0 0 var(--spacing-sm); } - &--has-margin &__item { - &:not(:last-child) { - margin-bottom: var(--spacing-2xs); - } - } - &--flex { @extend %reset-list; -- cgit v1.2.3