This repository was archived by the owner on Jan 22, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
blockchain-info-components/src/Images
blockchain-wallet-v4-frontend/src
scenes/Home/Banners/ThePitBanner Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -61,6 +61,7 @@ import shapeshiftLogo from './img/shapeshift-logo.png'
6161import silverApproved from './img/silver-approved.svg'
6262import smartphone from './img/smartphone.png'
6363import sophisticated from './img/sophisticated.svg'
64+ import starfieldBannerBg from './img/starfield-banner-bg.png'
6465import starfield from './img/starfield.png'
6566import starfield2 from './img/starfield2.png'
6667import stellarPlanet from './img/stellar-planet.png'
@@ -199,6 +200,7 @@ export default {
199200 'sfox-landing' : sfoxLanding ,
200201 'sfox-logo' : sfoxLogo ,
201202 'silver-approved' : silverApproved ,
203+ 'starfield-banner-bg' : starfieldBannerBg ,
202204 starfield : starfield ,
203205 starfield2 : starfield2 ,
204206 'stellar-planet' : stellarPlanet ,
Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ const HelperTipContainer = styled.div`
2929 color: ${ props => props . theme [ 'gray-3' ] } ;
3030 }
3131`
32+
3233const NewCartridge = styled ( Cartridge ) `
3334 color: ${ props => props . theme [ 'orange' ] } !important;
3435 background-color: ${ props => props . theme [ 'white' ] } ;
Original file line number Diff line number Diff line change @@ -11,12 +11,9 @@ const Wrapper = styled.div`
1111 flex-direction: row;
1212 justify-content: space-between;
1313 align-items: center;
14- box-sizing: border-box;
15- background: ${ props =>
16- `linear-gradient(312.54deg, ${ props . theme . purple } -25.42%, ${
17- props . theme . black
18- } 70.12%)`} ;
19- border-radius: 4px;
14+ background-image: url('/img/starfield-banner-bg.png');
15+ background-size: cover;
16+ border-radius: 8px;
2017 overflow: hidden;
2118 padding: 20px;
2219
@@ -34,6 +31,7 @@ const NewCartridge = styled(Cartridge)`
3431 color: ${ props => props . theme [ 'pitTurquoise' ] } ;
3532 margin-left: 0px;
3633 margin-right: 20px;
34+ border-radius: 4px;
3735`
3836const Copy = styled ( Text ) `
3937 display: flex;
@@ -47,8 +45,9 @@ const Copy = styled(Text)`
4745const BannerButton = styled ( Button ) `
4846 ${ media . mobile `
4947 font-size: 14px;
50- height: 40px ;
48+ height: 48px ;
5149 margin-top: 8px;
50+ padding: 10px;
5251 ` }
5352`
5453
You can’t perform that action at this time.
0 commit comments