header + default colors
This commit is contained in:
parent
cebe9507f1
commit
d7fabc3642
4 changed files with 14 additions and 8 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue