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;