Skip to content

Commit

Permalink
Merge pull request #5065 from damassi/fix-buyers-premium-css
Browse files Browse the repository at this point in the history
[Clientside Routing] Fix legacy buyers premium modal css
  • Loading branch information
damassi authored Feb 16, 2020
2 parents f13906c + 899faee commit 2d316b4
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/desktop/assets/main_layout.styl
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,14 @@
@require '../components/clock'
@require '../components/recently_viewed_artworks'
@require '../components/inquiry_questionnaire/stylesheets'

// TODO: Remove once Buyers Premium modal has been rebuilt in Reaction
.artwork-auction-buyers-premium-modal
.modalize-body
padding 40px

h2
sans('l-headline')
margin-bottom: 10px;
p
margin-bottom: 20px

0 comments on commit 2d316b4

Please sign in to comment.