diff options
Diffstat (limited to 'frontend/src/components')
-rw-r--r-- | frontend/src/components/Connection.scss | 2 | ||||
-rw-r--r-- | frontend/src/components/ConnectionContent.scss | 4 |
2 files changed, 2 insertions, 4 deletions
diff --git a/frontend/src/components/Connection.scss b/frontend/src/components/Connection.scss index 5ad195d..d3003bd 100644 --- a/frontend/src/components/Connection.scss +++ b/frontend/src/components/Connection.scss @@ -58,4 +58,4 @@ .arrow::after { border-right-color: $color-primary-4; } -} +}
\ No newline at end of file diff --git a/frontend/src/components/ConnectionContent.scss b/frontend/src/components/ConnectionContent.scss index 074d975..61d9f63 100644 --- a/frontend/src/components/ConnectionContent.scss +++ b/frontend/src/components/ConnectionContent.scss @@ -5,7 +5,6 @@ height: 100%; overflow: auto; - pre { background-color: $color-primary-0; padding: 10px 20px; @@ -23,6 +22,5 @@ background-color: $color-primary-3; border-top: 1px solid $color-primary-1; } - } -}
\ No newline at end of file +} |