aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/components/Connection.scss
diff options
context:
space:
mode:
authorEmiliano Ciavatta2020-10-08 20:17:04 +0000
committerEmiliano Ciavatta2020-10-08 20:17:04 +0000
commitd203f3c7e3bcaa20895c0f32f348cd1513ae9876 (patch)
treebc5beea659f6d1717a0e31b0ee10cde6699da2ad /frontend/src/components/Connection.scss
parente1198433a63eec2c900ac8986dbf0ae7db16b777 (diff)
Frontend folder structure refactor
Diffstat (limited to 'frontend/src/components/Connection.scss')
-rw-r--r--frontend/src/components/Connection.scss68
1 files changed, 0 insertions, 68 deletions
diff --git a/frontend/src/components/Connection.scss b/frontend/src/components/Connection.scss
deleted file mode 100644
index cc1ea96..0000000
--- a/frontend/src/components/Connection.scss
+++ /dev/null
@@ -1,68 +0,0 @@
-@import "../colors.scss";
-
-.connection {
- border-top: 3px solid $color-primary-3;
- border-bottom: 3px solid $color-primary-3;
- background-color: $color-primary-0;
-
- td {
- vertical-align: middle;
- }
-
- .connection-service {
- .btn {
- width: 100%;
- }
-
- .btn:hover {
- color: $color-primary-4;
- background-color: $color-primary-1 !important;
- }
- }
-
- .connection-icon {
- font-size: 18px;
- font-weight: 600;
- margin-right: 6px;
- cursor: pointer;
- }
-
- .connection-icon.icon-enabled {
- color: $color-secondary-2;
- }
-
- &:hover {
- background-color: $color-primary-2;
- }
-
- &.connection-selected {
- background-color: $color-primary-2;
- }
-
- &.has-matched-rules {
- border-bottom: 0;
- }
-
- .link-popover {
- font-weight: 400;
- }
-}
-
-.connection-popover {
- border: none;
- background-color: $color-primary-4;
-
- .popover-body {
- color: $color-primary-1;
-
- textarea {
- font-size: 12px;
- width: 200px;
- background-color: $color-primary-3;
- }
- }
-
- .arrow::after {
- border-right-color: $color-primary-4;
- }
-}