aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/atoms/lists/list.module.scss
diff options
context:
space:
mode:
authorArmand Philippot <git@armandphilippot.com>2022-05-20 22:22:35 +0200
committerArmand Philippot <git@armandphilippot.com>2022-05-21 19:23:43 +0200
commit802548124071039f83ebfa2605e839ded82b5689 (patch)
tree62d85fe786b84fcdd099f20e21e1827add701ae8 /src/components/atoms/lists/list.module.scss
parent7fd11d99f8a547e4acb89b9f9159b92e208dc90f (diff)
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
Diffstat (limited to 'src/components/atoms/lists/list.module.scss')
-rw-r--r--src/components/atoms/lists/list.module.scss10
1 files changed, 0 insertions, 10 deletions
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;