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;