Merge pull request #93 from VitaliyTr/master

removed label and fixed styles in main page
This commit is contained in:
Andy Freer 2017-02-05 17:48:12 +00:00 committed by GitHub
commit f4e4a6b156
3 changed files with 4 additions and 3 deletions

View file

@ -93,7 +93,7 @@
if (_downloadButton && _downloadButton.length > 0) { if (_downloadButton && _downloadButton.length > 0) {
if (_detectedWallet && _platform) { if (_detectedWallet && _platform) {
_downloadButton.html(_detectedWallet.links[0].label + ': ' + _detectedWallet.name) _downloadButton.html(_detectedWallet.name)
.attr({ .attr({
title: _platform.os.toString() title: _platform.os.toString()
}) })

View file

@ -460,5 +460,6 @@ a.blog_link {
} }
.ctabox__image { .ctabox__image {
background-color: rgba(173,219,255,0.1); background-color: #fff;
} }

View file

@ -72,7 +72,7 @@ $homeSectionPaddingTop: 80px;
.home-architecture-graphic { .home-architecture-graphic {
> img { > img {
max-width: 100%; max-width: 100%;
box-shadow: -5px 0 10px transparentize($color-black,0.8); box-shadow: none;
border-radius: 8px 0 0 0; border-radius: 8px 0 0 0;
} }
} }