From 66822d929b48c93e44acb2c73a542417549335ac Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Tue, 1 Feb 2022 23:26:27 +0100 Subject: chore: move pagination cursor title in a separate div The progress bar will be clearer for everyone if the information about the number of loaded articles is printed without hovering the progress bar. --- src/components/Buttons/Buttons.module.scss | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/components/Buttons/Buttons.module.scss') diff --git a/src/components/Buttons/Buttons.module.scss b/src/components/Buttons/Buttons.module.scss index 3219a96..fca8013 100644 --- a/src/components/Buttons/Buttons.module.scss +++ b/src/components/Buttons/Buttons.module.scss @@ -276,3 +276,8 @@ } } } + +.spacing { + margin-top: var(--spacing-md); + margin-bottom: var(--spacing-md); +} -- cgit v1.2.3