mirror of
https://github.com/seigler/dash-website
synced 2025-07-27 15:26:09 +00:00
Merge pull request #93 from VitaliyTr/master
removed label and fixed styles in main page
This commit is contained in:
commit
f4e4a6b156
3 changed files with 4 additions and 3 deletions
|
@ -93,7 +93,7 @@
|
|||
|
||||
if (_downloadButton && _downloadButton.length > 0) {
|
||||
if (_detectedWallet && _platform) {
|
||||
_downloadButton.html(_detectedWallet.links[0].label + ': ' + _detectedWallet.name)
|
||||
_downloadButton.html(_detectedWallet.name)
|
||||
.attr({
|
||||
title: _platform.os.toString()
|
||||
})
|
||||
|
|
|
@ -460,5 +460,6 @@ a.blog_link {
|
|||
}
|
||||
|
||||
.ctabox__image {
|
||||
background-color: rgba(173,219,255,0.1);
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
|
|
|
@ -72,7 +72,7 @@ $homeSectionPaddingTop: 80px;
|
|||
.home-architecture-graphic {
|
||||
> img {
|
||||
max-width: 100%;
|
||||
box-shadow: -5px 0 10px transparentize($color-black,0.8);
|
||||
box-shadow: none;
|
||||
border-radius: 8px 0 0 0;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue