From be2817c83ad884afb502a1fd3a200f42d8a783b3 Mon Sep 17 00:00:00 2001 From: Fredrik Thorsson Date: Mon, 1 Jul 2024 12:04:01 +0200 Subject: [PATCH] feat: remove icon class --- .../MyPages/Blocks/Stays/ShowMoreButton/button.module.css | 6 ------ 1 file changed, 6 deletions(-) diff --git a/components/MyPages/Blocks/Stays/ShowMoreButton/button.module.css b/components/MyPages/Blocks/Stays/ShowMoreButton/button.module.css index 81c35a9ed..f55557f33 100644 --- a/components/MyPages/Blocks/Stays/ShowMoreButton/button.module.css +++ b/components/MyPages/Blocks/Stays/ShowMoreButton/button.module.css @@ -2,9 +2,3 @@ display: flex; justify-content: center; } - -.button { - display: flex; - align-items: center; - gap: var(--Spacing-x-half); -}