From bb7bef18d9de0b77b8cd7aaebeaf948b749b6d33 Mon Sep 17 00:00:00 2001 From: kasun Date: Mon, 20 Jul 2026 16:31:01 +0200 Subject: [PATCH] format --- frontend/src/components/connections/ServiceCard.scss | 5 ++--- frontend/src/components/ui/ActionButton.scss | 4 +++- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/frontend/src/components/connections/ServiceCard.scss b/frontend/src/components/connections/ServiceCard.scss index bab31b0..3600100 100644 --- a/frontend/src/components/connections/ServiceCard.scss +++ b/frontend/src/components/connections/ServiceCard.scss @@ -32,7 +32,6 @@ color: var(--text-h); margin: 0 0 10px; text-align: left; - } &__meta { @@ -54,7 +53,7 @@ border-radius: 999px; &::before { - content: ''; + content: ""; width: 6px; height: 6px; border-radius: 50%; @@ -81,4 +80,4 @@ display: flex; gap: 8px; } -} \ No newline at end of file +} diff --git a/frontend/src/components/ui/ActionButton.scss b/frontend/src/components/ui/ActionButton.scss index 6a71384..1a61042 100644 --- a/frontend/src/components/ui/ActionButton.scss +++ b/frontend/src/components/ui/ActionButton.scss @@ -5,7 +5,9 @@ border-radius: 6px; border: 1px solid transparent; cursor: pointer; - transition: box-shadow 0.2s, opacity 0.2s; + transition: + box-shadow 0.2s, + opacity 0.2s; &:hover { opacity: 0.85;