From e8084105eb367ad80acd47d62522e6b9aa674813 Mon Sep 17 00:00:00 2001 From: Fluffy-Bean Date: Wed, 24 Apr 2024 17:47:03 +0100 Subject: [PATCH] yeet contact refresh button --- front/src/pages/PageContact.svelte | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/front/src/pages/PageContact.svelte b/front/src/pages/PageContact.svelte index c7ba3c2..867b10f 100644 --- a/front/src/pages/PageContact.svelte +++ b/front/src/pages/PageContact.svelte @@ -1,5 +1,4 @@ @@ -60,28 +59,6 @@ background-color: rgba($color-dark, 0.1); } - button { - height: 32px; - width: 32px; - - display: flex; - justify-content: center; - align-items: center; - - text-decoration: none; - font-size: $font-size-p; - - border-radius: $border-radius-circle; - border: 0 solid transparent; - background-color: $color-dark; - color: $color-on-dark; - - &:hover { - background-color: $color-primary; - color: $color-on-primary; - } - } - .menu-filter-header { padding: $spacing-normal; display: flex;