diff options
author | Emiliano Ciavatta | 2020-05-09 13:31:14 +0000 |
---|---|---|
committer | Emiliano Ciavatta | 2020-05-09 13:31:14 +0000 |
commit | fed4a7d31341e3b642456eec5a911f12a8207e63 (patch) | |
tree | 59960041241ee8ac0e8c77b5c739524e1161611f /frontend/src/components | |
parent | 6006d47c1f3397862bb13c782d66689067135bdb (diff) |
Fix css style errors
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 +} |