Skip to content

Commit

Permalink
Fixed border issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphaël committed Apr 13, 2019
1 parent d9e81ce commit 8cda9c2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/app/components/collection/collection.component.scss
Expand Up @@ -121,6 +121,7 @@
left: 351px;
background-color: #fff;
width: calc(100% - 351px);
border-right: 1px solid $color-lightgrey-border;
}

.note-buttons {
Expand Down
3 changes: 3 additions & 0 deletions src/css/loader.scss
Expand Up @@ -35,6 +35,9 @@
display: flex;
justify-content: center;
align-items: center;
border-left: 1px solid $color-lightgrey-border;
border-bottom: 1px solid $color-lightgrey-border;
border-right: 1px solid $color-lightgrey-border;
}

.spinner {
Expand Down

0 comments on commit 8cda9c2

Please sign in to comment.