From 9ecfa968760936fae01d3979da74aef070c90add Mon Sep 17 00:00:00 2001 From: Fredrik Thorsson Date: Thu, 13 Jun 2024 17:00:57 +0200 Subject: [PATCH] feat: remove link class --- .../MyPages/Blocks/Shortcuts/shortcuts.module.css | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/components/MyPages/Blocks/Shortcuts/shortcuts.module.css b/components/MyPages/Blocks/Shortcuts/shortcuts.module.css index 62ffd1591..bfa66ca53 100644 --- a/components/MyPages/Blocks/Shortcuts/shortcuts.module.css +++ b/components/MyPages/Blocks/Shortcuts/shortcuts.module.css @@ -10,18 +10,6 @@ border: 1px solid var(--Base-Border-Subtle); } -.link { - align-items: center; - border-bottom: 0.5px solid var(--Base-Border-Subtle); - display: flex; - justify-content: space-between; - padding: 1.5rem; -} - -.link:last-child { - border-bottom: none; -} - .arrowRight { height: 24px; width: 24px;