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;