diff options
Diffstat (limited to 'frontend/src/components/Connection.scss')
-rw-r--r-- | frontend/src/components/Connection.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/frontend/src/components/Connection.scss b/frontend/src/components/Connection.scss index 5ad195d..7c8e00c 100644 --- a/frontend/src/components/Connection.scss +++ b/frontend/src/components/Connection.scss @@ -39,6 +39,10 @@ background-color: $color-primary-2; } + &.contains-flag { + border-right: 3px solid $color-secondary-2; + } + } .connection-popover { |