Merge pull request #140 from vegaprotocol/feat/137-remove-top-white-border

frontend-monorepo-137 Remove top white border
This commit is contained in:
Edd 2022-03-25 11:16:08 +00:00 committed by GitHub
commit 86b089f77c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,6 @@ body,
.template-sidebar {
border-bottom: 1px solid $white;
border-top: 1px solid $white;
display: grid;
grid-template-rows: auto minmax(700px, 1fr);
grid-template-columns: 300px minmax(auto, 1fr);