Skip to content

Commit

Permalink
Add polygon bg to bottom promo
Browse files Browse the repository at this point in the history
  • Loading branch information
maxxcrawford committed Jun 11, 2021
1 parent e59485c commit 0a427b3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 3 additions & 1 deletion static/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,9 @@ ul {
margin: auto auto 0 0; }

.dashboard-mpp-promo {
background-color: var(--white); }
background: url(/static/images/polygon-background-small.png) center right no-repeat;
background-color: var(--white);
background-size: contain; }

.dashboard-mpp-promo-container {
max-width: var(--dashboardMaxWith);
Expand Down
Binary file added static/images/polygon-background-small.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions static/scss/partials/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,10 @@ ul {
}

.dashboard-mpp-promo {

background: url(/static/images/polygon-background-small.png) center right no-repeat;
background-color: var(--white);
background-size: contain;
}

.dashboard-mpp-promo-container {
Expand Down

0 comments on commit 0a427b3

Please sign in to comment.