Skip to content

Commit

Permalink
Styling changes to the boxoffice widget confirmation screen
Browse files Browse the repository at this point in the history
  • Loading branch information
anishTP committed Apr 2, 2024
1 parent ad6e9c0 commit efad19b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions boxoffice/templates/single_purchase.html.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -509,9 +509,9 @@
}
.sold-out {
color: #fff;
background: #e42c42;
background: #f04e45
width: 100px;
border-radius: 0 10px 0 10px;
border-radius: 8px;
padding: 4px;
margin: 0;
text-align: center;
Expand Down Expand Up @@ -753,6 +753,7 @@
}
.confirmation-header {
font-size: 24px;
font-weight: 500;
color: green;
text-align: center;
margin: 8px 0 0;
Expand Down

0 comments on commit efad19b

Please sign in to comment.