Skip to content

Commit

Permalink
Rearrange confetti on Connect page (#910)
Browse files Browse the repository at this point in the history
  • Loading branch information
theandrewbriggs committed Oct 1, 2017
1 parent 1b12b29 commit 5807c58
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions python/ecep/portal/static/scss/_connect.scss
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#connect {
border-top: 1px solid $light-gray;
background-image: url('../img/redesign/elements/shapes_left_2x.png'), url('../img/redesign/elements/shapes_right_2x.png'), url('../img/redesign/elements/shapes_right_2x.png'), url('../img/redesign/elements/shapes_left_2x.png'), url('../img/redesign/elements/shapes_left_2x.png'), url('../img/redesign/elements/shapes_right_2x.png');
background-size: 30%;
background-position: left top, right top, left center, right center, left bottom, right bottom;
background-image: url('../img/redesign/elements/shapes_left_2x.png'), url('../img/redesign/elements/shapes_right_2x.png'), url('../img/redesign/elements/shapes_right_2x.png'), url('../img/redesign/elements/shapes_left_2x.png');
background-size: 20%;
background-position: left 25%, right 25%, left 75%, right 75%;
background-repeat: no-repeat;

@media (max-width: $break-small) {
Expand Down Expand Up @@ -60,4 +60,4 @@
#mc-embedded-subscribe {
width: 50%;
margin: 1em auto;
}
}

0 comments on commit 5807c58

Please sign in to comment.