From c1be82d9f9c2c6897c142d09192509d936a95120 Mon Sep 17 00:00:00 2001 From: "CITE\\spapacharalampous" Date: Thu, 5 Sep 2024 13:13:19 +0300 Subject: [PATCH] clean up --- .../external-fetcher-source.component.scss | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/frontend/src/app/ui/external-fetcher/external-fetcher-source.component.scss b/frontend/src/app/ui/external-fetcher/external-fetcher-source.component.scss index 6648a2104..e69de29bb 100644 --- a/frontend/src/app/ui/external-fetcher/external-fetcher-source.component.scss +++ b/frontend/src/app/ui/external-fetcher/external-fetcher-source.component.scss @@ -1,18 +0,0 @@ -// .action-btn { -// border-radius: 30px; -// background-color: var(--secondary-color); -// border: 1px solid transparent; -// padding-left: 2em; -// padding-right: 2em; -// box-shadow: 0px 3px 6px #1E202029; - -// transition-property: background-color, color; -// transition-duration: 200ms; -// transition-delay: 50ms; -// transition-timing-function: ease-in-out; -// &:disabled{ -// background-color: #CBCBCB; -// color: #FFF; -// border: 0px; -// } -// } \ No newline at end of file