Skip to content

Commit

Permalink
scss
Browse files Browse the repository at this point in the history
  • Loading branch information
keekade committed Nov 18, 2017
1 parent eba04fd commit 67e9bc8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
13 changes: 10 additions & 3 deletions app-template/digibyte/sass/overrides.scss
Expand Up @@ -5,13 +5,13 @@
/* Colors */
$v-primary-color: #002352;
$v-secondary-color: #31465b;
$v-accent-color: #1abb9b;
$v-accent-color: #0066cc;;

$v-text-primary-color: #002352;
$v-text-secondary-color: #c2c9d1;
$v-text-accent-color: #1abb9b;
$v-text-accent-color: #0066cc;;

$v-success-color: #1abb9b;
$v-success-color: #0066cc;;
$v-warning-color: #bb331a;

/* Theme */
Expand Down Expand Up @@ -73,3 +73,10 @@ $v-tab-receive-selected-icon: url('../img/app/tab-icons/i
$v-tab-settings-selected-icon: url('../img/app/tab-icons/ico-settings-selected.svg');
$v-tab-scan-selected-icon: url('../img/app/tab-icons/ico-scan-selected.svg');
$v-tab-send-selected-icon: url('../img/app/tab-icons/ico-send-selected.svg');

.bg-home {
box-shadow: none !important;
width: 120px !important;
height: 120px !important;
}

2 changes: 1 addition & 1 deletion www/views/tab-home.html
Expand Up @@ -30,7 +30,7 @@
</div>
<div>
<i class="icon big-icon-svg">
<img src="img/check-white.svg" class="bg green"/>
<img src="img/check-white.svg" class="bg bg-home"/>
</i>
</div>
<div class="title" translate>
Expand Down

0 comments on commit 67e9bc8

Please sign in to comment.