header + default colors

This commit is contained in:
Sebastiaan Pasma 2018-08-03 14:28:56 +02:00
commit d7fabc3642
No known key found for this signature in database
GPG key ID: 9A2B0C8B95A1D26F
4 changed files with 14 additions and 8 deletions

View file

@ -1,6 +1,9 @@
.header {
padding: 29px 12px 61px;
background-color: #FAB915;
background-color: $v-bitcoin-orange;
&.btc {
background-color: $v-bitcoin-core;
}
color: #FFFFFF;
.title {

View file

@ -8,6 +8,7 @@ $v-font-family-light: "Roboto-Light", sans-serif-
/* Colors */
$v-bitcoin-orange: #fab915 !default;
$v-bitcoin-core: #535353 !default;
$v-off-black: #262424;
$v-dark-gray: #445 !default;