aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/components/Connection.scss
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/components/Connection.scss')
-rw-r--r--frontend/src/components/Connection.scss26
1 files changed, 22 insertions, 4 deletions
diff --git a/frontend/src/components/Connection.scss b/frontend/src/components/Connection.scss
index d27ebc8..5ad195d 100644
--- a/frontend/src/components/Connection.scss
+++ b/frontend/src/components/Connection.scss
@@ -9,10 +9,6 @@
vertical-align: middle;
}
- &.connection-marked {
- border-right: 5px solid $color-secondary-2;
- }
-
.connection-service {
.btn {
width: 100%;
@@ -31,6 +27,10 @@
cursor: pointer;
}
+ .connection-icon.icon-enabled {
+ color: $color-secondary-2;
+ }
+
&:hover {
background-color: $color-primary-2;
}
@@ -41,3 +41,21 @@
}
+.connection-popover {
+ background-color: $color-primary-4;
+ border: none;
+
+ .popover-body {
+ color: $color-primary-1;
+
+ textarea {
+ background-color: $color-primary-3;
+ font-size: 12px;
+ width: 200px;
+ }
+ }
+
+ .arrow::after {
+ border-right-color: $color-primary-4;
+ }
+}