Skip to content

Commit

Permalink
padding and background of modal
Browse files Browse the repository at this point in the history
  • Loading branch information
vmangelovv committed Apr 10, 2020
1 parent 5621255 commit 109fb5c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/popup/router/components/Modal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ export default {
}
.modal--container {
position: relative;
width: 90%;
width: 87%;
margin: 0 auto;
padding: 20px;
background: #fff;
padding: 62px 25px 30px;
background: $modal-background;
border: 1px solid $tx-border-color;
border-radius: 5px;
transition: all 0.3s ease;
Expand Down

1 comment on commit 109fb5c

@davidyuk
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.