Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Commit

Permalink
Style coinbase page
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitpaulk committed Apr 1, 2015
1 parent 170d7f6 commit 12eca87
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions scss/gratipay.scss
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
@import "pages/giving";
@import "pages/settings";
@import "pages/cc-ba";
@import "pages/bitcoin-payin";
@import "pages/on-confirm";
@import "pages/search";
@import "pages/hall-of-fame";
11 changes: 11 additions & 0 deletions scss/pages/bitcoin-payin.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
.coinbase-box {
text-align: center;

iframe {
max-width: 460px;
width: 100%;
height: 400px;
border: none;
box-shadow: 0 1px 3px rgba(0,0,0,0.25);
}
}

0 comments on commit 12eca87

Please sign in to comment.