1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-07-01 06:02:10 +02:00

switch to mantaray backgrounds

This commit is contained in:
Matthias Kretschmann 2018-11-22 13:48:37 +01:00
parent 0d95d3d32b
commit 6f626f1bcd
Signed by: m
GPG Key ID: 606EEEF3C479A91F
3 changed files with 5 additions and 5 deletions

View File

@ -22,7 +22,7 @@
"deploy": "./scripts/deploy.sh"
},
"dependencies": {
"@oceanprotocol/art": "^1.0.2",
"@oceanprotocol/art": "^2.0.0",
"axios": "^0.18.0",
"classnames": "^2.2.6",
"gatsby": "^2.0.52",

View File

@ -2,8 +2,8 @@
.header {
background: $brand-black
url('@oceanprotocol/art/jellyfish/jellyfish-back@2x.png') no-repeat
center -4rem;
url('@oceanprotocol/art/mantaray/mantaray-back.svg') no-repeat
center -6rem;
background-size: cover;
width: 100%;
padding: $spacer / 2 0;

View File

@ -3,8 +3,8 @@
.header {
background: $brand-black
url('@oceanprotocol/art/jellyfish/jellyfish-back@2x.png') no-repeat
center 7rem;
url('@oceanprotocol/art/mantaray/mantaray-back.svg') no-repeat
center 4rem;
background-size: cover;
width: 100%;
padding: $spacer * 2 0;