Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Commit

Permalink
feat: position background image
Browse files Browse the repository at this point in the history
  • Loading branch information
ignaciorodrigues1 committed Mar 29, 2019
1 parent fdc4c38 commit 189ca57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/scss/templates/_confirmation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
margin-top: $dp-spaces--lv16;

.bg-c {
transform: translate(450px,-420px);
transform: translate(450px,-410px);
}
}

Expand All @@ -50,7 +50,7 @@
margin-bottom: $dp-spaces--lv5;

.bg-b {
transform: translate(-700px,-120px);
transform: translate(-570px,-120px);
}
}
}
Expand Down

0 comments on commit 189ca57

Please sign in to comment.